aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/io_apic.c
AgeCommit message (Expand)Author
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu
2008-12-19x86: fix warning in arch/x86/kernel/io_apic.cIngo Molnar
2008-12-17x86: update io_apic.c to the new cpumask codeIngo Molnar
2008-12-17Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar
2008-12-16x86: Update io_apic.c to use new cpumask APIMike Travis
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu
2008-12-16x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.Mike Travis
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-08x86, MSI: pass irq_cfg and irq_descYinghai Lu
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-11-23x86: revert irq number limitationThomas Gleixner
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar
2008-11-20x86: Fix interrupt leak due to migrationMatthew Wilcox
2008-11-09x86: apic honour irq affinity which was set in early bootThomas Gleixner
2008-11-06x86: don't allow nr_irqs > NR_IRQSBen Hutchings
2008-10-16io_apic: make irq_mis_count available on 64-bit tooIngo Molnar
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16x86: sparse_irq: fix typo in debug print outYinghai Lu
2008-10-16x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3Dean Nelson
2008-10-16x86: print out irq nr for msi/ht, v3Yinghai Lu
2008-10-16x86: io-apic - interrupt remapping fixCyrill Gorcunov
2008-10-16x86: io-apic - interrupt remapping fixCyrill Gorcunov
2008-10-16sparseirq: remove some debug print outYinghai Lu
2008-10-16x86: io-apic - do not use KERN_DEBUG marker too much, fixCyrill Gorcunov
2008-10-16x86: io-apic - get rid of __DO_ACTION macroCyrill Gorcunov
2008-10-16x86: io-apic - do not use KERN_DEBUG marker too muchCyrill Gorcunov
2008-10-16x86: io-apic - code style cleaning for setup_IO_APIC_irqsCyrill Gorcunov
2008-10-16x86: HPET_MSI Basic HPET_MSI setup codevenkatesh.pallipadi@intel.com
2008-10-16x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ onlyCyrill Gorcunov
2008-10-16x86: io-apic - use ARRAY_SIZE macroCyrill Gorcunov
2008-10-16x2apic: fix reserved APIC register accesses in print_local_APIC()Yinghai Lu
2008-10-16x86: fix probe_nr_irqs for xenYinghai Lu
2008-10-16x86: fix 32-bit ioapic lockup with sparseirqsYinghai Lu
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu
2008-10-16warning: fix arch x86 kernel io_apic cIngo Molnar
2008-10-16x86: probe nr_irqs even only mptable is usedYinghai Lu
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu
2008-10-16x86: print local APIC of APs one by oneYinghai Lu
2008-10-16x86: remove first_free_entry/pin_map_sizeYinghai Lu
2008-10-16x86: unify ack_apic_edgeYinghai Lu
2008-10-16x86: unify mask_IO_APIC_irqYinghai Lu
2008-10-16io_apic: make 32 bit have io_apic resource in /proc/iomemYinghai Lu
2008-10-16rename io_apic_64.c and io_apic_32.c to io_apic.cYinghai Lu