Age | Commit message (Expand) | Author | Files | Lines |
2018-02-15 | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang | 1 | -1/+1 |
2016-07-14 | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2016-04-13 | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base | Ingo Molnar | 1 | -10/+14 |
2016-03-31 | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 1 | -2/+2 |
2016-03-29 | x86/mtrr: Fix PAT init handling when MTRR is disabled | Toshi Kani | 1 | -10/+14 |
2016-02-24 | x86: Fix misspellings in comments | Adam Buchbinder | 1 | -1/+1 |
2016-02-03 | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Chen Yucong | 1 | -12/+11 |
2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 1 | -1/+1 |
2015-05-27 | x86/mm/mtrr: Generalize runtime disabling of MTRRs | Luis R. Rodriguez | 1 | -1/+3 |
2015-05-27 | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 1 | -10/+30 |
2015-05-27 | x86/mm/mtrr: Clean up mtrr_type_lookup() | Toshi Kani | 1 | -52/+86 |
2015-05-27 | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani | 1 | -7/+7 |
2015-05-27 | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup() | Toshi Kani | 1 | -7/+8 |
2015-05-27 | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry | Toshi Kani | 1 | -10/+18 |
2015-05-11 | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup() | Toshi Kani | 1 | -1/+1 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -3/+3 |
2014-01-25 | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 1 | -2/+2 |
2013-09-12 | mm: vmstats: track TLB flush stats on UP too | Dave Hansen | 1 | -0/+2 |
2013-07-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -10/+11 |
2013-06-26 | x86, asm, cleanup: Replace open-coded control register values with symbolic | H. Peter Anvin | 1 | -1/+1 |
2013-06-26 | x86: Fix /proc/mtrr with base/size more than 44bits | Yinghai Lu | 1 | -10/+11 |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 1 | -1/+1 |
2012-07-10 | x86/mm/mtrr: Slightly simplify print_mtrr_state() | Jan Beulich | 1 | -5/+1 |
2012-03-28 | Disintegrate asm/system.h for X86 | David Howells | 1 | -1/+0 |
2011-12-05 | x86/mtrr: Resolve inconsistency with Intel processor manual | Ajaykumar Hotchandani | 1 | -0/+1 |
2011-12-05 | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup | Prarit Bhargava | 1 | -0/+1 |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-09-11 | x86, mtrr: Support mtrr lookup for range spanning across MTRR range | Venkatesh Pallipadi | 1 | -7/+77 |
2010-09-11 | x86, mtrr: Refactor MTRR type overlap check code | Venkatesh Pallipadi | 1 | -15/+29 |
2010-07-21 | x86, gcc-4.6: Fix set but not read variables | Andi Kleen | 1 | -2/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-02-16 | x86: Convert set_atomicity_lock to raw_spinlock | Thomas Gleixner | 1 | -3/+3 |
2010-02-16 | x86, mtrr: Kill over the top warn | Alan Cox | 1 | -1/+1 |
2010-02-01 | x86, mtrr: Constify struct mtrr_ops | Emese Revfy | 1 | -1/+1 |
2009-07-04 | x86: Clean up mtrr/generic.c | Jaswinder Singh Rajput | 1 | -135/+169 |
2009-06-11 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -12/+12 |
2009-05-15 | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefType | Jaswinder Singh Rajput | 1 | -4/+4 |
2009-05-15 | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000 | Jaswinder Singh Rajput | 1 | -2/+2 |
2009-05-15 | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000 | Jaswinder Singh Rajput | 1 | -2/+2 |
2009-05-15 | x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000 | Jaswinder Singh Rajput | 1 | -2/+2 |
2009-05-15 | x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap | Jaswinder Singh Rajput | 1 | -2/+2 |
2009-05-11 | x86: mtrr: Fix high_width computation when phys-addr is >= 44bit | Yinghai Lu | 1 | -1/+5 |
2009-04-04 | x86, mtrr: remove debug message | Ingo Molnar | 1 | -3/+0 |
2009-03-14 | x86: print the continous part of fixed mtrrs together | Yinghai Lu | 1 | -10/+48 |
2009-03-14 | x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=y | Yinghai Lu | 1 | -6/+14 |
2009-03-13 | x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs | Andreas Herrmann | 1 | -21/+30 |
2009-03-13 | x86: more MTRR debug printouts | Yinghai Lu | 1 | -44/+51 |
2009-01-21 | x86: mtrr fix debug boot parameter | Thomas Renninger | 1 | -5/+7 |
2008-12-31 | x86: Export some definition of MTRR | Sheng Yang | 1 | -9/+3 |
2008-12-31 | x86: Rename mtrr_state struct and macro names | Sheng Yang | 1 | -4/+4 |