summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2011-03-03x86, amd-nb: Misc cleanliness fixesBorislav Petkov
2011-03-03x86: Work around old gas bugJan Beulich
2011-03-02Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich
2011-02-28x86: Use u32 instead of long to set reset vector back to 0Don Zickus
2011-02-28percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter
2011-02-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-02-25xen: switch to new schedop hypercall by default.Ian Campbell
2011-02-25xen: use new schedop interface for suspendIan Campbell
2011-02-25x86: dt: Cleanup local apic setupThomas Gleixner
2011-02-24x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann
2011-02-24x86: Rename e820_table_* to pgt_buf_*Yinghai Lu
2011-02-24x86: dt: Fix OLPC=y/INTEL_CE=n buildSebastian Andrzej Siewior
2011-02-23x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior
2011-02-23x86: dtb: Add support for PCI devices backed by dtb nodesSebastian Andrzej Siewior
2011-02-23x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior
2011-02-23x86: dtb: Add irq domain abstractionSebastian Andrzej Siewior
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior
2011-02-23x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior
2011-02-23Merge branch 'x86/apic' into x86/platformThomas Gleixner
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner
2011-02-23x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner
2011-02-23x86: OLPC: Make OLPC=n build againThomas Gleixner
2011-02-23x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar
2011-02-23x86: Add dummy mp_save_irq()Henrik Kretzschmar
2011-02-23x86: Move ioapic_irq_destination_types to apicdef.hHenrik Kretzschmar
2011-02-23x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirectionThomas Gleixner
2011-02-23x86: OLPC: Cleanup config maze completelyThomas Gleixner
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner
2011-02-20x86, system.h: Drop unused __SAVE/__RESTORE macrosBorislav Petkov
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk
2011-02-18x86: Remove die_nmi()Jan Beulich
2011-02-17x86, reboot: Move the real-mode reboot code to an assembly fileH. Peter Anvin
2011-02-17x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assemblyH. Peter Anvin
2011-02-17x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin
2011-02-17intel_idle: disable Atom/Lincroft HW C-state auto-demotionLen Brown
2011-02-17intel_idle: disable NHM/WSM HW C-state auto-demotionLen Brown
2011-02-16x86-64, NUMA: Unify emulated distance mappingTejun Heo
2011-02-16x86-64, NUMA: Implement generic node distance handlingTejun Heo
2011-02-16x86-64, NUMA: Kill mem_nodes_parsedTejun Heo
2011-02-16x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsedTejun Heo
2011-02-16x86-64, NUMA: Kill numa_nodes[]Tejun Heo
2011-02-16x86-64, NUMA: Add common find_node_by_addr()Tejun Heo
2011-02-16x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo
2011-02-16x86-64, NUMA: Unify use of memblk in all init methodsTejun Heo
2011-02-16x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar