aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 2-0/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-1323/+1
2020-06-08asm-generic: add a flush_icache_user_range stubGravatar Christoph Hellwig 1-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-3/+3
2020-06-08asm-generic: improve the flush_dcache_page stubGravatar Christoph Hellwig 1-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hGravatar Christoph Hellwig 1-3/+0
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hGravatar Christoph Hellwig 1-3/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+44
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hGravatar Mike Rapoport 1-59/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hGravatar Mike Rapoport 2-68/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETGravatar Anshuman Khandual 1-1/+1
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+4
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+493
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+33
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+30
2020-06-02mm: add functions to track page directory modificationsGravatar Joerg Roedel 2-2/+26
2020-06-02mm: enforce that vmap can't map pages executableGravatar Christoph Hellwig 1-0/+4
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+0
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+13
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hGravatar Al Viro 1-9/+0
2020-05-28include/asm-generic/topology.h: guard cpumask_of_node() macro argumentGravatar Arnd Bergmann 1-1/+1
2020-05-27mm/memory.c: Add memory read privilege on page fault handlingGravatar Bibo Mao 1-0/+16
2020-05-27mm/memory.c: Update local TLB if PTE entry existsGravatar Bibo Mao 1-0/+17
2020-05-26Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...Gravatar Arnd Bergmann 1-20/+44
2020-05-20asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercallsGravatar Michael Kelley 1-0/+51
2020-05-20x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent filesGravatar Michael Kelley 1-0/+442
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationGravatar Thomas Gleixner 2-0/+13
2020-05-07io: Provide _inX() and _outX()Gravatar John Garry 1-20/+44
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argGravatar Aneesh Kumar K.V 1-2/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 2-0/+8
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-04-11x86/Hyper-V: Report crash data in die() when panic_on_oops is setGravatar Tianyu Lan 1-1/+1
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersGravatar Peter Xu 1-0/+15
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Gravatar Andrea Arcangeli 2-0/+52
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Gravatar Anshuman Khandual 1-1/+2
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-2/+2
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-0/+52
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+15
2020-03-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+9
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-14/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Thomas Gleixner 1-2/+0
2020-03-27generic arch_futex_atomic_op_inuser() doesn't need access_ok()Gravatar Al Viro 1-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-2/+2
2020-03-27x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSGravatar H.J. Lu 1-2/+9
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFGravatar Fangrui Song 1-0/+15
2020-03-06asm-generic/bitops: Update stale commentGravatar Will Deacon 1-2/+3
2020-02-17lib/vdso: Avoid highres update if clocksource is not VDSO capableGravatar Thomas Gleixner 1-7/+0
2020-02-17lib/vdso: Cleanup clock mode storage leftoversGravatar Thomas Gleixner 1-7/+0