summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-051-1/+5
|\
| * perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov2010-09-301-1/+5
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-10-041-6/+12
|\ \
| * | [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_oscPekka Enberg2010-09-301-6/+12
| * | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-09-301-1/+1
* | | x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-283-1/+3
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-271-1/+11
|\ \ \ | | |/ | |/|
| * | perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
* | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-241-0/+1
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-082-6/+7
|\ \
| * | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann2010-09-051-2/+2
| * | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky2010-08-201-4/+5
* | | perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter2010-09-031-13/+46
* | | perf, x86: Fix handle_irq return valuesPeter Zijlstra2010-09-032-3/+8
* | | perf, x86: Fix accidentally ack'ing a second event on intel perf counterDon Zickus2010-09-031-4/+2
* | | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming2010-08-251-0/+2
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-201-1/+1
|\ \
| * | x86, cpu: Fix regression in AMD errata checking codeHans Rosenfeld2010-08-181-1/+1
* | | perf, x86: Fix Intel-nhm PMU programming errata workaroundZhang, Yanmin2010-08-181-18/+63
|/ /
* | Merge branch 'linus' into releaseLen Brown2010-08-1527-370/+678
|\ \
| * \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-131-1/+1
| |\ \
| | * | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-08-131-1/+1
| | |/
| * | Merge branch 'linus' into perf/urgentIngo Molnar2010-08-1225-290/+526
| |\ \ | | |/
| | * [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
| | * Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-6/+10
| | |\
| | | * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-211-0/+2
| | | * x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-201-6/+0
| | | * x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter2010-07-201-1/+1
| | | * x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-191-0/+8
| | * | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-062-26/+15
| | |\ \
| | | * | x86, mce: Use HW_ERR in MCE handlerHuang Ying2010-06-101-22/+10
| | | * | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-101-0/+1
| | | * | x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-101-4/+4
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *-------. \ \ Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-063-17/+54
| | |\ \ \ \ \ \ \
| | | | | * | | | | x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha2010-07-301-13/+43
| | | | | |/ / / /
| | | | * | | | | x86, vmware: Preset lpj values when on VMware.Alok Kataria2010-08-021-1/+8
| | | | | |/ / / | | | | |/| | |
| | | * | | | | x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat...Joe Perches2010-07-151-3/+3
| | | | |/ / / | | | |/| | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-08-061-0/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman2010-08-051-0/+1
| | | |\ \ \ \ \
| | | | * | | | | x86: Export the symbol ms_hypervKy Srinivasan2010-07-081-0/+1
| | | | | |_|/ / | | | | |/| | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k...Linus Torvalds2010-08-061-2/+1
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | | * | | | | x86, gcc-4.6: Fix set but not read variablesAndi Kleen2010-07-201-2/+1
| | | |/ / / / /
| | * | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-062-73/+1
| | |\ \ \ \ \ \
| | | * | | | | | x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-282-73/+1
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | x86: detect scattered cpuid features earlierJacob Pan2010-05-191-1/+1
| | * | | | | | | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-39/+167
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu2010-08-031-54/+129
| | | * | | | | | | x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu2010-08-031-18/+71
| | * | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-066-83/+235
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
OpenPOWER on IntegriCloud