summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr
Commit message (Expand)AuthorAgeFilesLines
* 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/+29Star
|\
| * x86: Change range end to start+sizeYinghai Lu2010-02-111-16/+16
| * x86: Move range related operation to one fileYinghai Lu2010-02-111-165/+15Star
* | 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-161-1/+1
| * | x86, mtrr: Constify struct mtrr_opsEmese Revfy2010-02-016-10/+10
| |/
* / x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2010-02-042-95/+1Star
|/
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-7/+4Star
* 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/+0Star
* | 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-221-3/+3
* x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-221-9/+37
* x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27Star
* 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/+9Star
* 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/+35Star
* 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-115-33/+18Star
|\
| * x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-154-11/+9Star
| * x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-152-4/+2Star
| * x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput2009-05-151-8/+0Star
| * x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-152-3/+2Star
| * x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2009-05-152-3/+2Star
| * x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput2009-05-153-4/+3Star
* | 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/+0Star
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-9/+1Star
* 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
* x86: more MTRR debug printoutsYinghai Lu2009-03-131-44/+51
* x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-01-291-2/+1Star
* x86: mtrr fix debug boot parameterThomas Renninger2009-01-211-5/+7
* Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-023-28/+6Star
|\