aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr
Commit message (Expand)AuthorAgeFilesLines
*---. 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
* x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput2009-07-041-46/+51
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-105-33/+18
|\
| * x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-154-11/+9
| * x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-152-4/+2
| * x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput2009-05-151-8/+0
| * x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-152-3/+2
| * x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2009-05-152-3/+2
| * x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput2009-05-153-4/+3
* | 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
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-9/+1
* x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput2009-03-181-1/+2
* x86: MTRR workaround for system with stange var MTRRsYinghai Lu2009-03-173-8/+20
* 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: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu2009-03-134-1055/+1094
* x86: print out mtrr_range_state when user specify sizeYinghai Lu2009-03-131-0/+2