aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
* x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov2011-01-21
* x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu2011-01-21
* x86: Update CPU cache attributes table descriptorsDave Jones2011-01-20
* Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar2011-01-19
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-18
|\
| * x86: Clear irqstack thread_infoBrian Gerst2011-01-18
| * x86: Make relocatable kernel work with new binutilsShaohua Li2011-01-18
| |
| \
| \
| \
*---. \ Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-15
|\ \ \ \ | | | |/ | | |/|
| | * | x86, mrst: Set correct APB timer IRQ affinity for secondary cpuJacob Pan2011-01-14
| | * | x86: tsc: Fix calibration refinement conditionals to avoid divide by zeroJohn Stultz2011-01-14
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-13
|\ \ \ \
| * \ \ \ Merge branch 'apei' into releaseLen Brown2011-01-12
| |\ \ \ \
| | * | | | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-12
| * | | | | PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki2011-01-07
* | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpuidle-perf-events' into idle-testLen Brown2011-01-12
| |\ \ \ \ \ \
| | * | | | | | cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger2011-01-12
| * | | | | | | Merge branch 'linus' into idle-testLen Brown2011-01-12
| |\| | | | | |
| * | | | | | | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-12
| | |/ / / / / | |/| | | | |
* | | | | | | thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-13
* | | | | | | thp: pte alloc trans splittingAndrea Arcangeli2011-01-13
* | | | | | | thp: add pmd paravirt opsAndrea Arcangeli2011-01-13
* | | | | | | mm: unify module_alloc code for vmallocDavid Rientjes2011-01-13
* | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-13
|\ \ \ \ \ \ \
| * | | | | | | x86, of: Define irq functions to allow drivers/of/* to build on x86Andres Salomon2010-12-15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-13
|\ \ \ \ \ \ \
| * | | | | | | KVM: Initialize fpu state in preemptible contextAvi Kivity2011-01-12
| * | | | | | | KVM guest: Fix kvm clock initialization when it's configured outAvi Kivity2011-01-12
| * | | | | | | KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-12
| * | | | | | | KVM paravirt: Handle async PF in non preemptable contextGleb Natapov2011-01-12
| * | | | | | | KVM: Handle async PF in a guest.Gleb Natapov2011-01-12
| * | | | | | | KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov2011-01-12
| * | | | | | | KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov2011-01-12
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | | | | | | | | | set_rtc_mmss: show warning message only onceStephen Hemminger2011-01-13
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-11
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | x86, UV: Fix APICID shift for Westmere processorsJack Steiner2011-01-11
| * | | | | | | | x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich2011-01-11
| * | | | | | | | x86: tsc: Prevent delayed init if initial tsc calibration failedThomas Gleixner2011-01-11
| * | | | | | | | x86, lapic-timer: Increase the max_delta to 31 bitsPierre Tardy2011-01-10
| * | | | | | | | Merge branch 'x86/apic-cleanups' into x86/urgentIngo Molnar2011-01-10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: Fix sparse non-ANSI function warnings in smpboot.cRandy Dunlap2011-01-09
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-11
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-09
| |\| | | | | | |
| * | | | | | | | perf, x86: P4 PMU - Fix unflagged overflows handlingCyrill Gorcunov2011-01-09
| * | | | | | | | x86: Save rbp in pt_regs on irq entryFrederic Weisbecker2011-01-07
| * | | | | | | | x86, dumpstack: Fix unused variable warningRakib Mullick2011-01-07
| * | | | | | | | x86, NMI: Clean-up default_do_nmi()Don Zickus2011-01-07