aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/io_apic_64.c
AgeCommit message (Expand)Author
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-18cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.cMike Travis
2008-07-18x86: I/O APIC: Always report how the timer has been set upMaciej W. Rozycki
2008-07-18x86: I/O APIC: Include <asm/i8259.h> required by some codeMaciej W. Rozycki
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-13x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki
2008-07-11x86: I/O APIC: Never configure IRQ2Maciej W. Rozycki
2008-07-11x86: L-APIC: Always fully configure IRQ0Maciej W. Rozycki
2008-07-10x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq()Maciej W. Rozycki
2008-07-10Revert "x86: fix IO APIC breakage on HP nx6325"Ingo Molnar
2008-07-10Revert "x86: fix IO APIC breakage on HP nx6325, v2"Ingo Molnar
2008-07-09x86: fix C1E && nx6325 stability problemRafael J. Wysocki
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar
2008-07-08x86: fix IO APIC breakage on HP nx6325, v2Maciej W. Rozycki
2008-07-08x86: fix IO APIC breakage on HP nx6325Maciej W. Rozycki
2008-07-08x86, io-apic: use predefined names instead of numeric constantsCyrill Gorcunov
2008-07-08x86: IO-APIC - use NMI_NONE instead of numeric constantCyrill Gorcunov
2008-07-08x86 build fix:Ingo Molnar
2008-07-08x86: make irq_cfg staticThomas Gleixner
2008-07-08x86: I/O APIC: timer through 8259A second-chanceMaciej W. Rozycki
2008-07-08x86: I/O APIC: keep the timer IRQ masked during set-upMaciej W. Rozycki
2008-07-08x86: I/O APIC: unmask the second-chance timer interruptMaciej W. Rozycki
2008-07-08x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()Maciej W. Rozycki
2008-07-08x86: I/O APIC: remove redundant LVT0 maskingMaciej W. Rozycki
2008-07-08x86: I/O APIC: remove redundant 8259A {,un}maskingMaciej W. Rozycki
2008-07-08x86: I/O APIC: clean up the 8259A on a NMI watchdog failureMaciej W. Rozycki
2008-07-08x86: I/O APIC: keep IRQ off when changing LVT registersMaciej W. Rozycki
2008-07-08x86: I/O APIC: clean up after a fasteoi failureMaciej W. Rozycki
2008-07-08x86: I/O APIC: remove parameters to fiddle with the 8259AMaciej W. Rozycki
2008-07-08x86: I/O APIC: AEOI timer acknowledgement clean-upsMaciej W. Rozycki
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-10x86: fix compile warning in io_apic_{32,64}.cAndreas Herrmann
2008-05-25x86: move mp_bus_not_pci from mpparse.cAlexey Starikovskiy
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy
2008-05-23x86: use performance variant for_each_cpu_mask_nrMike Travis
2008-05-12x86: change FIRST_SYSTEM_VECTOR to a variableAlan Mayer
2008-04-26x86: section mismatch fixes, #3Jacek Luczak
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis
2008-04-17x86: use cpumask_of_cpu()Akinobu Mita
2008-04-17x86: remove unnecessary tmp local variableAkinobu Mita
2008-04-17x86: remove unnecessary memset()Akinobu Mita
2008-04-17x86: use ioapic_read_entry() and ioapic_write_entry()Akinobu Mita
2008-04-17x86: avoid redundant loop in io_apic_level_ack_pending()Akinobu Mita