aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into idle-testLen Brown2011-01-12135-2692/+3453
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-1115-102/+296
| |\
| | * x86: Fix Moorestown VRTC fixmap placementArjan van de Ven2011-01-111-2/+2
| | * x86/gpio: Implement x86 gpio_to_irq convert functionAlek Du2011-01-111-4/+1
| | * 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-114-28/+63
| | * 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/numa' into x86/urgentIngo Molnar2011-01-106-63/+225
| | |\
| | | * x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without NUMA emulationDavid Rientjes2011-01-071-11/+37
| | | * Merge branch 'x86/apic-cleanups' into x86/numaH. Peter Anvin2010-12-2931-298/+1481
| | | |\
| | | * | x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes2010-12-235-29/+25
| | | * | x86, numa: Fake node-to-cpumask for NUMA emulationDavid Rientjes2010-12-231-20/+79
| | | * | x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes2010-12-235-24/+95
| | | * | x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes2010-12-234-2/+12
| | | * | x86, numa: Reduce minimum fake node size to 32MDavid Rientjes2010-12-231-1/+1
| | * | | Merge branch 'x86/apic-cleanups' into x86/urgentIngo Molnar2011-01-109-228/+75
| | |\ \ \
| | * | | | 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-1116-101/+137
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-0973-610/+2194
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | perf, x86: P4 PMU - Fix unflagged overflows handlingCyrill Gorcunov2011-01-092-13/+18
| | * | | | | 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-078-21/+12
| | * | | | | x86, NMI: Add priorities to handlersDon Zickus2011-01-078-6/+29
| | * | | | | 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-072-26/+37
| * | | | | | Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-0/+9
| |\ \ \ \ \ \
| | * | | | | | xen: disable ACPI NUMA for PV guestsIan Campbell2011-01-101-0/+9
| * | | | | | | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-104-21/+62
| |\ \ \ \ \ \ \
| | * | | | | | | xen: HVM X2APIC supportSheng Yang2011-01-073-19/+50
| | * | | | | | | apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2011-01-072-2/+12
| | |/ / / / / /
| * | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0730-97/+250
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | x86: udelay: Use this_cpu_read to avoid address calculationChristoph Lameter2011-01-041-1/+1
| | * | | | | | 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-3010-27/+26
| | * | | | | | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-3016-62/+57
| | * | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-182-37/+153
| | |\ \ \ \ \ \
| | | * | | | | | cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter2010-12-181-6/+15
| | | * | | | | | x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2010-12-182-1/+109
| | | * | | | | | percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-36/+35
| | * | | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-178-10/+167
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+43
| | * | | | | | | xen: Use this_cpu_opsChristoph Lameter2010-12-174-11/+11
| | * | | | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-7/+7
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'linus' into x86/apic-cleanupsIngo Molnar2011-01-07118-2006/+1437
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-062-143/+39
| | |\ \ \ \ \
| | | * | | | | x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell2011-01-042-143/+39