Age | Commit message (Expand) | Author | Files | Lines |
2011-03-03 | x86, amd-nb: Misc cleanliness fixes | Borislav Petkov | 1 | -6/+6 |
2011-03-03 | x86: Work around old gas bug | Jan Beulich | 1 | -4/+4 |
2011-03-03 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+5 |
2011-02-28 | x86: Use {push,pop}_cfi in more places | Jan Beulich | 1 | -4/+2 |
2011-02-28 | x86: Use u32 instead of long to set reset vector back to 0 | Don Zickus | 1 | -1/+1 |
2011-02-28 | percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support | Christoph Lameter | 1 | -0/+48 |
2011-02-26 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-02-25 | xen: switch to new schedop hypercall by default. | Ian Campbell | 1 | -2/+2 |
2011-02-25 | xen: use new schedop interface for suspend | Ian Campbell | 1 | -3/+10 |
2011-02-25 | x86: dt: Cleanup local apic setup | Thomas Gleixner | 2 | -5/+3 |
2011-02-24 | x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systems | Andreas Herrmann | 1 | -0/+1 |
2011-02-24 | x86: Rename e820_table_* to pgt_buf_* | Yinghai Lu | 1 | -3/+3 |
2011-02-24 | x86: dt: Fix OLPC=y/INTEL_CE=n build | Sebastian Andrzej Siewior | 1 | -1/+0 |
2011-02-24 | x86: ioapic: Add OF bindings for IO_APIC | Sebastian Andrzej Siewior | 1 | -0/+2 |
2011-02-24 | x86: dtb: Add support for PCI devices backed by dtb nodes | Sebastian Andrzej Siewior | 1 | -0/+14 |
2011-02-24 | x86: dtb: Add early parsing of IO_APIC | Sebastian Andrzej Siewior | 1 | -0/+7 |
2011-02-24 | x86: dtb: Add irq domain abstraction | Sebastian Andrzej Siewior | 2 | -0/+14 |
2011-02-24 | x86: Add device tree support | Sebastian Andrzej Siewior | 3 | -4/+48 |
2011-02-24 | x86: e820: Remove conditional early mapping in parse_e820_ext | Sebastian Andrzej Siewior | 1 | -1/+1 |
2011-02-23 | Merge branch 'x86/apic' into x86/platform | Thomas Gleixner | 2 | -16/+40 |
2011-02-23 | x86: ioapic: Move trigger defines to io_apic.h | Thomas Gleixner | 1 | -0/+4 |
2011-02-23 | x86: ioapic: Make a few functions static | Thomas Gleixner | 1 | -5/+0 |
2011-02-23 | x86: ioapic: Add io_apic_setup_irq_pin() | Thomas Gleixner | 1 | -0/+2 |
2011-02-23 | x86: OLPC: Make OLPC=n build again | Thomas Gleixner | 1 | -0/+7 |
2011-02-23 | x86: Add dummy functions for compiling without IOAPIC | Henrik Kretzschmar | 1 | -0/+18 |
2011-02-23 | x86: Rework arch_disable_smp_support() for x86 | Henrik Kretzschmar | 1 | -0/+3 |
2011-02-23 | x86: Add dummy mp_save_irq() | Henrik Kretzschmar | 1 | -0/+1 |
2011-02-23 | x86: Move ioapic_irq_destination_types to apicdef.h | Henrik Kretzschmar | 2 | -11/+12 |
2011-02-23 | x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirection | Thomas Gleixner | 1 | -2/+2 |
2011-02-23 | x86: OLPC: Cleanup config maze completely | Thomas Gleixner | 1 | -11/+0 |
2011-02-23 | Merge branch 'linus' into x86/platform | Thomas Gleixner | 4 | -7/+6 |
2011-02-22 | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int... | Thomas Gleixner | 62 | -416/+1059 |
2011-02-20 | x86, system.h: Drop unused __SAVE/__RESTORE macros | Borislav Petkov | 1 | -2/+0 |
2011-02-18 | pci/xen: Cleanup: convert int** to int[] | Konrad Rzeszutek Wilk | 1 | -4/+4 |
2011-02-18 | x86: Remove die_nmi() | Jan Beulich | 2 | -2/+0 |
2011-02-18 | x86, reboot: Move the real-mode reboot code to an assembly file | H. Peter Anvin | 1 | -1/+4 |
2011-02-18 | x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assembly | H. Peter Anvin | 1 | -5/+7 |
2011-02-18 | x86, trampoline: Use the unified trampoline setup for ACPI wakeup | H. Peter Anvin | 2 | -12/+25 |
2011-02-18 | intel_idle: disable Atom/Lincroft HW C-state auto-demotion | Len Brown | 1 | -0/+1 |
2011-02-18 | intel_idle: disable NHM/WSM HW C-state auto-demotion | Len Brown | 1 | -0/+4 |
2011-02-16 | x86-64, NUMA: Unify emulated distance mapping | Tejun Heo | 3 | -11/+0 |
2011-02-16 | x86-64, NUMA: Implement generic node distance handling | Tejun Heo | 3 | -1/+3 |
2011-02-16 | x86-64, NUMA: Kill mem_nodes_parsed | Tejun Heo | 1 | -1/+0 |
2011-02-16 | x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed | Tejun Heo | 1 | -1/+1 |
2011-02-16 | x86-64, NUMA: Kill numa_nodes[] | Tejun Heo | 1 | -1/+0 |
2011-02-16 | x86-64, NUMA: Add common find_node_by_addr() | Tejun Heo | 1 | -0/+1 |
2011-02-16 | x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() | Tejun Heo | 2 | -2/+0 |
2011-02-16 | x86-64, NUMA: Unify use of memblk in all init methods | Tejun Heo | 1 | -4/+0 |
2011-02-16 | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() | Tejun Heo | 3 | -1/+5 |
2011-02-16 | Merge commit 'v2.6.38-rc5' into core/locking | Ingo Molnar | 6 | -41/+18 |