aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+52
2021-02-26Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2021-02-25vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor1-4/+5
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+6
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+15
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-42/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2021-02-23vmlinux.lds.h: catch even more instrumentation symbols into .dataAlexander Lobakin1-1/+1
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-17/+0
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-7/+20
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+255
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-3/+3
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2021-02-20Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+11
2021-02-20Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-1/+4
2021-02-16vmlinux.lds.h: catch more UBSAN symbols into .dataAlexander Lobakin1-1/+1
2021-02-16vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers1-1/+6
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki1-0/+11
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2-17/+0
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-4/+4
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-3/+3
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long1-1/+2
2021-02-11asm-generic/hyperv: import data structures for mapping device interruptsWei Liu1-0/+36
2021-02-11asm-generic/hyperv: introduce hv_device_id and auxiliary structuresWei Liu1-0/+79
2021-02-11asm-generic/hyperv: update hv_interrupt_entryWei Liu1-2/+34
2021-02-11asm-generic/hyperv: update hv_msi_entryWei Liu1-2/+26
2021-02-11x86/hyperv: provide a bunch of helper functionsWei Liu1-0/+67
2021-02-11x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu1-0/+6
2021-02-11asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENTWei Liu1-1/+1
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)2-0/+6
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2-0/+15
2021-02-09firmware_loader: align .builtin_fw to 8Fangrui Song1-1/+1
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig1-28/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig1-14/+0
2021-02-04locking/rwlocks: Add contention detection for rwlocksBen Gardon1-6/+18
2021-02-03asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSQuentin Perret1-1/+1
2021-01-29tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon1-2/+4
2021-01-20c6x: remove architectureArnd Bergmann1-4/+0
2021-01-15vmlinux.lds.h: catch UBSAN's "unnamed data" into dataAlexander Lobakin1-1/+1
2021-01-15vmlinux.lds.h: catch compound literals into data and BSSAlexander Lobakin1-3/+3
2021-01-14numa: Move numa implementation to common codeAtish Patra1-0/+52
2021-01-14kbuild: add support for Clang LTOSami Tolvanen1-4/+7
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann1-3/+3
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-0/+1
2020-12-22powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano1-0/+11
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-14/+63
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+7
2020-12-15asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy1-1/+1
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+9
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner3-9/+14
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-12/+13
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-86/+130
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+15
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-0/+4
2020-12-11lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt1-0/+4
2020-12-11platform-msi: Track shared domain allocationMarc Zyngier1-0/+4
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner1-1/+1
2020-11-23irqstat: Move declaration into asm-generic/hardirq.hThomas Gleixner1-1/+2
2020-11-23asm-generic/irqstat: Add optional __nmi_count memberThomas Gleixner1-0/+3
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-9/+14
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi1-7/+8
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-1/+1
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+9
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar1-0/+1
2020-11-07locking/atomics: Regenerate the atomics-check SHA1'sIngo Molnar1-1/+1
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar16-263/+388
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner2-12/+0
2020-11-06asm-generic: Provide kmap_size.hThomas Gleixner2-0/+13
2020-10-30Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2020-10-28genirq/msi: Allow shadow declarations of msi_msg:: $memberThomas Gleixner1-0/+4
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook1-0/+1
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig1-2/+4
2020-10-26asm-generic: percpu: avoid Wshadow warningArnd Bergmann1-9/+9
2020-10-26qspinlock: use signed temporaries for cmpxchgArnd Bergmann2-6/+6
2020-10-26asm-generic: fix ffs -Wshadow warningArnd Bergmann1-4/+1
2020-10-26asm-generic: percpu: avoid Wshadow warningArnd Bergmann1-9/+9
2020-10-26asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin2-14/+63
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-6/+6
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-40/+69
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-0/+11
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+27
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+9
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-11/+0
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley1-1/+3
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+0
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+13
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+42
2020-10-12asm-generic/atomic: Add try_cmpxchg() fallbacksPeter Zijlstra1-86/+130
2020-10-09vmlinux.lds.h: add linker section for KUnit test suitesBrendan Higgins1-1/+9
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar4-172/+196
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2-11/+0
2020-10-05asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementationLorenzo Pieralisi1-12/+27
2020-10-04asm-generic: make the set_fs implementation optionalChristoph Hellwig1-0/+2
2020-10-04asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig1-0/+16
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig1-40/+51
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada2-0/+11
2020-09-21bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-0/+8
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+6
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+7
2020-09-01vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers1-1/+4
2020-09-01vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook1-1/+4
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-2/+6
2020-09-01vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook1-0/+20
2020-09-01vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook1-1/+3
2020-09-01vmlinux.lds.h: Create COMMON_DISCARDSKees Cook1-3/+6
2020-08-24bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver1-3/+27
2020-08-24locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver1-165/+165
2020-08-24asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver3-7/+7
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-12/+0
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-14/+14
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-8/+8
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+2
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley1-1/+0
2020-08-11sections.h: dereference_function_descriptor() returns void pointerHelge Deller1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+80
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+7
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-0/+30
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-0/+43
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+14
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+6
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-04asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne1-8/+8
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+22
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+1
2020-08-03Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-33/+132
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas3-18/+92
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2-3/+6
2020-07-29Merge branch 'locking/header'Peter Zijlstra3-10/+1
2020-07-29locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2-8/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-28Merge tag 'asm-generic-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+4
2020-07-27io: Fix return type of _inb and _inlStafford Horne1-2/+2
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin1-0/+2
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin1-0/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+8
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-3/+3
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar1-0/+1
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra1-2/+4
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel1-1/+4
2020-07-21locking/barriers: Remove definitions for [smp_]read_barrier_depends()Will Deacon1-17/+0
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-2/+0
2020-07-21asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon1-15/+4
2020-07-21asm/rwonce: Allow __READ_ONCE to be overridden by the architectureWill Deacon1-0/+2
2020-07-21compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon3-1/+103
2020-07-20arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig1-4/+2
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+4
2020-07-17asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()Will Deacon1-2/+4
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V1-0/+10
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa1-0/+4
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listKees Cook1-1/+1
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+5
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra1-7/+11
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra2-1/+6
2020-07-07tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)1-15/+40
2020-06-26make asm-generic/cacheflush.h more standaloneStephen Rothwell1-0/+5
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)1-1/+4
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)1-0/+13
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy1-1/+1
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner5-540/+542
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-2/+7
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+8
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-0/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-1323/+1
2020-06-08asm-generic: add a flush_icache_user_range stubChristoph Hellwig1-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-3/+3
2020-06-08asm-generic: improve the flush_dcache_page stubChristoph Hellwig1-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-3/+0
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig1-3/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+44
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-59/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2-68/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-1/+1
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+493
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+33
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+30
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel2-2/+26
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+4