summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2022-08-25x86/mm: Use proper mask when setting PUD mappingAaron Lu
2022-08-17x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant
2022-08-17x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra
2022-07-29x86/entry_32: Fix segment exceptionsPeter Zijlstra
2022-07-29x86/msr: Remove .fixup usagePeter Zijlstra
2022-07-29x86/extable: Extend extable functionalityPeter Zijlstra
2022-07-29x86/entry_32: Remove .fixup usagePeter Zijlstra
2022-07-29x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner
2022-07-29x86/extable: Rework the exception table mechanicsThomas Gleixner
2022-07-29x86/extable: Tidy up redundant handler functionsThomas Gleixner
2022-07-23objtool: Update Retpoline validationPeter Zijlstra
2022-07-23x86/sev: Avoid using __x86_return_thunkKim Phillips
2022-07-21x86/pat: Fix x86_has_pat_wp()Juergen Gross
2022-06-09x86: Fix return value of __setup handlersRandy Dunlap
2022-05-18x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2022-04-13x86/mm/tlb: Revert retpoline avoidance approachDave Hansen
2022-03-16x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson
2022-03-16x86/boot: Fix memremap of setup_indirect structuresRoss Philipson
2021-11-18x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov
2021-11-18x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky
2021-11-18x86/mm/64: Improve stack overflow warningsPeter Zijlstra
2021-11-18x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-09-02x86/pat: Pass valid address to sanitize_phys()Jeff Moyer
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-10x86/mmiotrace: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh
2021-07-28x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
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-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-28Merge tag 'x86-mm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds