summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-04-16x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra
2019-04-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner
2019-03-28x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06x86/mm: Remove unused variable 'old_pte'Qian Cai
2019-03-06x86/mm: Remove unused variable 'cpu'Qian Cai
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-18x86/mpx: tweak header nameMichael S. Tsirkin
2019-02-14x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang
2019-02-08x86/cpu_entry_area: Move percpu_setup_debug_store() to __init sectionSergey Senozhatsky
2019-02-08x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra
2019-02-04x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King
2019-01-29x86/mm/tlb: Remove unused cpu variableShaokun Zhang
2019-01-15x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-18x86/mm/dump_pagetables: Use DEFINE_SHOW_ATTRIBUTE()Yangtao Li
2018-12-17x86/mm/cpa: Rename @addrinarray to @numpagesPeter Zijlstra
2018-12-17x86/mm/cpa: Better use CLFLUSHOPTPeter Zijlstra
2018-12-17x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_fl...Peter Zijlstra
2018-12-17x86/mm/cpa: Make cpa_data::numpages invariantPeter Zijlstra
2018-12-17x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra
2018-12-17x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra