| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag | Lin Ming | 2010-08-25 | 1 | -0/+2 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-20 | 1 | -1/+1 |
|\ |
|
| * | x86, cpu: Fix regression in AMD errata checking code | Hans Rosenfeld | 2010-08-18 | 1 | -1/+1 |
* | | perf, x86: Fix Intel-nhm PMU programming errata workaround | Zhang, Yanmin | 2010-08-18 | 1 | -18/+63 |
|/ |
|
* | Merge branch 'linus' into release | Len Brown | 2010-08-15 | 27 | -370/+678 |
|\ |
|
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2010-08-13 | 1 | -1/+1 |
| |\ |
|
| | * | [CPUFREQ] acpi-cpufreq: add missing __percpu markup | Namhyung Kim | 2010-08-13 | 1 | -1/+1 |
| * | | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2010-08-12 | 25 | -290/+526 |
| |\ \
| | |/ |
|
| | * | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.c | Namhyung Kim | 2010-08-12 | 1 | -1/+1 |
| | * | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -6/+10 |
| | |\ |
|
| | | * | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 1 | -0/+2 |
| | | * | x86, xsave: Move boot cpu initialization to xsave_init() | Robert Richter | 2010-07-20 | 1 | -6/+0 |
| | | * | x86, xsave: 32/64 bit boot cpu check unification in initialization | Robert Richter | 2010-07-20 | 1 | -1/+1 |
| | | * | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2010-07-19 | 1 | -0/+8 |
| | * | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 2 | -26/+15 |
| | |\ \ |
|
| | | * | | x86, mce: Use HW_ERR in MCE handler | Huang Ying | 2010-06-10 | 1 | -22/+10 |
| | | * | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup | Huang Ying | 2010-06-10 | 1 | -0/+1 |
| | | * | | x86, mce: Rename MSR_IA32_MCx_CTL2 value | Huang Ying | 2010-06-10 | 1 | -4/+4 |
| | | | | | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | *-------. \ \ | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 3 | -17/+54 |
| | |\ \ \ \ \ \ \ |
|
| | | | | * | | | | | x86, mtrr: Use stop machine context to rendezvous all the cpu's | Suresh Siddha | 2010-07-30 | 1 | -13/+43 |
| | | | | |/ / / / |
|
| | | | * | | | | | x86, vmware: Preset lpj values when on VMware. | Alok Kataria | 2010-08-02 | 1 | -1/+8 |
| | | | | |/ / /
| | | | |/| | | |
|
| | | * | | | | | x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat... | Joe Perches | 2010-07-15 | 1 | -3/+3 |
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Staging: Merge staging-next into Linus's tree | Greg Kroah-Hartman | 2010-08-05 | 1 | -0/+1 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | x86: Export the symbol ms_hyperv | Ky Srinivasan | 2010-07-08 | 1 | -0/+1 |
| | | | | |_|/ /
| | | | |/| | | |
|
| | | | | | | | | |
| | | \ \ \ \ \ | |
| | *-. \ \ \ \ \ | Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k... | Linus Torvalds | 2010-08-06 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \
| | | | |_|_|/ / /
| | | |/| | | | | |
|
| | | | * | | | | | x86, gcc-4.6: Fix set but not read variables | Andi Kleen | 2010-07-20 | 1 | -2/+1 |
| | | |/ / / / / |
|
| | * | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 2 | -73/+1 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | x86, asm: Move cmpxchg emulation code to arch/x86/lib | H. Peter Anvin | 2010-07-28 | 2 | -73/+1 |
| | | | |_|_|/ /
| | | |/| | | | |
|
| | * | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 1 | -1/+1 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | x86: detect scattered cpuid features earlier | Jacob Pan | 2010-05-19 | 1 | -1/+1 |
| | * | | | | | | | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -39/+167 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | x86, hwmon: Package Level Thermal/Power: power limit | Fenghua Yu | 2010-08-03 | 1 | -54/+129 |
| | | * | | | | | | | x86, hwmon: Package Level Thermal/Power: thermal throttling handler | Fenghua Yu | 2010-08-03 | 1 | -18/+71 |
| | * | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 6 | -83/+235 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / / |
|
| | | * | | | | | | | x86, cpu: Package Level Thermal Control, Power Limit Notification definitions | Fenghua Yu | 2010-07-30 | 1 | -0/+2 |
| | | * | | | | | | | x86, cpu: Export AMD errata definitions | H. Peter Anvin | 2010-07-28 | 1 | -0/+4 |
| | | * | | | | | | | x86, cpu: Use AMD errata checking framework for erratum 383 | Hans Rosenfeld | 2010-07-28 | 1 | -0/+2 |
| | | * | | | | | | | x86, cpu: Clean up AMD erratum 400 workaround | Hans Rosenfeld | 2010-07-28 | 1 | -0/+5 |
| | | * | | | | | | | x86, cpu: AMD errata checking framework | Hans Rosenfeld | 2010-07-28 | 1 | -0/+60 |
| | | * | | | | | | | Merge remote branch 'linus/master' into x86/cpu | H. Peter Anvin | 2010-07-28 | 2 | -2/+3 |
| | | |\ \ \ \ \ \ \
| | | | | |_|/ / / /
| | | | |/| | | | | |
|
| | | * | | | | | | | x86, cpu: Split addon_cpuid_features.c | H. Peter Anvin | 2010-07-19 | 3 | -57/+67 |
| | | | |_|_|_|_|/
| | | |/| | | | | |
|
| | | * | | | | | | x86, cpu: Enumerate xsaveopt | Suresh Siddha | 2010-07-19 | 1 | -0/+1 |
| | | * | | | | | | x86, cpu: Make init_scattered_cpuid_features() consider cpuid subleaves | Suresh Siddha | 2010-07-19 | 1 | -12/+13 |
| | | * | | | | | | x86, cpu: Support the features flags in new CPUID leaf 7 | H. Peter Anvin | 2010-07-07 | 1 | -0/+10 |
| | | * | | | | | | x86: Look for IA32_ENERGY_PERF_BIAS support | Venkatesh Pallipadi | 2010-06-16 | 1 | -0/+1 |
| | | * | | | | | | x86, AMD: Extend support to future families | Borislav Petkov | 2010-06-09 | 1 | -3/+3 |
| | | * | | | | | | x86, cacheinfo: Carve out L3 cache slot accessors | Borislav Petkov | 2010-06-09 | 1 | -26/+82 |
| | | | |_|_|_|/
| | | |/| | | | |
|