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