summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/apic-cleanupsIngo Molnar2011-01-0748-1693/+872
|\
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-061-38/+39
| |\
| | * x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell2011-01-041-38/+39
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds2011-01-063-1/+56
| |\ \ \ \ \ \
| | | | * | | | x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2011-01-031-0/+40
| | | | | |_|/ | | | | |/| |
| | * | | | | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha2010-12-132-1/+16
| * | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-061-27/+34
| |\ \ \ \ \ \
| | * | | | | | x86, UV: Fix the effect of extra bits in the hub nodeid registerJack Steiner2010-12-221-12/+21
| | * | | | | | x86, UV: Add common uv_early_read_mmr() function for reading MMRsJack Steiner2010-12-221-16/+14
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-061-5/+91
| |\ \ \ \ \ \
| | * | | | | | x86: Check tsc available/disabled in the delayed init functionThomas Gleixner2010-12-131-0/+3
| | * | | | | | x86: Improve TSC calibration using a delayed workqueueJohn Stultz2010-12-021-3/+83
| | * | | | | | Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tscJohn Stultz2010-12-021-2/+5
| | |\ \ \ \ \ \
| | | * | | | | | x86: Make tsc=reliable override boot time stability checksjohn stultz2009-08-281-2/+5
| * | | | | | | | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-062-2/+9
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2010-12-2320-74/+183
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-0/+3
| | * | | | | | | | x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-2/+6
| * | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-066-322/+21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-01-061-24/+10
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, microcode, AMD: Cleanup code a bitBorislav Petkov2010-11-101-20/+5
| | * | | | | | | | | | x86, microcode, AMD: Replace vmalloc+memset with vzallocJesper Juhl2010-11-101-9/+10
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-062-65/+85
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | apic, amd: Make firmware bug messages more meaningfulRobert Richter2010-10-251-7/+8
| | * | | | | | | | | | mce, amd: Remove goto in threshold_create_device()Robert Richter2010-10-251-2/+2
| | * | | | | | | | | | mce, amd: Add helper functions to setup APICRobert Richter2010-10-251-29/+38
| | * | | | | | | | | | mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter2010-10-251-13/+13
| | * | | | | | | | | | mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter2010-10-251-19/+29
| * | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-063-9/+48
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86: Fix included-by file reference commentsKees Cook2010-11-181-3/+3
| | * | | | | | | | | | | x86, cpu: Call verify_cpu during 32bit CPU startupKees Cook2010-11-102-0/+7
| | * | | | | | | | | | | x86, cpu: Clear XD_DISABLED flag on Intel to regain NXKees Cook2010-11-101-8/+40
| | * | | | | | | | | | | x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook2010-11-102-1/+1
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-064-56/+86
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2011-01-052-4/+5
| | * | | | | | | | | | | Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-0471-5922/+624
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-0/+5
| | * | | | | | | | | | | x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2010-12-231-1/+1
| * | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-065-165/+169
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying2011-01-051-3/+5
| * | | | | | | | | | | | | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng2011-01-051-0/+13
| * | | | | | | | | | | | | x86: Only call smp_processor_id in non-preempt casesDon Zickus2011-01-051-1/+2
| * | | | | | | | | | | | | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-043-2/+9
| * | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-042-14/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | x86/microcode: Fix double vfree() and remove redundant pointer checks before ...Jesper Juhl2010-12-271-11/+5
| | * | | | | | | | | | | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-231-3/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-171-3/+14
| * | | | | | | | | | | | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-222-11/+1
| * | | | | | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-229-28/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-196-25/+35
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | |
OpenPOWER on IntegriCloud