summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mtrr/mtrr.c
AgeCommit message (Expand)Author
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross
2023-06-01x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross
2023-06-01x86/mtrr: Have only one set_mtrr() variantJuergen Gross
2023-06-01x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross
2023-05-09x86/mtrr: Remove physical address size calculationJuergen Gross
2022-12-05x86/mtrr: Make message for disabled MTRRs more descriptiveJuergen Gross
2022-11-10x86/mtrr: Simplify mtrr_ops initializationJuergen Gross
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross
2022-11-10x86/mtrr: Get rid of __mtrr_enabled boolJuergen Gross
2022-11-10x86/mtrr: Simplify mtrr_bp_init()Juergen Gross
2022-11-10x86/mtrr: Remove set_all callback from struct mtrr_opsJuergen Gross
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross
2021-08-10x86/mtrr: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-01-15x86: Remove definition of DEBUGTom Rix
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-19x86/smpboot: Move rcu_cpu_starting() earlierPaul E. McKenney
2020-11-02x86/mtrr: Fix a kernel-doc markupMauro Carvalho Chehab
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar
2018-09-27x86/cpu/mtrr: Support TOP_MEM2 and get MTRR numberPu Wen
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-13x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixesJoe Perches