summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-14/+21
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+34
2011-01-11x86: Fix Moorestown VRTC fixmap placementArjan van de Ven1-2/+2
2011-01-11x86/gpio: Implement x86 gpio_to_irq convert functionAlek Du1-4/+1
2011-01-11x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich1-0/+7
2011-01-10Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+47
2011-01-10Merge branch 'x86/numa' into x86/urgentIngo Molnar3-8/+11
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar19-53/+136
2011-01-09perf, x86: P4 PMU - Fix unflagged overflows handlingCyrill Gorcunov1-0/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds3-4/+159
2011-01-07xen: HVM X2APIC supportSheng Yang2-0/+38
2011-01-07apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang1-0/+9
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-0/+20
2011-01-07x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying1-1/+11
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar29-136/+212
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds5-1/+41
2011-01-06Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2011-01-06Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-1/+33
2011-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+17
2011-01-06Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+33
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2-25/+11
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar40-267/+550
2011-01-03x86, UV, BAU: Extend for more than 16 cpus per socketCliff Wickman1-4/+5
2011-01-03x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2-0/+15
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-2/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-1/+1
2010-12-30Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar1-0/+4
2010-12-29Merge branch 'x86/apic-cleanups' into x86/numaH. Peter Anvin7-6/+40
2010-12-27x86, paravirt: Use native_halt on a halt, not native_safe_haltCliff Wickman1-1/+1
2010-12-23x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes2-2/+3
2010-12-23x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes2-5/+1
2010-12-23x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes2-2/+8
2010-12-23x86, numa: Reduce minimum fake node size to 32MDavid Rientjes1-1/+1
2010-12-23x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2-1/+2
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar12-28/+48
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2-5/+1
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2-1/+4
2010-12-19oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter1-0/+4
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+3
2010-12-18cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter1-6/+15
2010-12-18x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter1-1/+106
2010-12-17x86: avoid high BIOS area when allocating address spaceBjorn Helgaas1-0/+3
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo1-36/+35
2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter1-0/+43
2010-12-16Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha1-0/+1
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang1-0/+2