summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel2021-12-221-2/+2
* x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky2021-11-261-0/+9
* x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-221-3/+3
* x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-301-1/+1
* x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-03-041-1/+2
* x86/mm: Fix leak of pmd ptlockDan Williams2021-01-121-0/+2
* x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar2020-12-301-2/+10
* x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-301-2/+8
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-301-2/+2
* x86, fakenuma: Fix invalid starting node IDHuang Ying2020-09-091-1/+1
* x86/mm: Stop printing BRK addressesArvind Sankar2020-06-221-2/+0
* x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-06-071-2/+2
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-251-2/+24
* x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-02-241-7/+1
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-292-10/+2
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-292-4/+0
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-292-9/+6
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-292-2/+3
* x86/mm: Remove unused variable 'cpu'Qian Cai2020-01-271-3/+0
* x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2019-12-311-2/+2
* x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel2019-12-131-1/+1
* x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner2019-11-241-8/+27
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-10-051-2/+4
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-10-051-0/+2
* x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel2019-08-161-8/+5
* x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-08-161-1/+1
* x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He2019-06-191-1/+10
* x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin2019-06-191-1/+1
* x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-05-311-2/+0
* x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-1/+3
* x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra2019-05-081-1/+1
* x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-05-081-0/+6
* x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He2019-05-081-1/+1
* x86/mm: Don't exceed the valid physical address spaceRalph Campbell2019-05-041-1/+1
* x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-03-051-2/+2
* x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2019-01-131-5/+2
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-4/+4
* x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams2019-01-091-6/+0
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2019-01-091-1/+1
* x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams2018-12-291-2/+11
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-12-051-28/+86
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-12-051-11/+20
* x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-11-131-2/+10
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-11-131-1/+5
* x86/mm: Avoid VLA in pgd_alloc()Kees Cook2018-10-091-2/+8
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-0/+9
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-152-0/+28
* x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-081-4/+4
* x86/pti: Fix section mismatch warning/errorRandy Dunlap2018-09-021-1/+1
* x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony2018-09-011-1/+24