summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2025-11-22x86/{boot,mtrr}: Remove unused function declarationsYue Haibing-4/+0
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-11-12x86/mtrr: Drop unnecessary export of "mtrr_state"Sean Christopherson-1/+0
2025-08-22x86/mtrr: Remove license boilerplate text with bad FSF addressThomas Huth-28/+2
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao-1/+1
2025-03-19x86/mtrr: Modify a x86_model check to an Intel VFM checkSohil Mehta-2/+2
2025-03-19x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()Thorsten Blum-6/+7
2025-02-25x86/mtrr: Remove unnecessary strlen() in mtrr_write()Thorsten Blum-4/+2
2024-12-04x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov-4/+4
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson-0/+6
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen-1/+1
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)-1/+1
2024-01-29x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabledAshish Kalra-0/+3
2023-11-20x86/mtrr: Document missing function parameters in kernel-docBorislav Petkov (AMD)-4/+10
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)-40/+29
2023-06-01x86/mtrr: Remove unused codeJuergen Gross-9/+0
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross-2/+2
2023-06-01x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross-194/+43
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross-19/+45
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross-2/+314
2023-06-01x86/mtrr: Add get_effective_type() service functionJuergen Gross-20/+19
2023-06-01x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross-1/+7
2023-06-01x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross-75/+98
2023-06-01x86/mtrr: Have only one set_mtrr() variantJuergen Gross-20/+8
2023-06-01x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross-29/+31
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross-2/+72
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross-43/+35
2023-05-09x86/mtrr: Remove physical address size calculationJuergen Gross-64/+29
2022-12-05x86/mtrr: Make message for disabled MTRRs more descriptiveJuergen Gross-1/+3
2022-11-10x86/mtrr: Simplify mtrr_ops initializationJuergen Gross-54/+10
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross-10/+2
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross-86/+2
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross-13/+5
2022-11-10x86/mtrr: Get rid of __mtrr_enabled boolJuergen Gross-8/+5
2022-11-10x86/mtrr: Simplify mtrr_bp_init()Juergen Gross-20/+1
2022-11-10x86/mtrr: Remove set_all callback from struct mtrr_opsJuergen Gross-8/+5
2022-11-10x86/mtrr: Disentangle MTRR init from PAT initJuergen Gross-13/+2
2022-11-10x86/mtrr: Move cache control code to cacheinfo.cJuergen Gross-74/+0
2022-11-10x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross-7/+19
2022-11-10x86/mtrr: Rename prepare_set() and post_set()Juergen Gross-22/+21
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross-18/+13
2022-10-20x86/mtrr: Remove unused cyrix_set_all() functionJuergen Gross-34/+0
2022-10-19x86/mtrr: Add comment for set_mtrr_state() serializationJuergen Gross-1/+4
2021-08-10x86/mtrr: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-4/+4
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh-3/+3
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar-1/+1