summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_32.c
Commit message (Expand)AuthorAgeFilesLines
...
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-239/+235
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/
| | * | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-06-161-10/+2
| | |\ \ | | | |/
| | * | x86: fix compile warning in io_apic_{32,64}.cAndreas Herrmann2008-06-101-0/+1
| |/ / |/| |
| * | x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memsetChristophe Jaillet2008-07-081-6/+3
| * | x86: coding style fixes to arch/x86/kernel/io_apic_32.cPaolo Ciarrocchi2008-07-081-175/+173
| * | x86, io-apic: use predefined names instead of numeric constantsCyrill Gorcunov2008-07-081-4/+6
| * | x86: IO-APIC - use NMI_NONE instead of numeric constantCyrill Gorcunov2008-07-081-1/+1
| * | x86: I/O APIC: timer through 8259A second-chanceMaciej W. Rozycki2008-07-081-10/+28
| * | x86: I/O APIC: keep the timer IRQ masked during set-upMaciej W. Rozycki2008-07-081-1/+1
| * | x86: I/O APIC: unmask the second-chance timer interruptMaciej W. Rozycki2008-07-081-0/+1
| * | x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()Maciej W. Rozycki2008-07-081-4/+5
| * | x86: I/O APIC: remove redundant LVT0 maskingMaciej W. Rozycki2008-07-081-3/+0
| * | x86: I/O APIC: remove redundant 8259A {,un}maskingMaciej W. Rozycki2008-07-081-4/+0
| * | x86: I/O APIC: fix the name of the through-8259A handlerMaciej W. Rozycki2008-07-081-2/+1
| * | x86: I/O APIC: fix the name of the L-APIC IRQ handlerMaciej W. Rozycki2008-07-081-1/+1
| * | x86: I/O APIC: clean up the 8259A on a NMI watchdog failureMaciej W. Rozycki2008-07-081-0/+2
| * | x86: I/O APIC: keep IRQ off when changing LVT registersMaciej W. Rozycki2008-07-081-0/+2
| * | x86: I/O APIC: clean up after a fasteoi failureMaciej W. Rozycki2008-07-081-0/+1
| * | x86: I/O APIC: remove parameters to fiddle with the 8259AMaciej W. Rozycki2008-07-081-19/+2
| * | x86: I/O APIC: AEOI timer acknowledgement clean-upsMaciej W. Rozycki2008-07-081-11/+9
| * | Revert "Revert "x86: fix ioapic bug again""Ingo Molnar2008-07-081-2/+10
| |/
| * Revert "x86: fix ioapic bug again"Ingo Molnar2008-06-121-10/+2
|/
* x86: Fix 32-bit MSI-X allocation leakagePJ Waskiewicz2008-04-281-0/+1
* x86: unlock_ExtINT_logic() - fix section mismatch warningsJacek Luczak2008-04-261-1/+1
* x86: remove unnecessary tmp local variableAkinobu Mita2008-04-171-2/+1
* x86: use ioapic_read_entry() and ioapic_write_entry()Akinobu Mita2008-04-171-8/+2
* x86: move mp_irqs to io_apics_32.cAlexey Starikovskiy2008-04-171-0/+6
* x86: move mp_ioapics to io_apic_32.cAlexey Starikovskiy2008-04-171-0/+4
* x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner2008-04-171-3/+3
* x86: fix ioapic bug againIngo Molnar2008-04-171-2/+10
* x86: remove the write-only timer_uses_ioapic_pin_0Adrian Bunk2008-04-171-5/+0
* x86: make mp_bus_id_to_type optionalAlexey Starikovskiy2008-04-171-0/+4
* x86: use not_pci bitmap #6Alexey Starikovskiy2008-04-171-32/+15
* x86: use not_pci bitmap #5Alexey Starikovskiy2008-04-171-2/+5
* x86: use not_pci bitmap #4Alexey Starikovskiy2008-04-171-37/+11
* x86: use not_pci bitmap #3Alexey Starikovskiy2008-04-171-1/+1
* x86: use not_pci bitmap #2Alexey Starikovskiy2008-04-171-4/+1
* x86: use not_pci bitmap #1Alexey Starikovskiy2008-04-171-4/+1
* arch/x86/kernel/io_apic_{64,32}.c: use time_beforeJulia Lawall2008-01-301-2/+3
* x86: adjust enable_NMI_through_LVT0()Jan Beulich2008-01-301-2/+2
* x86: remove all definitions with fastcallHarvey Harrison2008-01-301-1/+1
* x86: move 8259 defines to i8259.hThomas Gleixner2008-01-301-2/+0
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-1/+1
* Revert "x86: fix NMI watchdog & 'stopped time' problem"Thomas Gleixner2008-01-221-10/+2
* x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!"Ingo Molnar2007-12-181-4/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-11-261-2/+10
|\
| * x86: fix NMI watchdog & 'stopped time' problemMaciej W. Rozycki2007-11-261-2/+10
* | ACPI: fix two IRQ8 issues in IOAPIC modeShaohua Li2007-11-201-1/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-191-2/+2
|\
| * spelling fixes: arch/i386/Simon Arlott2007-10-201-2/+2
OpenPOWER on IntegriCloud