aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich1-5/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2011-12-05x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani1-0/+1
2011-12-05Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava1-0/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2010-09-10x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi1-7/+77
2010-09-10x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi1-15/+29
2010-07-20x86, gcc-4.6: Fix set but not read variablesAndi Kleen1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-16x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner1-3/+3
2010-02-15x86, mtrr: Kill over the top warnAlan Cox1-1/+1
2010-02-01x86, mtrr: Constify struct mtrr_opsEmese Revfy1-1/+1
2009-07-04x86: Clean up mtrr/generic.cJaswinder Singh Rajput1-135/+169
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+12
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput1-4/+4
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput1-2/+2
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput1-2/+2
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput1-2/+2
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput1-2/+2
2009-05-11x86: mtrr: Fix high_width computation when phys-addr is >= 44bitYinghai Lu1-1/+5
2009-04-04x86, mtrr: remove debug messageIngo Molnar1-3/+0
2009-03-14x86: print the continous part of fixed mtrrs togetherYinghai Lu1-10/+48
2009-03-14x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=yYinghai Lu1-6/+14
2009-03-13x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann1-21/+30
2009-03-13x86: more MTRR debug printoutsYinghai Lu1-44/+51
2009-01-21x86: mtrr fix debug boot parameterThomas Renninger1-5/+7
2008-12-31x86: Export some definition of MTRRSheng Yang1-9/+3
2008-12-31x86: Rename mtrr_state struct and macro namesSheng Yang1-4/+4
2008-09-22x86: use WARN_ONCE in workaround for mtrr maskYinghai Lu1-6/+1
2008-08-22x86: work around MTRR mask setting, v2Ingo Molnar1-1/+6
2008-08-22x86: work around MTRR mask settingYinghai Lu1-2/+13
2008-05-25x86: amd opteron TOM2 mask val fixYinghai Lu1-1/+1
2008-05-25x86: process fam 10h like k8 with fixed mtrr settingYinghai Lu1-1/+1
2008-05-25x86: mtrr cleanup for converting continuous to discrete layout, v8Yinghai Lu1-9/+23
2008-05-25x86: fix sparse warning in mtrr/generic.cThomas Gleixner1-4/+4
2008-04-29x86: !x & y typo in mtrr codeHarvey Harrison1-1/+1
2008-04-17x86: tom2 warning fixIngo Molnar1-2/+4
2008-04-17x86: enable PAT for amd k8 and fam10hYinghai Lu1-0/+17
2008-04-17x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com1-0/+120
2008-03-26x86: convert mtrr/generic.c to kernel-docRandy Dunlap1-19/+23
2008-01-30x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes1-7/+1
2008-01-30x86: use CR0 defines.Dave Jones1-1/+2
2008-01-30x86: mtrr use type bool [RESEND AGAIN]Paul Jimenez1-9/+7
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-11i386: move kernel/cpu/mtrrThomas Gleixner1-0/+509