summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Use delayed disable mode of ioapic edge triggered interruptsEric W. Biederman2006-11-151-1/+3
* [PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman2006-11-091-14/+12Star
* i386: write IO APIC irq routing entries in correct orderLinus Torvalds2006-11-011-3/+23
* i386: clean up io-apic accessesLinus Torvalds2006-11-011-0/+40
* [PATCH] genirq: clean up irq-flow-type namingIngo Molnar2006-10-171-7/+10
* [PATCH] use struct irq_chip instead of struct hw_interrupt_typeAneesh Kumar K.V2006-10-111-1/+1
* [PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman2006-10-081-6/+6
* [PATCH] htirq: tidy up the htirq codeEric W. Biederman2006-10-041-3/+2Star
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-041-23/+58
* [PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2006-10-041-0/+90
* [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman2006-10-041-132/+49Star
* [PATCH] genirq: i386 irq: Move msi message composition into io_apic.cEric W. Biederman2006-10-041-0/+70
* [PATCH] genirq: i386 irq: Dynamic irq supportEric W. Biederman2006-10-041-0/+48
* [PATCH] genirq: convert the i386 architecture to irq-chipsIngo Molnar2006-10-041-104/+56Star
* [PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell2006-09-261-1/+23
* [PATCH] i386: Factor out common io apic routing entry accessAndi Kleen2006-09-261-57/+43Star
* [PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen2006-09-261-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-0/+9
* [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-7/+9
* [PATCH] x86_64: fix vector_lock deadlock in io_apic.cIngo Molnar2006-06-261-4/+5
* [PATCH] x86_64: nmi watchdog header cleanupDon Zickus2006-06-261-0/+1
* [PATCH] i386/x86-64: simplify ioapic_register_intr()Jan Beulich2006-06-261-15/+8Star
* [PATCH] x86_64: serialize assign_irq_vector() use of static variablesJan Beulich2006-06-261-6/+18
* [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-11/+20
* [PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray2006-05-081-0/+5
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* [PATCH] for_each_possible_cpu: i386KAMEZAWA Hiroyuki2006-03-281-2/+2
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-13/+9Star
* [PATCH] x86: deterine xapic using apic versionShaohua Li2006-03-231-1/+2
* [PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen2006-03-091-1/+18
* [PATCH] i386: Handle non existing APICs without panicingAndreas Deresch2006-02-261-2/+4
* [PATCH] x86_64: Memorize location of i8259 for reboots.Eric W. Biederman2006-01-121-1/+1
* [PATCH] i386: ioapic virtual wire mode fixVivek Goyal2006-01-061-2/+2
* [PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li2005-11-301-2/+2
* Revert "i386: move apic init in init_IRQs"Linus Torvalds2005-11-011-5/+1Star
* [PATCH] i386: move apic init in init_IRQsEric W. Biederman2005-10-311-1/+5
* [PATCH] i386 io_apic.c: Memorize at bootup where the i8259 is connectedEric W. Biederman2005-10-311-35/+112
* [PATCH] useless includes of linux/irq.h in arch/i386Al Viro2005-09-271-1/+0Star
* [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert2005-09-121-0/+4
* [PATCH] i386: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1Star
* [PATCH] Fix misspelled i8259 typo in io_apic.cKarsten Wiese2005-09-091-2/+2
* Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-081-31/+34
|\
| * [PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2005-09-081-5/+5
| * [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2005-09-081-26/+29
* | [ACPI] delete CONFIG_ACPI_BOOTLen Brown2005-08-241-2/+2
|/
* [PATCH] x86: i8253/i8259A lock cleanupIngo Molnar2005-06-301-1/+1
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-261-1/+1
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-261-1/+1