index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mtrr
/
generic.c
Age
Commit message (
Expand
)
Author
2025-11-12
x86/mtrr: Drop unnecessary export of "mtrr_state"
Sean Christopherson
2025-05-12
x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()
Jiaqing Zhao
2025-03-19
x86/mtrr: Modify a x86_model check to an Intel VFM check
Sohil Mehta
2025-03-19
x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()
Thorsten Blum
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
2024-01-29
x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
Ashish Kalra
2023-11-20
x86/mtrr: Document missing function parameters in kernel-doc
Borislav Petkov (AMD)
2023-06-01
x86/mtrr: Unify debugging printing
Borislav Petkov (AMD)
2023-06-01
x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
Juergen Gross
2023-06-01
x86/mtrr: Use new cache_map in mtrr_type_lookup()
Juergen Gross
2023-06-01
x86/mtrr: Add mtrr=debug command line option
Juergen Gross
2023-06-01
x86/mtrr: Construct a memory map with cache modes
Juergen Gross
2023-06-01
x86/mtrr: Add get_effective_type() service function
Juergen Gross
2023-06-01
x86/mtrr: Replace vendor tests in MTRR code
Juergen Gross
2023-06-01
x86/mtrr: Support setting MTRR state for software defined MTRRs
Juergen Gross
2023-06-01
x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept
Juergen Gross
2023-05-09
x86/mtrr: Remove physical address size calculation
Juergen Gross
2022-11-10
x86/mtrr: Simplify mtrr_bp_init()
Juergen Gross
2022-11-10
x86/mtrr: Remove set_all callback from struct mtrr_ops
Juergen Gross
2022-11-10
x86/mtrr: Disentangle MTRR init from PAT init
Juergen Gross
2022-11-10
x86/mtrr: Move cache control code to cacheinfo.c
Juergen Gross
2022-11-10
x86/mtrr: Split MTRR-specific handling from cache dis/enabling
Juergen Gross
2022-11-10
x86/mtrr: Rename prepare_set() and post_set()
Juergen Gross
2022-11-10
x86/mtrr: Replace use_intel() with a local flag
Juergen Gross
2022-10-19
x86/mtrr: Add comment for set_mtrr_state() serialization
Juergen Gross
2021-05-10
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
2021-02-20
Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
2020-04-26
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
2019-12-10
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
2019-06-28
x86/mtrr: Skip cache flushes on CPUs with cache self-snooping
Ricardo Neri
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-04-13
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
2016-03-31
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
2016-03-29
x86/mtrr: Fix PAT init handling when MTRR is disabled
Toshi Kani
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-03
x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Chen Yucong
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2015-05-27
x86/mm/mtrr: Generalize runtime disabling of MTRRs
Luis R. Rodriguez
2015-05-27
x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers
Toshi Kani
2015-05-27
x86/mm/mtrr: Clean up mtrr_type_lookup()
Toshi Kani
2015-05-27
x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs
Toshi Kani
2015-05-27
x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()
Toshi Kani
2015-05-27
x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry
Toshi Kani
2015-05-11
x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()
Toshi Kani
[next]