| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, mce, cmci: recheck CMCI banks after APIC has been enabled on CPU #0 | Andi Kleen | 2009-02-24 | 1 | -0/+7 |
* | x86, mce, cmci: disable CMCI on rebooting | Andi Kleen | 2009-02-24 | 1 | -0/+8 |
* | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-24 | 1 | -5/+5 |
* | x86, mce, cmci: add CMCI support | Andi Kleen | 2009-02-24 | 2 | -3/+218 |
* | x86, mce, cmci: use polled banks bitmap in machine check poller | Andi Kleen | 2009-02-24 | 2 | -5/+14 |
* | x86, mce: replace machine check events logged interval with ratelimit | Andi Kleen | 2009-02-24 | 1 | -6/+5 |
* | x86, mce, cmci: avoid potential reentry of threshold interrupt | Andi Kleen | 2009-02-24 | 1 | -1/+2 |
* | x86, mce, cmci: factor out threshold interrupt handler | Andi Kleen | 2009-02-24 | 3 | -9/+31 |
* | x86, mce, cmci: export MAX_NR_BANKS | Andi Kleen | 2009-02-24 | 1 | -6/+0 |
* | Merge branch 'x86/urgent' into x86/mce2 | H. Peter Anvin | 2009-02-23 | 12 | -61/+74 |
|\ |
|
| * | PM: Split up sysdev_[suspend|resume] from device_power_[down|up] | Rafael J. Wysocki | 2009-02-22 | 1 | -0/+4 |
| * | x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors | Linus Torvalds | 2009-02-22 | 2 | -2/+2 |
| * | x86_64: Fix S3 fail path | Jiri Slaby | 2009-02-21 | 1 | -1/+3 |
| * | x86_64: acpi/wakeup_64 cleanup | Jiri Slaby | 2009-02-21 | 1 | -19/+7 |
| * | x86, mce: remove incorrect __cpuinit for mce_cpu_features() | H. Peter Anvin | 2009-02-20 | 3 | -4/+4 |
| * | x86, vmi: TSC going backwards check in vmi clocksource | Alok N Kataria | 2009-02-20 | 1 | -1/+4 |
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-19 | 3 | -6/+4 |
| |\ |
|
| * \ | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 5 | -8/+48 |
| |\ \ |
|
| * | | | cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c... | Rusty Russell | 2009-02-16 | 1 | -5/+7 |
| * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-11 | 1 | -2/+10 |
| |\ \ \ |
|
| | * | | | x86: clean up hpet timer reinit | Pavel Emelyanov | 2009-02-06 | 1 | -2/+10 |
| | * | | | x86: fix hpet timer reinit for x86_64 | Pavel Emelyanov | 2009-02-05 | 1 | -1/+1 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 | 9 | -23/+83 |
| |\ \ \ \ |
|
| * | | | | | tracing, x86: fix constraint for parent variable | Steven Rostedt | 2009-02-11 | 1 | -5/+4 |
| * | | | | | tracing, x86: fix fixup section to return to original code | Steven Rostedt | 2009-02-10 | 1 | -3/+5 |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-02-09 | 1 | -6/+22 |
| |\ \ \ \ \ |
|
| | * | | | | | [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS table | Mark Langsdorf | 2009-02-05 | 1 | -6/+22 |
| | | |/ / /
| | |/| | | |
|
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-----. \ \ \ \ | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 | 18 | -77/+97 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent... | Thomas Renninger | 2009-02-04 | 1 | -11/+0 |
| | | | | |/ / / / |
|
| | | * | / / / / | ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.c | Rafael J. Wysocki | 2009-01-16 | 1 | -2/+2 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | x86, mce: remove invalid __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-23 | 1 | -3/+3 |
* | | | | | | | | x86, mce: use %ll instead of %L for 64-bit numbers | H. Peter Anvin | 2009-02-19 | 1 | -4/+4 |
* | | | | | | | | x86, mce: separate correct machine check poller and fatal exception handler | Andi Kleen | 2009-02-19 | 2 | -22/+109 |
* | | | | | | | | x86, mce: factor out duplicated struct mce setup into one function | Andi Kleen | 2009-02-19 | 3 | -13/+16 |
* | | | | | | | | x86, mce: implement dynamic machine check banks support | Andi Kleen | 2009-02-19 | 1 | -32/+115 |
* | | | | | | | | x86, mce: fix a race condition in mce_read() | Huang Ying | 2009-02-17 | 1 | -17/+24 |
* | | | | | | | | x86, mce: disable machine checks on offlined CPUs | Andi Kleen | 2009-02-17 | 1 | -0/+23 |
* | | | | | | | | x86, mce: don't set up mce sysdev devices with mce=off | Andi Kleen | 2009-02-17 | 1 | -4/+4 |
* | | | | | | | | x86, mce: switch machine check polling to per CPU timer | Andi Kleen | 2009-02-17 | 1 | -23/+45 |
* | | | | | | | | x86, mce: always use separate work queue to run trigger | Andi Kleen | 2009-02-17 | 1 | -7/+18 |
* | | | | | | | | x86, mce: don't disable machine checks during code patching | Andi Kleen | 2009-02-17 | 3 | -34/+11 |
* | | | | | | | | x86, mce: disable machine checks on suspend | Andi Kleen | 2009-02-17 | 1 | -0/+25 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | x86, mce: fix ifdef for 64bit thermal apic vector clear on shutdown | Andi Kleen | 2009-02-17 | 1 | -1/+1 |
* | | | | | | | x86, mce: use force_sig_info to kill process in machine check | Andi Kleen | 2009-02-17 | 1 | -2/+2 |
* | | | | | | | x86, mce: reinitialize per cpu features on resume | Andi Kleen | 2009-02-17 | 1 | -0/+1 |
* | | | | | | | x86, rcu: fix strange load average and ksoftirqd behavior | Paul E. McKenney | 2009-02-17 | 1 | -3/+0 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | x86, vm86: fix preemption bug | Thomas Gleixner | 2009-02-15 | 1 | -1/+9 |
* | | | | | | x86, olpc: fix model detection without OFW | Chris Ball | 2009-02-14 | 1 | -1/+1 |
* | | | | | | x86, hpet: fix for LS21 + HPET = boot hang | john stultz | 2009-02-13 | 1 | -0/+2 |
* | | | | | | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context | Thomas Gleixner | 2009-02-12 | 1 | -0/+2 |