| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 2014-01-25 | 1 | -2/+2 |
* | mm: vmstats: track TLB flush stats on UP too | Dave Hansen | 2013-09-11 | 1 | -0/+2 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-07-02 | 1 | -10/+11 |
|\ |
|
| * | x86: Fix /proc/mtrr with base/size more than 44bits | Yinghai Lu | 2013-06-25 | 1 | -10/+11 |
* | | x86, asm, cleanup: Replace open-coded control register values with symbolic | H. Peter Anvin | 2013-06-25 | 1 | -1/+1 |
|/ |
|
* | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+1 |
* | x86/mm/mtrr: Slightly simplify print_mtrr_state() | Jan Beulich | 2012-07-10 | 1 | -5/+1 |
* | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
* | x86/mtrr: Resolve inconsistency with Intel processor manual | Ajaykumar Hotchandani | 2011-12-05 | 1 | -0/+1 |
* | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup | Prarit Bhargava | 2011-12-05 | 1 | -0/+1 |
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | x86, mtrr: Support mtrr lookup for range spanning across MTRR range | Venkatesh Pallipadi | 2010-09-10 | 1 | -7/+77 |
* | x86, mtrr: Refactor MTRR type overlap check code | Venkatesh Pallipadi | 2010-09-10 | 1 | -15/+29 |
* | x86, gcc-4.6: Fix set but not read variables | Andi Kleen | 2010-07-20 | 1 | -2/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | x86: Convert set_atomicity_lock to raw_spinlock | Thomas Gleixner | 2010-02-16 | 1 | -3/+3 |
* | x86, mtrr: Kill over the top warn | Alan Cox | 2010-02-15 | 1 | -1/+1 |
* | x86, mtrr: Constify struct mtrr_ops | Emese Revfy | 2010-02-01 | 1 | -1/+1 |
* | x86: Clean up mtrr/generic.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -135/+169 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-10 | 1 | -12/+12 |
|\ |
|
| * | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefType | Jaswinder Singh Rajput | 2009-05-15 | 1 | -4/+4 |
| * | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000 | Jaswinder Singh Rajput | 2009-05-15 | 1 | -2/+2 |
| * | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000 | Jaswinder Singh Rajput | 2009-05-15 | 1 | -2/+2 |
| * | x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000 | Jaswinder Singh Rajput | 2009-05-15 | 1 | -2/+2 |
| * | x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap | Jaswinder Singh Rajput | 2009-05-15 | 1 | -2/+2 |
* | | x86: mtrr: Fix high_width computation when phys-addr is >= 44bit | Yinghai Lu | 2009-05-11 | 1 | -1/+5 |
|/ |
|
* | x86, mtrr: remove debug message | Ingo Molnar | 2009-04-04 | 1 | -3/+0 |
* | x86: print the continous part of fixed mtrrs together | Yinghai Lu | 2009-03-14 | 1 | -10/+48 |
* | x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=y | Yinghai Lu | 2009-03-14 | 1 | -6/+14 |
* | x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs | Andreas Herrmann | 2009-03-13 | 1 | -21/+30 |
* | x86: more MTRR debug printouts | Yinghai Lu | 2009-03-13 | 1 | -44/+51 |
* | x86: mtrr fix debug boot parameter | Thomas Renninger | 2009-01-21 | 1 | -5/+7 |
* | x86: Export some definition of MTRR | Sheng Yang | 2008-12-31 | 1 | -9/+3 |
* | x86: Rename mtrr_state struct and macro names | Sheng Yang | 2008-12-31 | 1 | -4/+4 |
* | x86: use WARN_ONCE in workaround for mtrr mask | Yinghai Lu | 2008-09-22 | 1 | -6/+1 |
* | x86: work around MTRR mask setting, v2 | Ingo Molnar | 2008-08-22 | 1 | -1/+6 |
* | x86: work around MTRR mask setting | Yinghai Lu | 2008-08-22 | 1 | -2/+13 |
* | x86: amd opteron TOM2 mask val fix | Yinghai Lu | 2008-05-25 | 1 | -1/+1 |
* | x86: process fam 10h like k8 with fixed mtrr setting | Yinghai Lu | 2008-05-25 | 1 | -1/+1 |
* | x86: mtrr cleanup for converting continuous to discrete layout, v8 | Yinghai Lu | 2008-05-25 | 1 | -9/+23 |
* | x86: fix sparse warning in mtrr/generic.c | Thomas Gleixner | 2008-05-25 | 1 | -4/+4 |
* | x86: !x & y typo in mtrr code | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | x86: tom2 warning fix | Ingo Molnar | 2008-04-17 | 1 | -2/+4 |
* | x86: enable PAT for amd k8 and fam10h | Yinghai Lu | 2008-04-17 | 1 | -0/+17 |
* | x86: PAT infrastructure patch | venkatesh.pallipadi@intel.com | 2008-04-17 | 1 | -0/+120 |
* | x86: convert mtrr/generic.c to kernel-doc | Randy Dunlap | 2008-03-26 | 1 | -19/+23 |
* | x86, 32-bit: trim memory not covered by wb mtrrs | Jesse Barnes | 2008-01-30 | 1 | -7/+1 |
* | x86: use CR0 defines. | Dave Jones | 2008-01-30 | 1 | -1/+2 |
* | x86: mtrr use type bool [RESEND AGAIN] | Paul Jimenez | 2008-01-30 | 1 | -9/+7 |
* | spelling fixes: arch/i386/ | Simon Arlott | 2007-10-20 | 1 | -1/+1 |