aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+5
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang1-9/+5
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-36/+5
2021-11-06x86: remove memory hotplug support on X86_32David Hildenbrand1-31/+0
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport3-4/+4
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-5/+18
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+17
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-52/+33
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan1-5/+18
2021-10-28Merge remote-tracking branch 'tip/x86/cc' into hyperv-nextWei Liu4-52/+33
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner1-3/+2
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-1/+2
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner1-1/+1
2021-10-19x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky1-0/+9
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar6-19/+31
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-0/+7
2021-10-04Merge branch x86/cc into x86/coreBorislav Petkov10-71/+64
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky3-4/+5
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-21/+3
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky2-16/+11
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky3-13/+15
2021-10-04x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky1-0/+1
2021-10-04x86/ioremap: Selectively build arch override encryption functionsTom Lendacky1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra1-10/+10
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-8/+18
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+9
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds3-7/+4
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner1-0/+2
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner1-71/+52
2021-09-13x86/extable: Tidy up redundant handler functionsThomas Gleixner1-11/+5
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+2
2021-09-08x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport1-3/+3
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2-4/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+19
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport3-14/+19
2021-09-02x86/pat: Pass valid address to sanitize_phys()Jeff Moyer1-1/+6
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+83
2021-08-10x86/mmiotrace: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh1-2/+56
2021-07-28x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh1-24/+29
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-19/+15
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2-3/+3
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-24/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+22
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song1-6/+2
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-15/+19
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-2/+6