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