- 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 17 years ago
- 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 17 years ago
- 0f978f4 x86: make 32bit to use irq_2_pin in irq_cfg by Yinghai Lu · 17 years ago
- da51a82 x86: make 32bit use irq_cfg_alloc, etc by Yinghai Lu · 17 years ago
- a1420f3 x86: add irq_cfg for 32bit by Yinghai Lu · 17 years ago
- 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 17 years ago
- 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 17 years ago
- 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 17 years ago
- 301e619 x86: use dyn_array in io_apic_xx.c by Yinghai Lu · 17 years ago
- 0799e43 x86: use nr_irqs by Yinghai Lu · 17 years ago
- 881b374 Merge branch 'x86/apic' into x86/core by Ingo Molnar · 17 years ago
- c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 17 years ago
- 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 17 years ago
- d388e5f x86: Restore proper vector locking during cpu hotplug by Eric W. Biederman · 17 years ago
- 7ab6af7 x86_32: use apic_ops at print_local_APIC() by Hiroshi Shimamoto · 17 years ago
- a4dbc34 x86: add setup_ioapic_ids for numaq in x86_quirks by Yinghai Lu · 17 years ago
- 32f71af x86: PIC, L-APIC and I/O APIC debug information by Maciej W. Rozycki · 17 years ago
- 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 17 years ago
- a208f37a Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
- 49a66a0 x86: I/O APIC: Always report how the timer has been set up by Maciej W. Rozycki · 17 years ago
- 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 17 years ago
- 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
- ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 17 years ago
- 4c9961d x86: make read_apic_id return final apicid by Yinghai Lu · 17 years ago
- af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 17 years ago
- c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 17 years ago
- 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 17 years ago
- e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 17 years ago
- f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
- 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 17 years ago
- 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 17 years ago
- 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
- 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 17 years ago
- 6924d1a Merge 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/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 17 years ago
- 25556c1 x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset by Christophe Jaillet · 17 years ago
- 3606244 x86: coding style fixes to arch/x86/kernel/io_apic_32.c by Paolo Ciarrocchi · 17 years ago
- 46b3b4e x86, io-apic: use predefined names instead of numeric constants by Cyrill Gorcunov · 17 years ago
- 067fa0f x86: IO-APIC - use NMI_NONE instead of numeric constant by Cyrill Gorcunov · 17 years ago
- 691874f x86: I/O APIC: timer through 8259A second-chance by Maciej W. Rozycki · 17 years ago
- 03be750 x86: I/O APIC: keep the timer IRQ masked during set-up by Maciej W. Rozycki · 17 years ago
- 24742ec x86: I/O APIC: unmask the second-chance timer interrupt by Maciej W. Rozycki · 17 years ago
- f7633ce x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() by Maciej W. Rozycki · 17 years ago
- 6b4722a x86: I/O APIC: remove redundant LVT0 masking by Maciej W. Rozycki · 17 years ago
- 80d16ba x86: I/O APIC: remove redundant 8259A {,un}masking by Maciej W. Rozycki · 17 years ago
- f082526 x86: I/O APIC: fix the name of the through-8259A handler by Maciej W. Rozycki · 17 years ago
- 9a1c619 x86: I/O APIC: fix the name of the L-APIC IRQ handler by Maciej W. Rozycki · 17 years ago
- 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 17 years ago
- 60134eb x86: I/O APIC: keep IRQ off when changing LVT registers by Maciej W. Rozycki · 17 years ago
- e67465f x86: I/O APIC: clean up after a fasteoi failure by Maciej W. Rozycki · 17 years ago
- ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 17 years ago
- d11d579 x86: I/O APIC: AEOI timer acknowledgement clean-ups by Maciej W. Rozycki · 17 years ago
- a0176e2 Revert "Revert "x86: fix ioapic bug again"" by Ingo Molnar · 17 years ago
- 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
- d939d28 Merge branch 'linus' into x86/irq by Ingo Molnar · 17 years ago
- 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
- 0b6a39f Revert "x86: fix ioapic bug again" by Ingo Molnar · 17 years ago
- 6682311 x86: fix compile warning in io_apic_{32,64}.c by Andreas Herrmann · 17 years ago
- d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
- 8732fc4 x86: move mp_bus_not_pci from mpparse.c by Alexey Starikovskiy · 17 years ago
- ce6444d x86: mp_bus_id_to_pci_bus is not needed by Alexey Starikovskiy · 17 years ago
- 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 17 years ago
- ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 17 years ago
- ce17833 x86: change FIRST_SYSTEM_VECTOR to a variable, fix by Alan Mayer · 17 years ago
- 305b92a x86: change FIRST_SYSTEM_VECTOR to a variable by Alan Mayer · 17 years ago
- 9d9ad4b x86: Fix 32-bit MSI-X allocation leakage by PJ Waskiewicz · 17 years ago
- 28acf28 x86: unlock_ExtINT_logic() - fix section mismatch warnings by Jacek Luczak · 17 years ago
- addfc66 x86: remove unnecessary tmp local variable by Akinobu Mita · 17 years ago
- a2249cb x86: use ioapic_read_entry() and ioapic_write_entry() by Akinobu Mita · 17 years ago
- 584f734 x86: move mp_irqs to io_apics_32.c by Alexey Starikovskiy · 17 years ago
- 9f640cc x86: move mp_ioapics to io_apic_32.c by Alexey Starikovskiy · 17 years ago
- 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 17 years ago
- 6e90894 x86: fix ioapic bug again by Ingo Molnar · 17 years ago
- ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 17 years ago
- c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 17 years ago
- 643befe x86: use not_pci bitmap #6 by Alexey Starikovskiy · 17 years ago
- 9c0076c x86: use not_pci bitmap #5 by Alexey Starikovskiy · 17 years ago
- 6728801 x86: use not_pci bitmap #4 by Alexey Starikovskiy · 17 years ago
- 47cab82 x86: use not_pci bitmap #3 by Alexey Starikovskiy · 17 years ago
- 73b2961 x86: use not_pci bitmap #2 by Alexey Starikovskiy · 17 years ago
- d27e2b8 x86: use not_pci bitmap #1 by Alexey Starikovskiy · 17 years ago
- 1d16b53 arch/x86/kernel/io_apic_{64,32}.c: use time_before by Julia Lawall · 18 years ago
- e942710 x86: adjust enable_NMI_through_LVT0() by Jan Beulich · 18 years ago
- 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 18 years ago
- f20ebee x86: move 8259 defines to i8259.h by Thomas Gleixner · 18 years ago
- af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 18 years ago
- 4960c9d Revert "x86: fix NMI watchdog & 'stopped time' problem" by Thomas Gleixner · 18 years ago
- 4aae070 x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!" by Ingo Molnar · 18 years ago
- ff1ea52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 18 years ago
- d4d25de x86: fix NMI watchdog & 'stopped time' problem by Maciej W. Rozycki · 18 years ago
- 61fd47e ACPI: fix two IRQ8 issues in IOAPIC mode by Shaohua Li · 18 years ago
- c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
- 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 18 years ago
- dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 18 years ago
- 20d225b x86: make io_apic not connected pin print complete by Yinghai Lu · 18 years ago
- d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 18 years ago
- 9a163ed i386: move kernel by Thomas Gleixner · 18 years ago[Renamed from arch/i386/kernel/io_apic_32.c]
- 6513b15 i386: prepare shared kernel/io_apic.c by Thomas Gleixner · 18 years ago[Renamed from arch/i386/kernel/io_apic.c]
- 61ec756 ACPI: boot correctly with "nosmp" or "maxcpus=0" by Len Brown · 18 years ago
- cc75b92 genirq: mark io_apic level interrupts to avoid resend by Thomas Gleixner · 18 years ago
- edc2cbf i386: remove old IRQ balancing debug cruft by Stefan Richter · 18 years ago