summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2020-06-08asm-generic: add a flush_icache_user_range stubChristoph Hellwig-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-3/+3
2020-06-08asm-generic: improve the flush_dcache_page stubChristoph Hellwig-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig-3/+0
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig-3/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+2
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-20/+44
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport-59/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport-68/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual-1/+1
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+4
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+493
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-0/+33
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+30
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel-2/+26
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig-0/+4
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+0
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+13
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro-9/+0
2020-05-28include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann-1/+1
2020-05-27mm/memory.c: Add memory read privilege on page fault handlingBibo Mao-0/+16
2020-05-27mm/memory.c: Update local TLB if PTE entry existsBibo Mao-0/+17
2020-05-26Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann-20/+44
2020-05-20asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercallsMichael Kelley-0/+51
2020-05-20x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent filesMichael Kelley-0/+442
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner-0/+13
2020-05-07io: Provide _inX() and _outX()John Garry-20/+44
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V-2/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-0/+8
2020-04-16locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macrosWill Deacon-8/+8
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar-23/+150
2020-04-11x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan-1/+1
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu-0/+15
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli-0/+52
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual-1/+2
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-2/+2
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-0/+52
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+15
2020-03-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+9
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner-2/+0
2020-03-27generic arch_futex_atomic_op_inuser() doesn't need access_ok()Al Viro-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-2/+2
2020-03-27x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu-2/+9
2020-03-21asm-generic, kcsan: Add KCSAN instrumentation for bitopsMarco Elver-20/+20
2020-03-21asm-generic, atomic-instrumented: Use generic instrumented.hMarco Elver-204/+191
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-69/+107
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song-0/+15