summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-18x86/mm: Avoid truncating memblocks for SGX memoryFan Du
2021-06-08x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky
2021-06-04x86/sev: Check SME/SEV support in CPUID firstPu Wen
2021-06-04x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05x86/mm: track linear mapping split eventsSaravanan D
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30x86: inline huge vmap supported functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-30x86/vmemmap: optimize for consecutive sections in partial populated PMDsOscar Salvador
2021-04-30x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador
2021-04-30x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador
2021-04-30x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson
2021-04-14x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-23x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-08x86/virtio: Have SEV guests enforce restricted virtio memory accessTom Lendacky
2021-03-06x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit
2021-03-06x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit
2021-03-06x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit
2021-03-06x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown
2021-02-26kfence: add test suiteMarco Elver
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver
2021-02-26x86, kfence: enable KFENCE for x86Alexander Potapenko
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-20Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-12Merge branch 'x86/cleanups' into x86/mmIngo Molnar
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski
2021-02-10x86/fault: Don't run fixups for SMAP violationsAndy Lutomirski
2021-02-10x86/fault: Don't look for extable entries for SMEP violationsAndy Lutomirski
2021-02-10x86/fault: Rename no_context() to kernelmode_fixup_or_oops()Andy Lutomirski