aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks1-2/+2
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-6/+8
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-8/+4
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder1-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+1
2019-03-06x86/mm: Remove unused variable 'old_pte'Qian Cai1-2/+2
2019-03-06x86/mm: Remove unused variable 'cpu'Qian Cai1-3/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-58/+0
2019-02-18x86/mpx: tweak header nameMichael S. Tsirkin1-1/+1
2019-02-14x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang1-2/+0
2019-02-08x86/cpu_entry_area: Move percpu_setup_debug_store() to __init sectionSergey Senozhatsky1-1/+1
2019-02-08x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra1-25/+25
2019-02-04x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel1-2/+2
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King1-1/+1
2019-01-29x86/mm/tlb: Remove unused cpu variableShaokun Zhang1-3/+0
2019-01-15x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao1-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-40/+47
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+0
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+8
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2-2/+3
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2-31/+35
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-332/+308
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+38
2018-12-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-18x86/mm/dump_pagetables: Use DEFINE_SHOW_ATTRIBUTE()Yangtao Li1-51/+7
2018-12-17x86/mm/cpa: Rename @addrinarray to @numpagesPeter Zijlstra1-26/+26
2018-12-17x86/mm/cpa: Better use CLFLUSHOPTPeter Zijlstra1-12/+17
2018-12-17x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_flush() functionPeter Zijlstra1-74/+18
2018-12-17x86/mm/cpa: Make cpa_data::numpages invariantPeter Zijlstra1-8/+13
2018-12-17x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra3-19/+29
2018-12-17x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra2-14/+6
2018-12-17x86/mm/cpa: Make cpa_data::vaddr invariantPeter Zijlstra1-10/+8
2018-12-17x86/mm/cpa: Add __cpa_addr() helperPeter Zijlstra1-19/+19
2018-12-17x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra1-4/+24
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar4-48/+119
2018-12-17x86/mm/cpa: Fix cpa_flush_array() TLB invalidationPeter Zijlstra1-8/+16