summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr
Commit message (Expand)AuthorAgeFilesLines
* x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan2012-05-301-1/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-4/+6
|\
| * x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
* | 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
* mtrr: fix UP breakage caused during switch to stop_machineTejun Heo2011-08-251-2/+0
* x86, mtrr: Use pci_dev->revisionSergei Shtylyov2011-07-021-8/+5
* x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-151/+41
* x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-0/+23
* x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-291-5/+15
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-5/+5
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-031-1/+9
* Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-22/+106
|\
| * 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, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUsAndreas Herrmann2010-10-011-1/+1
|/
*---. Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-062-16/+46
|\ \ \
| | | * x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha2010-07-301-13/+43
| | |/
| * / x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat...Joe Perches2010-07-151-3/+3
| |/
* / 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-302-1/+1
* x86: fix mtrr missing kernel-docRandy Dunlap2010-03-051-0/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-179/+29
|\
| * x86: Change range end to start+sizeYinghai Lu2010-02-101-16/+16
| * x86: Move range related operation to one fileYinghai Lu2010-02-101-165/+15
* | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-286-14/+14
|\ \
| * | 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-016-10/+10
| |/
* / x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2010-02-042-95/+1
|/
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-7/+4
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-11/+40
|\
| * x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu2009-11-241-9/+40
| * x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-171-2/+0
* | x86: Fix printk message typo in mtrr cleanup codeDave Jones2009-11-021-1/+1
|/
* x86: Simplify bound checks in the MTRR codeArjan van de Ven2009-10-021-5/+12
* x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches2009-09-201-6/+6
* x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2009-08-211-3/+3
* x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-211-9/+37
* x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27
* x86: Clean up mtrr/main.cJaswinder Singh Rajput2009-07-041-213/+242
* x86: Clean up mtrr/state.cJaswinder Singh Rajput2009-07-041-28/+40
* x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput2009-07-041-10/+9
* x86: Clean up mtrr/if.cJaswinder Singh Rajput2009-07-041-59/+76
* x86: Clean up mtrr/generic.cJaswinder Singh Rajput2009-07-041-135/+169
* x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput2009-07-041-43/+51
* x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput2009-07-041-174/+176
* x86: Clean up mtrr/centaur.cJaswinder Singh Rajput2009-07-041-133/+35