index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
io_apic_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-08
x86: I/O APIC: remove redundant LVT0 masking
Maciej W. Rozycki
1
-3
/
+0
2008-07-08
x86: I/O APIC: remove redundant 8259A {,un}masking
Maciej W. Rozycki
1
-4
/
+0
2008-07-08
x86: I/O APIC: fix the name of the through-8259A handler
Maciej W. Rozycki
1
-2
/
+1
2008-07-08
x86: I/O APIC: fix the name of the L-APIC IRQ handler
Maciej W. Rozycki
1
-1
/
+1
2008-07-08
x86: I/O APIC: clean up the 8259A on a NMI watchdog failure
Maciej W. Rozycki
1
-0
/
+2
2008-07-08
x86: I/O APIC: keep IRQ off when changing LVT registers
Maciej W. Rozycki
1
-0
/
+2
2008-07-08
x86: I/O APIC: clean up after a fasteoi failure
Maciej W. Rozycki
1
-0
/
+1
2008-07-08
x86: I/O APIC: remove parameters to fiddle with the 8259A
Maciej W. Rozycki
1
-19
/
+2
2008-07-08
x86: I/O APIC: AEOI timer acknowledgement clean-ups
Maciej W. Rozycki
1
-11
/
+9
2008-07-08
Revert "Revert "x86: fix ioapic bug again""
Ingo Molnar
1
-2
/
+10
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-06-16
Merge branch 'linus' into x86/irq
Ingo Molnar
1
-10
/
+2
2008-06-16
Merge branch 'linus' into x86/cleanups
Ingo Molnar
1
-10
/
+2
2008-06-12
Revert "x86: fix ioapic bug again"
Ingo Molnar
1
-10
/
+2
2008-06-10
x86: fix compile warning in io_apic_{32,64}.c
Andreas Herrmann
1
-0
/
+1
2008-06-10
x86: make generic arch support NUMAQ
Yinghai Lu
1
-4
/
+5
2008-05-25
x86: move mp_bus_not_pci from mpparse.c
Alexey Starikovskiy
1
-0
/
+6
2008-05-25
x86: mp_bus_id_to_pci_bus is not needed
Alexey Starikovskiy
1
-1
/
+1
2008-05-25
x86: make config_irqsrc not MPspec specific
Alexey Starikovskiy
1
-32
/
+32
2008-05-25
x86: make struct config_ioapic not MPspec specific
Alexey Starikovskiy
1
-26
/
+26
2008-05-12
x86: change FIRST_SYSTEM_VECTOR to a variable, fix
Alan Mayer
1
-4
/
+0
2008-05-12
x86: change FIRST_SYSTEM_VECTOR to a variable
Alan Mayer
1
-2
/
+6
2008-04-28
x86: Fix 32-bit MSI-X allocation leakage
PJ Waskiewicz
1
-0
/
+1
2008-04-26
x86: unlock_ExtINT_logic() - fix section mismatch warnings
Jacek Luczak
1
-1
/
+1
2008-04-17
x86: remove unnecessary tmp local variable
Akinobu Mita
1
-2
/
+1
2008-04-17
x86: use ioapic_read_entry() and ioapic_write_entry()
Akinobu Mita
1
-8
/
+2
2008-04-17
x86: move mp_irqs to io_apics_32.c
Alexey Starikovskiy
1
-0
/
+6
2008-04-17
x86: move mp_ioapics to io_apic_32.c
Alexey Starikovskiy
1
-0
/
+4
2008-04-17
x86: change GET_APIC_ID() from an inline function to an out-of-line function
Jack Steiner
1
-3
/
+3
2008-04-17
x86: fix ioapic bug again
Ingo Molnar
1
-2
/
+10
2008-04-17
x86: remove the write-only timer_uses_ioapic_pin_0
Adrian Bunk
1
-5
/
+0
2008-04-17
x86: make mp_bus_id_to_type optional
Alexey Starikovskiy
1
-0
/
+4
2008-04-17
x86: use not_pci bitmap #6
Alexey Starikovskiy
1
-32
/
+15
2008-04-17
x86: use not_pci bitmap #5
Alexey Starikovskiy
1
-2
/
+5
2008-04-17
x86: use not_pci bitmap #4
Alexey Starikovskiy
1
-37
/
+11
2008-04-17
x86: use not_pci bitmap #3
Alexey Starikovskiy
1
-1
/
+1
2008-04-17
x86: use not_pci bitmap #2
Alexey Starikovskiy
1
-4
/
+1
2008-04-17
x86: use not_pci bitmap #1
Alexey Starikovskiy
1
-4
/
+1
2008-01-30
arch/x86/kernel/io_apic_{64,32}.c: use time_before
Julia Lawall
1
-2
/
+3
2008-01-30
x86: adjust enable_NMI_through_LVT0()
Jan Beulich
1
-2
/
+2
2008-01-30
x86: remove all definitions with fastcall
Harvey Harrison
1
-1
/
+1
2008-01-30
x86: move 8259 defines to i8259.h
Thomas Gleixner
1
-2
/
+0
2008-01-24
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-1
/
+1
2008-01-22
Revert "x86: fix NMI watchdog & 'stopped time' problem"
Thomas Gleixner
1
-10
/
+2
2007-12-18
x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!"
Ingo Molnar
1
-4
/
+12
2007-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
1
-2
/
+10
2007-11-26
x86: fix NMI watchdog & 'stopped time' problem
Maciej W. Rozycki
1
-2
/
+10
2007-11-20
ACPI: fix two IRQ8 issues in IOAPIC mode
Shaohua Li
1
-1
/
+20
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-2
/
+2
2007-10-20
spelling fixes: arch/i386/
Simon Arlott
1
-2
/
+2
[prev]
[next]