aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-02-23x86: dtb: Add support for PCI devices backed by dtb nodesSebastian Andrzej Siewior2-0/+97
2011-02-23x86: dtb: Add device tree support for HPETSebastian Andrzej Siewior1-0/+19
2011-02-23x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior3-3/+117
2011-02-23x86: dtb: Add irq domain abstractionSebastian Andrzej Siewior3-1/+59
2011-02-23x86: dtb: Add a device tree for CE4100Sebastian Andrzej Siewior1-0/+428
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior8-13/+106
2011-02-23x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior3-11/+16
2011-02-23Merge branch 'x86/apic' into x86/platformThomas Gleixner6-176/+163
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner2-4/+4
2011-02-23x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner1-32/+25
2011-02-23x86: ioapic: Remove useless inlinesThomas Gleixner1-12/+2
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner2-32/+28
2011-02-23x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner1-10/+6
2011-02-23x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner1-12/+5
2011-02-23x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner1-31/+3
2011-02-23x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner1-7/+2
2011-02-23x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner2-0/+17
2011-02-23x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner1-6/+13
2011-02-23x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner1-20/+12
2011-02-23x86: OLPC: Make OLPC=n build againThomas Gleixner1-0/+7
2011-02-23x86: Fix deps of X86_UP_IOAPICHenrik Kretzschmar1-1/+1
2011-02-23x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2-1/+19
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar4-4/+20
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 Gleixner3-8/+4
2011-02-23x86: OLPC: Cleanup config maze completelyThomas Gleixner4-20/+5
2011-02-23x86: OLPC: Hide OLPC_OPENFIRMWARE config switchThomas Gleixner1-8/+2
2011-02-23x86: OLPC: Remove redundant !X64_64 config dependencyThomas Gleixner1-2/+2
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner16-55/+84
2011-02-22xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.Zhang, Fengzhe1-0/+8
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner214-4571/+8533
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel1-0/+2
2011-02-22x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance()Yinghai Lu1-35/+40
2011-02-22x86-64, NUMA: Add proper function comments to global functionsTejun Heo2-10/+69
2011-02-22x86-64, NUMA: Move NUMA emulation into numa_emulation.cTejun Heo4-476/+488
2011-02-22x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separ...Tejun Heo1-23/+33
2011-02-21x86-64, NUMA: Do not scan two times for setup_node_bootmem()Yinghai Lu1-20/+12
2011-02-21x86: Fix reboot problem on VersaLogic Menlow boardsKushal Koolwal1-0/+8
2011-02-20x86, microcode, AMD: Fix signedness bug in generic_load_microcode()Dan Carpenter1-1/+1
2011-02-20x86, system.h: Drop unused __SAVE/__RESTORE macrosBorislav Petkov1-2/+0
2011-02-18x86-64, trampoline: Remove unused variableH. Peter Anvin1-2/+0
2011-02-18x86, reboot: Fix the use of passed arguments in 32-bit BIOS rebootH. Peter Anvin1-3/+7
2011-02-18x86: mrst: Remove apb timer read workaround[email protected]1-56/+4
2011-02-18pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk1-0/+3
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2-6/+6
2011-02-18x86/pci: Remove unused variableSebastian Andrzej Siewior1-1/+1
2011-02-18pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk1-3/+3
2011-02-18x86: Eliminate pointless adjustment attempts in fixup_irqs()Jan Beulich1-1/+1
2011-02-18x86: Remove die_nmi()Jan Beulich4-36/+0