- 98f0172 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 7b20bd5 x86, irq: Kill io_apic_renumber_irq by Eric W. Biederman · 15 years ago
- 988856e x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's. by Eric W. Biederman · 15 years ago
- 4afc51a x86, ioapic: Simplify probe_nr_irqs_gsi. by Eric W. Biederman · 15 years ago
- d464207 x86, ioapic: Optimize pin_2_irq by Eric W. Biederman · 15 years ago
- 7716a5c x86, ioapic: Move nr_ioapic_registers calculation to mp_register_ioapic. by Eric W. Biederman · 15 years ago
- 5777372 x86, ioapic: Teach mp_register_ioapic to compute a global gsi_end by Eric W. Biederman · 15 years ago
- eddb0c5 x86, ioapic: Fix the types of gsi values by Eric W. Biederman · 15 years ago
- 4b6b19a x86, ioapic: Fix io_apic_redir_entries to return the number of entries. by Eric W. Biederman · 15 years ago
- 9a0a91b x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irq by Eric W. Biederman · 15 years ago
- bbd391a x86: Fix NULL pointer access in irq_force_complete_move() for Xen guests by Prarit Bhargava · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 36e9e1e x86: Handle legacy PIC interrupts on all the cpu's by Suresh Siddha · 15 years ago
- 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- fad5399 x86: Fix out of order of gsi by Eric W. Biederman · 15 years ago
- 21c2fd9 x86: apic: Fix mismerge, add arch_probe_nr_irqs() again by Ingo Molnar · 15 years ago
- 9eeeb09 x86, legacy_irq: Remove duplicate vector assigment by Yinghai Lu · 15 years ago
- 28c6a0b x86, legacy_irq: Remove left over nr_legacy_irqs by Yinghai Lu · 15 years ago
- 05ddafb x86, ioapic: Early enable ioapic for timer irq by Jacob Pan · 15 years ago
- 54b5617 Merge remote branch 'origin/x86/apic' into x86/mrst by H. Peter Anvin · 15 years ago
- d02e30c Merge branch 'x86/irq' into x86/apic by H. Peter Anvin · 15 years ago
- aef55d4 Merge branch 'x86/urgent' into x86/irq by H. Peter Anvin · 15 years ago
- 1f91233 x86, apic: Remove ioapic_disable_legacy() by Jacob Pan · 15 years ago
- b81bb37 x86, pic: Make use of legacy_pic abstraction by Jacob Pan · 15 years ago
- d39f649 x86, ioapic: Improve handling of i8259A irq init by Alek Du · 15 years ago
- eb5b379 x86, irq: Keep chip_data in create_irq_nr and destroy_irq by Brandon Philips · 15 years ago
- 6738762 x86, irq: Remove arch_probe_nr_irqs by Yinghai Lu · 15 years ago
- 5619c28 x86: Convert i8259_lock to raw_spinlock by Thomas Gleixner · 15 years ago
- dade771 x86: Convert ioapic_lock and vector_lock to raw_spinlock by Thomas Gleixner · 15 years ago
- ced5b69 x86: Avoid race condition in pci_enable_msix() by Brandon Phiilps · 15 years ago
- 18dce6b x86: Fix SCI on IOAPIC != 0 by Yinghai Lu · 15 years ago
- 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
- 9d133e5 x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online path by Suresh Siddha · 15 years ago
- 69c89ef x86, irq: Update the vector domain for legacy irqs handled by io-apic by Suresh Siddha · 15 years ago
- 9794339 x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu's by Suresh Siddha · 15 years ago
- 6579b47 x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1f by Suresh Siddha · 15 years ago
- 7f41c2e x86, irq: Check move_in_progress before freeing the vector mapping by Suresh Siddha · 15 years ago
- ea94396 x86, apic: Don't waste a vector to improve vector spread by H. Peter Anvin · 15 years ago
- 9959c88 x86: Increase NR_IRQS and nr_irqs by Yinghai Lu · 15 years ago
- 605c1a1 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
- 3981e15 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 18374d8 x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system by Suresh Siddha · 15 years ago
- 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
- 849e8de Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 1c83995 x86, ioapic: Document another case when level irq is seen as an edge by Suresh Siddha · 15 years ago
- c29d9db x86, ioapic: Fix the EOI register detection mechanism by Suresh Siddha · 15 years ago
- ca64c47 x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irq by Maciej W. Rozycki · 15 years ago
- 37ef2a3 x86: Re-get cfg_new in case reuse/move irq_desc by Yinghai Lu · 15 years ago
- e79c65a x86: io-apic: IO-APIC MMIO should not fail on resource insertion by Cyrill Gorcunov · 15 years ago
- 7abc075 x86: apic: Do not use stacked physid_mask_t by Cyrill Gorcunov · 15 years ago
- 4343fe1 x86, ioapic: Use snrpintf while set names for IO-APIC resourses by Cyrill Gorcunov · 15 years ago
- 46dc281 x86, apic: Use PAGE_SIZE instead of numbers by Cyrill Gorcunov · 15 years ago
- b3ec0a3 x86: Use EOI register in io-apic on intel platforms by Suresh Siddha · 15 years ago
- a5e74b8 x86: Force irq complete move during cpu offline by Suresh Siddha · 15 years ago
- 23359a8 x86: Remove move_cleanup_count from irq_cfg by Suresh Siddha · 15 years ago
- 9338ad6 x86, apic: Move SGI UV functionality out of generic IO-APIC code by Dimitri Sivanich · 15 years ago
- 6c2c502 x86: SGI UV: Fix irq affinity for hub based interrupts by Dimitri Sivanich · 15 years ago
- 2626eb2 x86, apic: Limit apic dumping, introduce new show_lapic= setup option by Cyrill Gorcunov · 15 years ago
- 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 16 years ago
- bfefb7a Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
- 8312136 x86, apic: Fix missed handling of discrete apics by Cyrill Gorcunov · 15 years ago
- 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- bc07844 x86: Distangle ioapic and i8259 by Thomas Gleixner · 15 years ago
- eebc57f Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 into x86/apic by Ingo Molnar · 15 years ago
- 2a4ab64 ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=n by Feng Tang · 16 years ago
- c8bc6f3 x86: arch specific support for remapping HPET MSIs by Suresh Siddha · 15 years ago
- de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 15 years ago
- ffc4383 x86, ioapic: Get rid of needless check and simplify ioapic_setup_resources() by Cyrill Gorcunov · 15 years ago
- f3d1915 x86, ioapic: Panic on irq-pin binding only if needed by Cyrill Gorcunov · 15 years ago
- a7428cd x86, ioapic: Throw BUG instead of NULL dereference by Cyrill Gorcunov · 15 years ago
- 2977fb3 x86, ioapic: Introduce for_each_irq_pin() helper by Cyrill Gorcunov · 15 years ago
- 2a5ef41 x86, UV: Complete IRQ interrupt migration in arch_enable_uv_irq() by Jack Steiner · 15 years ago
- 25f6e89 x86: Remove superfluous NULL pointer check in destroy_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
- e25371d x86/ioapic.c: unify ioapic_retrigger_irq() by Jeremy Fitzhardinge · 16 years ago
- 638f2f8 x86/ioapic.c: convert __target_IO_APIC_irq to conventional for() loop by Jeremy Fitzhardinge · 16 years ago
- 4eea6ff x86/ioapic.c: clean up replace_pin_at_irq_node logic and comments by Jeremy Fitzhardinge · 16 years ago
- 535b642 x86/ioapic.c: convert replace_pin_at_irq_node to conventional for() loop by Jeremy Fitzhardinge · 16 years ago
- 875e68e x86/ioapic.c: simplify add_pin_to_irq_node() by Jeremy Fitzhardinge · 16 years ago
- d8c5206 x86/ioapic.c: convert io_apic_level_ack_pending loop to normal for() loop by Jeremy Fitzhardinge · 16 years ago
- 8e13d69 x86/ioapic.c: move lost comment to what seems like appropriate place by Jeremy Fitzhardinge · 16 years ago
- 83c21be x86/ioapic.c: remove redundant declaration of irq_pin_list by Jeremy Fitzhardinge · 16 years ago
- 916a0fe x86/ioapic.c: remove #ifdef for 82093AA workaround by Jeremy Fitzhardinge · 16 years ago
- 890aeac x86/ioapic.c: unify __mask_IO_APIC_irq() by Jeremy Fitzhardinge · 16 years ago
- 2f210de x86/ioapic.c: ioapic_modify_irq is too large to inline by Jeremy Fitzhardinge · 16 years ago
- 857fdc5 x86/pci: insert ioapic resource before assigning unassigned resources by Yinghai Lu · 16 years ago
- ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 16 years ago
- 251e1e4 x86: Fix printk call in print_local_apic() by Ingo Molnar · 16 years ago
- f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 16 years ago
- 3f4c395 x86, ioapic: Don't call disconnect_bsp_APIC if no APIC present by Cyrill Gorcunov · 16 years ago
- 8f7007a x86: apic/io_apic.c: dmar_msi_type should be static by Jaswinder Singh Rajput · 16 years ago
- 50a8d4d2 x86, io_apic.c: Work around compiler warning by Figo.zhang · 16 years ago
- 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