Age | Commit message (Expand) | Author | Files | Lines |
2010-02-26 | x86, olpc: Use pci subarch init for OLPC | Thomas Gleixner | 2 | -19/+2 |
2010-02-26 | x86, pci: Add arch_init to x86_init abstraction | Thomas Gleixner | 1 | -3/+5 |
2010-02-24 | x86, legacy_irq: Remove left over nr_legacy_irqs | Yinghai Lu | 1 | -1/+0 |
2010-02-24 | x86, apbt: Moorestown APB system timer driver | Jacob Pan | 1 | -0/+70 |
2010-02-24 | x86, mrst: Add vrtc platform data setup code | Feng Tang | 1 | -0/+2 |
2010-02-24 | x86, mrst: Add platform timer info parsing code | Jacob Pan | 1 | -0/+2 |
2010-02-24 | x86, mrst: Fill in PCI functions in x86_init layer | Jacob Pan | 1 | -0/+15 |
2010-02-24 | x86, ioapic: Add dummy ioapic functions | Jacob Pan | 1 | -0/+4 |
2010-02-24 | x86, ioapic: Early enable ioapic for timer irq | Jacob Pan | 1 | -0/+1 |
2010-02-23 | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 4 | -26/+26 |
2010-02-23 | Merge branch 'x86/irq' into x86/apic | H. Peter Anvin | 15 | -187/+79 |
2010-02-21 | Merge branch 'x86/urgent' into x86/irq | H. Peter Anvin | 2 | -2/+3 |
2010-02-20 | x86, apic: Remove ioapic_disable_legacy() | Jacob Pan | 1 | -2/+0 |
2010-02-20 | x86, pic: Make use of legacy_pic abstraction | Jacob Pan | 2 | -15/+0 |
2010-02-20 | x86, pic: Introduce legacy_pic abstraction | Jacob Pan | 1 | -0/+13 |
2010-02-20 | x86: Add pcibios_fixup_irqs to x86_init | Thomas Gleixner | 2 | -0/+5 |
2010-02-20 | x86: Add pci_init_irq to x86_init | Thomas Gleixner | 2 | -1/+5 |
2010-02-20 | x86: Move pci init function to x86_init | Thomas Gleixner | 6 | -6/+31 |
2010-02-16 | x86: Convert i8259_lock to raw_spinlock | Thomas Gleixner | 1 | -1/+1 |
2010-02-11 | x86: Fix SCI on IOAPIC != 0 | Yinghai Lu | 1 | -0/+1 |
2010-02-10 | x86-32: Make AT_VECTOR_SIZE_ARCH=2 | Serge E. Hallyn | 1 | -2/+2 |
2010-02-01 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2010-01-29 | x86: get rid of the insane TIF_ABI_PENDING bit | H. Peter Anvin | 2 | -10/+2 |
2010-01-27 | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 1 | -0/+1 |
2010-01-24 | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) | H. Peter Anvin | 1 | -127/+0 |
2010-01-23 | Revert "x86: ucode-amd: Load ucode-patches once ..." | Andreas Herrmann | 1 | -2/+0 |
2010-01-23 | x86: Disable HPET MSI on ATI SB700/SB800 | Pallipadi, Venkatesh | 1 | -0/+1 |
2010-01-22 | x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt | Joerg Roedel | 1 | -0/+1 |
2010-01-21 | perf: x86: Add support for the ANY bit | Stephane Eranian | 1 | -0/+1 |
2010-01-20 | x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu's | Suresh Siddha | 1 | -0/+1 |
2010-01-18 | x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1f | Suresh Siddha | 1 | -31/+16 |
2010-01-16 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -1/+14 |
2010-01-15 | x86, uv: Add function retrieving node controller revision number | Jack Steiner | 1 | -0/+12 |
2010-01-13 | x86: mce.h: Fix warning in header checks | Alan Cox | 1 | -1/+2 |
2010-01-09 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -6/+4 |
2010-01-06 | x86: copy_from_user() should not return -EFAULT | Heiko Carstens | 2 | -6/+4 |
2010-01-05 | x86, apic: Don't waste a vector to improve vector spread | H. Peter Anvin | 1 | -4/+5 |
2010-01-05 | x86, apic: Reclaim IDT vectors 0x20-0x2f | H. Peter Anvin | 1 | -8/+20 |
2009-12-31 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -41/+33 |
2009-12-30 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+4 |
2009-12-30 | x86_64 SGI UV: Fix writes to led registers on remote uv hubs. | Mike Travis | 1 | -1/+19 |
2009-12-30 | x86: Increase NR_IRQS and nr_irqs | Yinghai Lu | 1 | -6/+6 |
2009-12-29 | x86: SGI UV: Fix writes to led registers on remote uv hubs | Mike Travis | 1 | -38/+48 |
2009-12-28 | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 18 | -335/+213 |
2009-12-27 | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates | Jan Kiszka | 1 | -0/+4 |
2009-12-24 | Merge branch 'pdc' into release | Len Brown | 1 | -0/+26 |
2009-12-22 | ACPI: processor: finish unifying arch_acpi_processor_init_pdc() | Alex Chiang | 1 | -0/+19 |
2009-12-22 | ACPI: processor: introduce arch_has_acpi_pdc | Alex Chiang | 1 | -0/+7 |
2009-12-19 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+24 |
2009-12-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -4/+20 |