summaryrefslogtreecommitdiff
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2021-09-201-8/+18
* Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-192-4/+9
|\
| * x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-081-3/+3
| * x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
* | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-143-7/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-4/+2
|\ \
| * | mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-082-4/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-14/+19
|\ \ \ | |_|/ |/| |
| * | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-033-14/+19
| |/
* | Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-24/+83
|\ \
| * | x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2021-07-281-2/+56
| * | x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh2021-07-281-24/+29
| |/
* | x86/mmiotrace: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
|/
* Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-19/+15
* 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