- 12274e9 x86: use zalloc_cpumask_var in arch_early_irq_init by Yinghai Lu · 16 years ago
- dad213a irq/cpumask: make memoryless node zero happy by Yinghai Lu · 16 years ago
- 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 16 years ago
- 7dc3ca3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 58f892e x86: Print real IOAPIC version for x86-64 by Naga Chumbalkar · 16 years ago
- 4c6f18f x86, io-apic: Don't mark pin_programmed early by Yinghai Lu · 16 years ago
- e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 16 years ago
- 4797f6b x86: read apic ID in the !acpi_lapic case by Yinghai Lu · 16 years ago
- 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- 97a5271 x86: display extended apic registers with print_local_APIC and cpu_debug code by Andreas Herrmann · 16 years ago
- b9c61b70 x86/pci: update pirq_enable_irq() to setup io apic routing by Yinghai Lu · 16 years ago
- 5ef2183 x86/acpi: move setup io apic routing out of CONFIG_ACPI scope by Yinghai Lu · 16 years ago
- e20c06f x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector() by Yinghai Lu · 16 years ago
- bdfe8ac x86/acpi: move pin_programmed bit map to io_apic.c by Yinghai Lu · 16 years ago
- 7a30949 Merge commit 'v2.6.30-rc5' into x86/apic by Ingo Molnar · 16 years ago
- 1cbac97 x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ON by Cyrill Gorcunov · 16 years ago
- 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- 15e957d x86/irq: use move_irq_desc() in create_irq_nr() by Yinghai Lu · 16 years ago
- d047f53a x86/irq: change MSI irq_desc to be more numa aware by Yinghai Lu · 16 years ago
- 024154c irq: change io_apic_set_pci_routing() to use device parameter by Yinghai Lu · 16 years ago
- a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 16 years ago
- 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 16 years ago
- d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 16 years ago
- fcef591 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC by Yinghai Lu · 16 years ago
- ff166cb x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC() by Suresh Siddha · 16 years ago
- 25629d8 x86: x2apic, IR: Move eoi_ioapic_irq() into a CONFIG_INTR_REMAP section by Suresh Siddha · 16 years ago
- fc1edaf x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks by Suresh Siddha · 16 years ago
- 5d0ae2d x86, intr-remap: fix ack for interrupt remapping by Weidong Han · 16 years ago
- 5043124 Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
- 6ec3cfe x86, irq: Remove IRQ_DISABLED check in process context IRQ move by Pallipadi, Venkatesh · 16 years ago
- 2c1b284 x86: clean up declarations and variables by Jaswinder Singh Rajput · 16 years ago
- 746cddd x86, intr-remap: fix eoi for interrupt remapping without x2apic by Weidong Han · 16 years ago
- e85abf8 x86: consolidate SMP code in io_apic.c by Gary Hade · 16 years ago
- d0b03bd x2apic/intr-remap: decouple interrupt remapping from x2apic by Han, Weidong · 16 years ago
- b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 16 years ago
- e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 93394a7 Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/core by Ingo Molnar · 16 years ago
- e06b1b5 x86: Correct behaviour of irq affinity by Rusty Russell · 16 years ago
- fa74c90 x86: fix set_extra_move_desc calling by Yinghai Lu · 16 years ago
- 5c8cd82 Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tiptop into x86/cleanups by Ingo Molnar · 16 years ago
- 2921968 Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' and 'x86/signal'; commit 'v2.6.29' into x86/core by Ingo Molnar · 16 years ago
- a1e38ca x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the time by Jaswinder Singh Rajput · 16 years ago
- 1cc1852 x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c by Dmitri Vorobiev · 16 years ago
- 04c93ce x86: fix IO APIC resource allocation error message by Bartlomiej Zolnierkiewicz · 16 years ago
- 68a8ca5 x86: fix broken irq migration logic while cleaning up multiple vectors by Suresh Siddha · 16 years ago
- 05c3dc2 x86, ioapic: Fix non atomic allocation with interrupts disabled by Suresh Siddha · 16 years ago
- 29b61be x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic code by Suresh Siddha · 16 years ago
- 0280f7c x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping by Suresh Siddha · 16 years ago
- 7c6d9f9 x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-remapping by Suresh Siddha · 16 years ago
- 9d783ba x86, x2apic: enable fault handling for intr-remapping by Suresh Siddha · 16 years ago
- f62bae5 x86, apic: move APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/io_apic.c]
- 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
- 3bd25d0 x86: pre init pirq_entries[] by Yinghai Lu · 16 years ago
- 88d0f55 x86: make 32bit to call enable_IO_APIC early like 64bit by Yinghai Lu · 16 years ago
- ca97ab9 x86: unstatic ioapic entry funcs by Jeremy Fitzhardinge · 16 years ago
- cc6c500 x86: find nr_irqs_gsi with mp_ioapic_routing by Yinghai Lu · 16 years ago
- f72dcca x86: check_timer cleanup by Yinghai Lu · 16 years ago
- abcaa2b x86: use NR_IRQS_LEGACY to replace 16 by Yinghai Lu · 16 years ago
- f1ee554 x86/irq: optimize nr_irqs by Yinghai Lu · 16 years ago
- 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
- 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 16 years ago
- 10b888d irq, x86: fix lock status with numa_migrate_irq_desc by Yinghai Lu · 16 years ago
- 8f47e16 x86: update copyrights by Ingo Molnar · 16 years ago
- 6bda2c8 x86: remove subarchitecture support by Ingo Molnar · 16 years ago
- d53e2f2 x86, smp: remove mach_ipi.h by Ingo Molnar · 16 years ago
- 1dcdd3d x86: remove mach_apic.h by Ingo Molnar · 16 years ago
- 1f75ed0 x86: remove mach_apicdef.h by Ingo Molnar · 16 years ago
- dac5f41 x86, apic: untangle the send_IPI_*() jungle by Ingo Molnar · 16 years ago
- debccb3 x86, apic: refactor ->cpu_mask_to_apicid*() by Ingo Molnar · 16 years ago
- 8058714 x86, apic: clean up ->apicid_to_cpu_present() by Ingo Molnar · 16 years ago
- 33a201f x86, apic: streamline the ->multi_timer_check() quirk by Ingo Molnar · 16 years ago
- d190cb8 x86, apic: clean up ->ioapic_phys_id_map() by Ingo Molnar · 16 years ago
- e2d40b1 x86, apic: clean up ->vector_allocation_domain() by Ingo Molnar · 16 years ago
- d1d7cae x86, apic: clean up check_apicid*() callbacks by Ingo Molnar · 16 years ago
- bdb1a9b x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical by Ingo Molnar · 16 years ago
- 0b06e73 x86: clean up the APIC_DEST_LOGICAL logic by Ingo Molnar · 16 years ago
- fe402e1 x86, apic: clean up / remove TARGET_CPUS by Ingo Molnar · 16 years ago
- 9b5bc8d x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE by Ingo Molnar · 16 years ago
- f8987a1 x86, genapic: rename int_delivery_mode, et. al. by Ingo Molnar · 16 years ago
- c8d46cf x86: rename 'genapic' to 'apic' by Ingo Molnar · 16 years ago
- 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
- 422e79a x86: Remove never-called arch_setup_msi_irq() by Michael Ellerman · 16 years ago
- 7f268f43 Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu by Ingo Molnar · 16 years ago
- f118263 x86: fully honor "nolapic" by Jan Beulich · 16 years ago
- c2c2174 x86: replacing mp_config_intsrc with mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
- b5ba7e6d x86: replacing mp_config_ioapic with mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
- 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
- 9594949 irq: change references from NR_IRQS to nr_irqs by Mike Travis · 16 years ago
- 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 16 years ago
- 6d652ea x86: smp.h move boot_cpu_id declartion to cpu.h by Jaswinder Singh Rajput · 16 years ago
- 0936912 Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgent by Ingo Molnar · 16 years ago
- 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 16 years ago
- 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
- 37dd3cb x86: remove debug printks (io_apic.c) by Markus Trippelsdorf · 16 years ago
- 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago