summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha
2010-03-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-03-12x86, UV: Fix target_cpus() in x2apic_uv_x.cJack Steiner
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-02-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-02-28x86: Fix out of order of gsiEric W. Biederman
2010-02-27x86: apic: Fix mismerge, add arch_probe_nr_irqs() againIngo Molnar
2010-02-27x86: Enable NMI on all cpus on UVRuss Anderson
2010-02-24x86, legacy_irq: Remove duplicate vector assigmentYinghai Lu
2010-02-24x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu
2010-02-23x86, ioapic: Early enable ioapic for timer irqJacob Pan
2010-02-22Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin
2010-02-22Merge branch 'x86/irq' into x86/apicH. Peter Anvin
2010-02-20Merge branch 'x86/urgent' into x86/irqH. Peter Anvin
2010-02-19x86, apic: Remove ioapic_disable_legacy()Jacob Pan
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan
2010-02-19x86, ioapic: Improve handling of i8259A irq initAlek Du
2010-02-19x86: Move pci init function to x86_initThomas Gleixner
2010-02-18x86, irq: Keep chip_data in create_irq_nr and destroy_irqBrandon Philips
2010-02-17x86, irq: Remove arch_probe_nr_irqsYinghai Lu
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner
2010-02-16x86: Convert nmi_lock to raw_spinlockThomas Gleixner
2010-02-16x86: Convert ioapic_lock and vector_lock to raw_spinlockThomas Gleixner
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-02-10x86: Fix SCI on IOAPIC != 0Yinghai Lu
2010-02-09x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha
2010-02-07x86: Remove trailing spaces in messagesFrans Pop
2010-02-05x86, uv: Update UV arch to target Legacy VGA I/O correctly.Mike Travis
2010-02-04arch/x86/kernel/apic/apic_flat_64.c: Make comment match the codeJasper Spaans
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-01-29x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha
2010-01-29x86, irq: Update the vector domain for legacy irqs handled by io-apicSuresh Siddha
2010-01-19x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha
2010-01-18x86, apic: use logical flat for systems with <= 8 logical cpusSuresh Siddha
2010-01-18x86, apic: use physical mode for IBM summit platformsSuresh Siddha
2010-01-18x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1fSuresh Siddha
2010-01-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-01-15x86, uv: Ensure hub revision set for all ACPI modes.Russ Anderson
2010-01-15x86, uv: Add function retrieving node controller revision numberJack Steiner
2010-01-13x86: SGI UV: Fix mapping of MMIO registersMike Travis
2010-01-11Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"Ananth N Mavinakayanahalli
2010-01-07x86, uv: Remove recursion in uv_heartbeat_enable()Roel Kluin
2010-01-06x86, irq: Check move_in_progress before freeing the vector mappingSuresh Siddha
2010-01-04x86, apic: Don't waste a vector to improve vector spreadH. Peter Anvin
2010-01-05Merge branch 'master' into percpuTejun Heo