aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-16/+46
2010-07-30x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha1-13/+43
2010-07-20x86, gcc-4.6: Fix set but not read variablesAndi Kleen1-2/+1
2010-07-15x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statementsJoe Perches1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-03-05x86: fix mtrr missing kernel-docRandy Dunlap1-0/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-179/+29
2010-02-28Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-14/+14
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-10x86: Change range end to start+sizeYinghai Lu1-16/+16
2010-02-10x86: Move range related operation to one fileYinghai Lu1-165/+15
2010-02-04x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2-95/+1
2010-02-01x86, mtrr: Constify struct mtrr_opsEmese Revfy6-10/+10
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-7/+4
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+40
2009-11-24x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu1-9/+40
2009-11-17x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu1-2/+0
2009-11-02x86: Fix printk message typo in mtrr cleanup codeDave Jones1-1/+1
2009-10-02x86: Simplify bound checks in the MTRR codeArjan van de Ven1-5/+12
2009-09-20x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches1-6/+6
2009-08-21x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin1-3/+3
2009-08-21x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha1-9/+37
2009-07-05x86: Further clean up of mtrr/generic.cIngo Molnar1-29/+27
2009-07-04x86: Clean up mtrr/main.cJaswinder Singh Rajput1-213/+242
2009-07-04x86: Clean up mtrr/state.cJaswinder Singh Rajput1-28/+40
2009-07-04x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput1-10/+9
2009-07-04x86: Clean up mtrr/if.cJaswinder Singh Rajput1-59/+76
2009-07-04x86: Clean up mtrr/generic.cJaswinder Singh Rajput1-135/+169
2009-07-04x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput1-43/+51
2009-07-04x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput1-174/+176
2009-07-04x86: Clean up mtrr/centaur.cJaswinder Singh Rajput1-133/+35
2009-07-04x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput1-46/+51
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-33/+18
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput4-11/+9
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2-4/+2
2009-05-15x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput1-8/+0
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput3-4/+3
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-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-9/+1
2009-03-18x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput1-1/+2
2009-03-17x86: MTRR workaround for system with stange var MTRRsYinghai Lu3-8/+20
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: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu4-1055/+1094
2009-03-13x86: print out mtrr_range_state when user specify sizeYinghai Lu1-0/+2