aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-115/+41
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-86/+0
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport3-15/+14
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-6/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov1-1/+1
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+6
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-0/+2
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+21
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-522/+69
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+6
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-14/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+4
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-1/+10
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-4/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+0
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-64/+160
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-437/+37
2020-06-03TEST_ACCESS_OK _never_ had been checked anywhereAl Viro1-7/+0
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+26
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds5-116/+163
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-27/+13
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel1-23/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel2-0/+4
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel1-0/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-2/+1
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+6
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig1-2/+0
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+6
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-20/+15
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-3/+1
2020-06-01Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-70/+0
2020-06-01Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+44
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-26/+38
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-68/+8
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+41