summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mtrr/generic.c
AgeCommit message (Expand)Author
2023-11-20x86/mtrr: Document missing function parameters in kernel-docBorislav Petkov (AMD)
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross
2023-06-01x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross
2023-06-01x86/mtrr: Add get_effective_type() service functionJuergen 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-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: Disentangle MTRR init from PAT initJuergen Gross
2022-11-10x86/mtrr: Move cache control code to cacheinfo.cJuergen Gross
2022-11-10x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross
2022-11-10x86/mtrr: Rename prepare_set() and post_set()Juergen Gross
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross
2022-10-19x86/mtrr: Add comment for set_mtrr_state() serializationJuergen Gross
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-15x86: Remove definition of DEBUGTom Rix
2021-01-06x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar
2019-06-28x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov
2016-03-29x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-05-27x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani
2015-05-27x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani
2015-05-27x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani
2015-05-27x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani
2015-05-11x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-07-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-25x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin
2013-06-25x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell