summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/generic.c
Commit message (Expand)AuthorAgeFilesLines
* x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-041-1/+1
* x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabledAshish Kalra2024-01-291-0/+3
* x86/mtrr: Document missing function parameters in kernel-docBorislav Petkov (AMD)2023-11-201-4/+10
* x86/mtrr: Unify debugging printingBorislav Petkov (AMD)2023-06-011-1/+1
* x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2023-06-011-2/+2
* x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross2023-06-011-194/+43
* x86/mtrr: Add mtrr=debug command line optionJuergen Gross2023-06-011-19/+45
* x86/mtrr: Construct a memory map with cache modesJuergen Gross2023-06-011-0/+299
* x86/mtrr: Add get_effective_type() service functionJuergen Gross2023-06-011-20/+19
* x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross2023-06-011-1/+1
* x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross2023-06-011-1/+59
* x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-011-39/+31
* x86/mtrr: Remove physical address size calculationJuergen Gross2023-05-091-1/+11
* x86/mtrr: Simplify mtrr_bp_init()Juergen Gross2022-11-101-14/+0
* x86/mtrr: Remove set_all callback from struct mtrr_opsJuergen Gross2022-11-101-1/+0
* x86/mtrr: Disentangle MTRR init from PAT initJuergen Gross2022-11-101-13/+2
* x86/mtrr: Move cache control code to cacheinfo.cJuergen Gross2022-11-101-74/+0
* x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross2022-11-101-7/+19
* x86/mtrr: Rename prepare_set() and post_set()Juergen Gross2022-11-101-22/+21
* x86/mtrr: Replace use_intel() with a local flagJuergen Gross2022-11-101-1/+0
* x86/mtrr: Add comment for set_mtrr_state() serializationJuergen Gross2022-10-191-1/+4
* x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-2/+2
* Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-201-1/+0
|\
| * x86: Remove definition of DEBUGTom Rix2021-01-151-1/+0
* | x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-061-3/+3
|/
* x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-261-2/+2
* x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
* x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri2019-06-281-2/+13
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-131-10/+14
|\
| * x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani2016-03-291-10/+14
* | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-2/+2
|/
* x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-12/+11
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+1
* x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez2015-05-271-1/+3
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-10/+30
* x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani2015-05-271-52/+86
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-7/+7
* x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-271-7/+8
* x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
* x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani2015-05-111-1/+1
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-3/+3
* mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-2/+2
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-111-0/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-021-10/+11
|\
| * x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-251-10/+11