summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-251-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/+1
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* 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-101-7/+77
* x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-101-15/+29
* x86, gcc-4.6: Fix set but not read variablesAndi Kleen2010-07-201-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner2010-02-161-3/+3
* x86, mtrr: Kill over the top warnAlan Cox2010-02-151-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-101-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/+0
* 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
* x86: mtrr fix debug boot parameterThomas Renninger2009-01-211-5/+7
* x86: Export some definition of MTRRSheng Yang2008-12-311-9/+3
* x86: Rename mtrr_state struct and macro namesSheng Yang2008-12-311-4/+4
* x86: use WARN_ONCE in workaround for mtrr maskYinghai Lu2008-09-221-6/+1
* x86: work around MTRR mask setting, v2Ingo Molnar2008-08-221-1/+6
* x86: work around MTRR mask settingYinghai Lu2008-08-221-2/+13
* x86: amd opteron TOM2 mask val fixYinghai Lu2008-05-251-1/+1
* x86: process fam 10h like k8 with fixed mtrr settingYinghai Lu2008-05-251-1/+1
* x86: mtrr cleanup for converting continuous to discrete layout, v8Yinghai Lu2008-05-251-9/+23
* x86: fix sparse warning in mtrr/generic.cThomas Gleixner2008-05-251-4/+4
* x86: !x & y typo in mtrr codeHarvey Harrison2008-04-291-1/+1
OpenPOWER on IntegriCloud