aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/defconfig' into x86/mce2H. Peter Anvin2009-02-242-172/+665
|\
| * x86, mce: enable machine checks in 32-bit defconfigH. Peter Anvin2009-02-241-2/+4
| * x86, mce: enable machine checks in 64-bit defconfigAndi Kleen2009-02-241-2/+4
| * x86, defconfig: turn off CONFIG_SCSI_ISCSI_ATTRS=yIngo Molnar2009-02-122-8/+8
| * x86, defconfig: turn off CONFIG_ENABLE_WARN_DEPRECATEDIngo Molnar2009-02-122-4/+2
| * x86, defconfig: update the 64-bit defconfigIngo Molnar2009-02-121-80/+332
| * x86, defconfig: update the 32-bit defconfigIngo Molnar2009-02-121-82/+324
* | x86, mce, cmci: recheck CMCI banks after APIC has been enabled on CPU #0Andi Kleen2009-02-241-0/+7
* | x86, mce, cmci: disable CMCI on rebootingAndi Kleen2009-02-241-0/+8
* | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotationsH. Peter Anvin2009-02-241-5/+5
* | x86, mce, cmci: add CMCI supportAndi Kleen2009-02-243-3/+228
* | x86, mce, cmci: define MSR names and fields for new CMCI registersAndi Kleen2009-02-243-0/+8
* | x86, mce, cmci: use polled banks bitmap in machine check pollerAndi Kleen2009-02-243-6/+18
* | x86, mce: replace machine check events logged interval with ratelimitAndi Kleen2009-02-241-6/+5
* | x86, mce, cmci: avoid potential reentry of threshold interruptAndi Kleen2009-02-241-1/+2
* | x86, mce, cmci: factor out threshold interrupt handlerAndi Kleen2009-02-245-9/+38
* | x86, mce, cmci: export MAX_NR_BANKSAndi Kleen2009-02-242-6/+6
* | Merge branch 'x86/urgent' into x86/mce2H. Peter Anvin2009-02-2333-175/+137
|\ \
| * | PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-0/+4
| * | x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds2009-02-224-4/+4
| * | x86_64: Fix S3 fail pathJiri Slaby2009-02-211-1/+3
| * | x86_64: acpi/wakeup_64 cleanupJiri Slaby2009-02-211-19/+7
| * | x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin2009-02-203-4/+4
| * | x86: use the right protections for split-up pagetablesIngo Molnar2009-02-201-10/+5
| * | x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria2009-02-201-1/+4
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-193-6/+4
| |\ \
| * | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-183-5/+1
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-02-171-22/+2
| |\ \ \
| | * | | trace: mmiotrace to the tracer menu in KconfigPekka Paalanen2009-02-151-22/+2
| | | |/ | | |/|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-1710-82/+109
| |\ \ \
| * \ \ \ Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-02-1710-70/+40
| |\ \ \ \
| | * | | | KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity2009-02-151-0/+1
| | * | | | KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-156-63/+15
| | * | | | KVM: MMU: Map device MMIO as UC in EPTSheng Yang2009-02-152-4/+8
| | * | | | KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti2009-02-151-1/+3
| | * | | | KVM: PIT: fix i8254 pending count readMarcelo Tosatti2009-02-151-1/+1
| | * | | | KVM: Fix racy in kvm_free_assigned_irqSheng Yang2009-02-151-1/+1
| | * | | | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
| | * | | | KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2009-02-151-0/+7
| | | |/ / | | |/| |
| * / | | cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell2009-02-161-5/+7
| |/ / /
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-02-111-2/+10
| |\ \ \
| | * | | x86: clean up hpet timer reinitPavel Emelyanov2009-02-061-2/+10
| | * | | x86: fix hpet timer reinit for x86_64Pavel Emelyanov2009-02-051-1/+1
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-1123-121/+193
| |\ \ \ \
| * | | | | tracing, x86: fix constraint for parent variableSteven Rostedt2009-02-111-5/+4
| * | | | | tracing, x86: fix fixup section to return to original codeSteven Rostedt2009-02-101-3/+5
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-02-091-6/+22
| |\ \ \ \ \
| | * | | | | [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS tableMark Langsdorf2009-02-051-6/+22
| | | |/ / / | | |/| | |
| * | | | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-092-0/+2
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0753-196/+338
| |\ \ \ \ \ \ \ \