summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones2023-06-281-4/+4
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-301-0/+25
* x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-221-1/+2
* x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley2022-12-021-1/+7
* x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-251-1/+1
* x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant2022-08-171-2/+2
* x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra2022-08-171-7/+9
* x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-07-291-14/+3
* x86/msr: Remove .fixup usagePeter Zijlstra2022-07-291-23/+28
* x86/extable: Extend extable functionalityPeter Zijlstra2022-07-291-4/+36
* x86/entry_32: Remove .fixup usagePeter Zijlstra2022-07-291-0/+14
* x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner2022-07-291-0/+2
* x86/extable: Rework the exception table mechanicsThomas Gleixner2022-07-291-71/+52
* x86/extable: Tidy up redundant handler functionsThomas Gleixner2022-07-291-11/+5
* objtool: Update Retpoline validationPeter Zijlstra2022-07-231-0/+2
* x86/sev: Avoid using __x86_return_thunkKim Phillips2022-07-231-2/+6
* x86/pat: Fix x86_has_pat_wp()Juergen Gross2022-07-211-2/+12
* x86: Fix return value of __setup handlersRandy Dunlap2022-06-091-1/+1
* x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger2022-05-181-2/+3
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2022-05-151-2/+2
* x86/mm/tlb: Revert retpoline avoidance approachDave Hansen2022-04-131-32/+5
* x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson2022-03-161-2/+31
* x86/boot: Fix memremap of setup_indirect structuresRoss Philipson2022-03-161-4/+20
* x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov2021-11-181-0/+7
* x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky2021-11-181-0/+1
* x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-11-181-10/+10
* x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky2021-11-181-0/+9
* 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