summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-116-33/+28
|\
| * x86, UV: Fix APICID shift for Westmere processorsJack Steiner2011-01-111-1/+1
| * x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich2011-01-112-28/+23
| * x86: tsc: Prevent delayed init if initial tsc calibration failedThomas Gleixner2011-01-111-1/+1
| * x86, lapic-timer: Increase the max_delta to 31 bitsPierre Tardy2011-01-101-1/+1
| * Merge branch 'x86/apic-cleanups' into x86/urgentIngo Molnar2011-01-104-186/+68
| |\
| * | x86: Fix sparse non-ANSI function warnings in smpboot.cRandy Dunlap2011-01-091-2/+2
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-1110-96/+101
|\ \ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-0926-714/+648
| |\ \ \ | | |/ /
| * | | perf, x86: P4 PMU - Fix unflagged overflows handlingCyrill Gorcunov2011-01-091-13/+15
| * | | x86: Save rbp in pt_regs on irq entryFrederic Weisbecker2011-01-071-13/+23
| * | | x86, dumpstack: Fix unused variable warningRakib Mullick2011-01-071-6/+0
| * | | x86, NMI: Clean-up default_do_nmi()Don Zickus2011-01-071-16/+14
| * | | x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPUDon Zickus2011-01-071-6/+10
| * | | x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-076-19/+12
| * | | x86, NMI: Add priorities to handlersDon Zickus2011-01-075-4/+7
| * | | x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus2011-01-071-1/+1
| * | | x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying2011-01-071-25/+26
* | | | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-2/+3
|\ \ \ \
| * | | | apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2011-01-071-2/+3
* | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0718-72/+67
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: Use this_cpu_inc_return for nmi counterTejun Heo2010-12-301-2/+1
| * | | | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-308-21/+21
| * | | | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-3013-56/+51
| * | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-172-2/+7
| |\ \ \ \
| * | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-7/+7
| | |/ / / | |/| | |
* | | | | 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
OpenPOWER on IntegriCloud