summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)Author
2011-02-23x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner
2011-02-23x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner
2011-02-23x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar
2011-02-15x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle
2011-02-11x86: Fix printk typo WARINGPaul Bolle
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar
2010-12-13x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic modeKenji Kaneshige
2010-12-09x86: Further simplify mp_irq info handlingFeng Tang
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang
2010-12-09x86, ioapic: Avoid writing io_apic id if already correctYinghai Lu
2010-12-09Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner
2010-12-09x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=nThomas Gleixner
2010-12-06x86: io_apic: Split setup_ioapic_ids_from_mpc()Sebastian Andrzej Siewior
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus
2010-10-30x86: Check irq_remapped instead of remapping_enabled in destroy_irq()Yinghai Lu
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-23x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner
2010-10-19x86: ioapic: Call free_irte only if interrupt remapping enabledYinghai Lu
2010-10-18x86: Introduce x86_msi_opsStefano Stabellini
2010-10-18x86/io_apic: add get_nr_irqs_gsi()Jeremy Fitzhardinge
2010-10-12x86: Switch sparse_irq allocations to GFP_KERNELThomas Gleixner
2010-10-12x86: Use sane enumerationThomas Gleixner
2010-10-12x86: uv: Clean up the direct access to irq_descThomas Gleixner
2010-10-12x86: Make io_apic.c local functions staticThomas Gleixner
2010-10-12x86: Speed up the irq_remapped check in hot pathesThomas Gleixner
2010-10-12x86: io_apic: Remove the now unused sparse_irq arch_* functionsThomas Gleixner
2010-10-12x86: ioapic: Cleanup sparse irq codeThomas Gleixner
2010-10-12x86: Don't setup ioapic irq for sci twiceYinghai Lu
2010-10-12x86: io_apic: Prepare alloc/free_irq_cfg()Thomas Gleixner
2010-10-12x86: Implement new allocator functionsThomas Gleixner
2010-10-12x86: ioapic: Cleanup get_one_free_irq_cfg()Thomas Gleixner
2010-10-12x86: ioapic: Cleanup some moreThomas Gleixner
2010-10-12x86: Convert ht set_affinity to new chip functionThomas Gleixner
2010-10-12x86: Cleanup hpet affinity settingThomas Gleixner
2010-10-12x86: Convert dmar affinity setting to new chip functionThomas Gleixner
2010-10-12x86: Convert remapped msi to new chip.irq_set_affinity functionThomas Gleixner
2010-10-12x86: Convert remapped ioapic affinity setting to new irq chip functionThomas Gleixner
2010-10-12x86: Convert msi affinity setting to new chip functionsThomas Gleixner
2010-10-12x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner
2010-10-12x86: ioapic: Clean up the direct access to irq_descThomas Gleixner
2010-10-12ht: Convert to new irq_chip functionsThomas Gleixner
2010-10-12dmar: Convert to new irq chip functionsThomas Gleixner
2010-10-12x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner