aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2019-05-25x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-05-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-08x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra
2019-05-08x86/mm: Fix a crash with kmemleak_scan()Qian Cai
2019-05-08x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-05-04x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-08x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King
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
2018-12-17x86/mm/cpa: Make cpa_data::vaddr invariantPeter Zijlstra
2018-12-17x86/mm/cpa: Add __cpa_addr() helperPeter Zijlstra
2018-12-17x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar
2018-12-17x86/mm/cpa: Fix cpa_flush_array() TLB invalidationPeter Zijlstra
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-11x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko
2018-12-11x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov
2018-12-05x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams
2018-12-05x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams
2018-12-03x86/pkeys: Make init_pkru_value staticSebastian Andrzej Siewior
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-11-30x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-11-22x86/fault: Clean up the page fault oops decoder a bitIngo Molnar