summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-2/+2
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-082-3/+3
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-073-24/+2
|\
| * x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner2021-06-231-1/+1
| * x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner2021-06-231-17/+0
| * x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-1/+1
| * x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen2021-06-231-0/+1
| * x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner2021-06-231-1/+1
| * x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner2021-06-231-6/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-17/+22
|\ \
| * | mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-6/+2
| * | mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy2021-06-301-15/+19
| * | mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-2/+6
| * | mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2021-06-301-1/+1
| * | mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-301-1/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\| |
| * | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
| |/
* | Merge tag 'x86-mm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-281-0/+4
|\ \
| * | x86/pkeys: Skip 'init_pkru' debugfs file creation when pkeys not supportedDave Hansen2021-06-041-0/+4
* | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-282-4/+10
|\ \ \ | |_|/ |/| |
| * | perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang2021-06-171-2/+8
| * | x86,kprobes: WARN if kprobes tries to handle a faultPeter Zijlstra2021-06-011-2/+2
* | | x86/mm: Avoid truncating memblocks for SGX memoryFan Du2021-06-181-1/+7
* | | x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky2021-06-081-1/+3
* | | x86/sev: Check SME/SEV support in CPUID firstPu Wen2021-06-041-5/+6
* | | x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang2021-06-041-2/+2
| |/ |/|
* | x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-3/+3
* | x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-0/+8
|\
| * x86/mm: track linear mapping split eventsSaravanan D2021-05-051-0/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-012-7/+4
|\ \ | |/ |/|
| * x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson2021-04-262-7/+4
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-302-4/+0
* | x86: inline huge vmap supported functionsNicholas Piggin2021-04-302-34/+0
* | mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-5/+7
* | x86/vmemmap: optimize for consecutive sections in partial populated PMDsOscar Salvador2021-04-301-6/+61
* | x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador2021-04-301-13/+55
* | x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador2021-04-301-28/+7
* | x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador2021-04-301-35/+13
* | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-292-72/+106
|\ \
| * | x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit2021-03-061-3/+3
| * | x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit2021-03-061-1/+2
| * | x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-062-8/+11
| * | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-17/+29
| * | x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit2021-03-061-5/+32
| * | x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit2021-03-061-45/+36
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2611-23/+24
|\ \ \
| * | | x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka2021-04-141-0/+2
| * | | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-4/+3
| * | | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-213-3/+3