aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/io_apic.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: prepare shared kernel/io_apic.cThomas Gleixner1-2847/+0
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown1-8/+0
2007-08-12genirq: mark io_apic level interrupts to avoid resendThomas Gleixner1-2/+5
2007-07-21i386: remove old IRQ balancing debug cruftStefan Richter1-22/+2
2007-07-21i386: timer_irq_works() static againAdrian Bunk1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-35/+3
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-2/+2
2007-05-02[PATCH] i386: convert to the kthread APIEric W. Biederman1-5/+3
2007-05-02[PATCH] x86: remove UNEXPECTED_IO_APIC()Adrian Bunk1-30/+0
2007-04-08[PATCH] i386: irqbalance_disable() section fixAndrew Morton1-1/+1
2007-02-28[PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilationEric W. Biederman1-2/+0
2007-02-26[PATCH] irq: Remove set_native_irq_infoEric W. Biederman1-5/+5
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar1-3/+1
2007-02-16[PATCH] i386, apic: clean up the APIC codeThomas Gleixner1-1/+1
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-2/+2
2007-02-13[PATCH] i386: vMI backend for paravirt-opsZachary Amsden1-1/+1
2007-02-13[PATCH] i386: Fix a typo in an IRQ handler nameMaciej W. Rozycki1-1/+1
2007-02-09[PATCH] io_apic: trivial __iomem annotationsAl Viro1-1/+1
2007-02-07msi: Make MSI useable more architecturesEric W. Biederman1-5/+12
2007-01-30[PATCH] i386: In assign_irq_vector look at all vectors before giving upEric W. Biederman1-13/+19
2006-12-09[PATCH] i386: Fix io_apic.c warningAndi Kleen1-1/+1
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-30/+35
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] x86-64: remove remaining pc98 codeAdrian Bunk1-21/+2
2006-12-07[PATCH] i386: Make irq_vector staticAdrian Bunk1-1/+1
2006-12-07[PATCH] i386: handle a negative return valueAdrian Bunk1-1/+7
2006-12-07[PATCH] paravirt: Add option to allow skipping the timer checkZachary Amsden1-2/+14
2006-12-07[PATCH] i386: Fix race in IO-APIC routing entry setup.Andi Kleen1-5/+11
2006-11-15[PATCH] Use delayed disable mode of ioapic edge triggered interruptsEric W. Biederman1-1/+3
2006-11-08[PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman1-14/+12
2006-11-01i386: write IO APIC irq routing entries in correct orderLinus Torvalds1-3/+23
2006-11-01i386: clean up io-apic accessesLinus Torvalds1-0/+40
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar1-7/+10
2006-10-11[PATCH] use struct irq_chip instead of struct hw_interrupt_typeAneesh Kumar K.V1-1/+1
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman1-6/+6
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman1-3/+2
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman1-23/+58
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman1-0/+90
2006-10-04[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman1-132/+49
2006-10-04[PATCH] genirq: i386 irq: Move msi message composition into io_apic.cEric W. Biederman1-0/+70
2006-10-04[PATCH] genirq: i386 irq: Dynamic irq supportEric W. Biederman1-0/+48
2006-10-04[PATCH] genirq: convert the i386 architecture to irq-chipsIngo Molnar1-104/+56
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell1-1/+23
2006-09-26[PATCH] i386: Factor out common io apic routing entry accessAndi Kleen1-57/+43
2006-09-26[PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-0/+9
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-7/+9
2006-06-26[PATCH] x86_64: fix vector_lock deadlock in io_apic.cIngo Molnar1-4/+5
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus1-0/+1
2006-06-26[PATCH] i386/x86-64: simplify ioapic_register_intr()Jan Beulich1-15/+8
2006-06-26[PATCH] x86_64: serialize assign_irq_vector() use of static variablesJan Beulich1-6/+18
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-11/+20
2006-05-08[PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray1-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-28[PATCH] for_each_possible_cpu: i386KAMEZAWA Hiroyuki1-2/+2
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-13/+9
2006-03-23[PATCH] x86: deterine xapic using apic versionShaohua Li1-1/+2
2006-03-08[PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen1-1/+18
2006-02-26[PATCH] i386: Handle non existing APICs without panicingAndreas Deresch1-2/+4
2006-01-11[PATCH] x86_64: Memorize location of i8259 for reboots.Eric W. Biederman1-1/+1
2006-01-06[PATCH] i386: ioapic virtual wire mode fixVivek Goyal1-2/+2
2005-11-29[PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li1-2/+2
2005-10-31Revert "i386: move apic init in init_IRQs"Linus Torvalds1-5/+1
2005-10-30[PATCH] i386: move apic init in init_IRQsEric W. Biederman1-1/+5
2005-10-30[PATCH] i386 io_apic.c: Memorize at bootup where the i8259 is connectedEric W. Biederman1-35/+112
2005-09-26[PATCH] useless includes of linux/irq.h in arch/i386Al Viro1-1/+0
2005-09-12[PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert1-0/+4
2005-09-10[PATCH] i386: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-09-09[PATCH] Fix misspelled i8259 typo in io_apic.cKarsten Wiese1-2/+2
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1-31/+34
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-5/+5
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj1-26/+29
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown1-2/+2
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar1-1/+1
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-25[PATCH] get rid of redundant NULL checks before kfree() in arch/i386/Jesper Juhl1-4/+2
2005-06-25[PATCH] kexec: x86: resture apic virtual wire mode on shutdownEric W. Biederman1-1/+32
2005-06-25[PATCH] i386 CPU hotplugZwane Mwaikambo1-0/+2
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan1-1/+2
2005-06-23[PATCH] Do not enforce unique IO_APIC_ID check for xAPIC systems (i386)Natalie Protasevich1-4/+6
2005-05-01[PATCH] check nmi watchdog is brokenJack F Vogel1-2/+0
2005-04-16[PATCH] pm_message_t: more fixes in common and i386Pavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2545