summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mtrr/generic.c
AgeCommit message (Expand)Author
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
2012-07-10x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich
2012-03-28Disintegrate asm/system.h for X86David Howells
2011-12-05x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani
2011-12-05Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava
2011-03-18x86: Fix common misspellingsLucas De Marchi
2010-09-10x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi
2010-09-10x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi
2010-07-20x86, gcc-4.6: Fix set but not read variablesAndi Kleen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-16x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner
2010-02-15x86, mtrr: Kill over the top warnAlan Cox
2010-02-01x86, mtrr: Constify struct mtrr_opsEmese Revfy
2009-07-04x86: Clean up mtrr/generic.cJaswinder Singh Rajput
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput