aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2023-11-28x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen
2023-03-22x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich
2022-12-08x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley
2022-08-25x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant
2022-06-14x86: Fix return value of __setup handlersRandy Dunlap
2021-12-22x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel
2021-11-26x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky
2021-09-22x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport
2021-03-30x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-04x86: fix seq_file iteration for pat/memtype.cNeilBrown
2021-01-12x86/mm: Fix leak of pmd ptlockDan Williams
2020-12-30x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar
2020-12-30x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski
2020-12-30x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar
2020-09-09x86, fakenuma: Fix invalid starting node IDHuang Ying
2020-06-22x86/mm: Stop printing BRK addressesArvind Sankar
2020-06-07x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor
2020-03-25x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-02-24x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2020-01-27x86/mm: Remove unused variable 'cpu'Qian Cai
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-12-13x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel
2019-11-24x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner
2019-10-05x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu
2019-10-05x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner
2019-08-16x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel
2019-08-16x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel
2019-06-19x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He
2019-06-19x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin
2019-05-31x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina
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-03-05x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao
2019-01-13x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov
2019-01-09x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams
2019-01-09x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko
2018-12-29x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-11-13x86/numa_emulation: Fix uniform-split numa emulationDave Jiang
2018-11-13x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior