summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+11Star
* 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-121-0/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-10/+11
|\
| * x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-251-10/+11
* | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-261-1/+1
|/
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich2012-07-101-5/+1Star
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0Star
* x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani2011-12-051-0/+1
* Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava2011-12-051-0/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi2010-09-111-7/+77
* x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-111-15/+29
* x86, gcc-4.6: Fix set but not read variablesAndi Kleen2010-07-211-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner2010-02-161-3/+3
* x86, mtrr: Kill over the top warnAlan Cox2010-02-161-1/+1
* x86, mtrr: Constify struct mtrr_opsEmese Revfy2010-02-011-1/+1
* x86: Clean up mtrr/generic.cJaswinder Singh Rajput2009-07-041-135/+169
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-12/+12
|\
| * x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-151-4/+4
| * x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-151-2/+2
| * x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-151-2/+2
| * x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2009-05-151-2/+2
| * x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput2009-05-151-2/+2
* | x86: mtrr: Fix high_width computation when phys-addr is >= 44bitYinghai Lu2009-05-111-1/+5
|/
* x86, mtrr: remove debug messageIngo Molnar2009-04-041-3/+0Star
* x86: print the continous part of fixed mtrrs togetherYinghai Lu2009-03-141-10/+48
* x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=yYinghai Lu2009-03-141-6/+14
* x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann2009-03-131-21/+30
* x86: more MTRR debug printoutsYinghai Lu2009-03-131-44/+51