aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki1-10/+0
2008-07-11x86: I/O APIC: Never configure IRQ2Maciej W. Rozycki1-9/+16
2008-07-11x86: L-APIC: Always fully configure IRQ0Maciej W. Rozycki1-4/+11
2008-07-11x86: L-APIC: Set IRQ0 as edge-triggeredMaciej W. Rozycki1-3/+3
2008-07-09x86: fix C1E && nx6325 stability problemRafael J. Wysocki1-0/+10
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu1-0/+32
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa1-0/+5
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-60/+67
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-10/+2
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar1-2/+2
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-239/+235
2008-07-08x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memsetChristophe Jaillet1-6/+3
2008-07-08x86: coding style fixes to arch/x86/kernel/io_apic_32.cPaolo Ciarrocchi1-175/+173
2008-07-08x86, io-apic: use predefined names instead of numeric constantsCyrill Gorcunov1-4/+6
2008-07-08x86: IO-APIC - use NMI_NONE instead of numeric constantCyrill Gorcunov1-1/+1
2008-07-08x86: I/O APIC: timer through 8259A second-chanceMaciej W. Rozycki1-10/+28
2008-07-08x86: I/O APIC: keep the timer IRQ masked during set-upMaciej W. Rozycki1-1/+1
2008-07-08x86: I/O APIC: unmask the second-chance timer interruptMaciej W. Rozycki1-0/+1
2008-07-08x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()Maciej W. Rozycki1-4/+5
2008-07-08x86: I/O APIC: remove redundant LVT0 maskingMaciej W. Rozycki1-3/+0
2008-07-08x86: I/O APIC: remove redundant 8259A {,un}maskingMaciej W. Rozycki1-4/+0
2008-07-08x86: I/O APIC: fix the name of the through-8259A handlerMaciej W. Rozycki1-2/+1
2008-07-08x86: I/O APIC: fix the name of the L-APIC IRQ handlerMaciej W. Rozycki1-1/+1
2008-07-08x86: I/O APIC: clean up the 8259A on a NMI watchdog failureMaciej W. Rozycki1-0/+2
2008-07-08x86: I/O APIC: keep IRQ off when changing LVT registersMaciej W. Rozycki1-0/+2
2008-07-08x86: I/O APIC: clean up after a fasteoi failureMaciej W. Rozycki1-0/+1
2008-07-08x86: I/O APIC: remove parameters to fiddle with the 8259AMaciej W. Rozycki1-19/+2
2008-07-08x86: I/O APIC: AEOI timer acknowledgement clean-upsMaciej W. Rozycki1-11/+9
2008-07-08Revert "Revert "x86: fix ioapic bug again""Ingo Molnar1-2/+10
2008-06-16Merge branch 'linus' into x86/irqIngo Molnar1-10/+2
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-10/+2
2008-06-12Revert "x86: fix ioapic bug again"Ingo Molnar1-10/+2
2008-06-10x86: fix compile warning in io_apic_{32,64}.cAndreas Herrmann1-0/+1
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-4/+5
2008-05-25x86: move mp_bus_not_pci from mpparse.cAlexey Starikovskiy1-0/+6
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy1-1/+1
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy1-32/+32
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy1-26/+26
2008-05-12x86: change FIRST_SYSTEM_VECTOR to a variable, fixAlan Mayer1-4/+0
2008-05-12x86: change FIRST_SYSTEM_VECTOR to a variableAlan Mayer1-2/+6
2008-04-28x86: Fix 32-bit MSI-X allocation leakagePJ Waskiewicz1-0/+1
2008-04-26x86: unlock_ExtINT_logic() - fix section mismatch warningsJacek Luczak1-1/+1
2008-04-17x86: remove unnecessary tmp local variableAkinobu Mita1-2/+1
2008-04-17x86: use ioapic_read_entry() and ioapic_write_entry()Akinobu Mita1-8/+2
2008-04-17x86: move mp_irqs to io_apics_32.cAlexey Starikovskiy1-0/+6
2008-04-17x86: move mp_ioapics to io_apic_32.cAlexey Starikovskiy1-0/+4
2008-04-17x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner1-3/+3
2008-04-17x86: fix ioapic bug againIngo Molnar1-2/+10
2008-04-17x86: remove the write-only timer_uses_ioapic_pin_0Adrian Bunk1-5/+0
2008-04-17x86: make mp_bus_id_to_type optionalAlexey Starikovskiy1-0/+4