aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-021-45/+0
* x86: Use printk_once()Marcin Slusarz2009-08-091-3/+2
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-14/+15
|\
| * x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan2009-02-201-14/+15
* | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86: unify do_IRQ()Jeremy Fitzhardinge2009-02-091-27/+0
* | x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge2009-02-091-13/+21
* | x86: remove mach_apic.hIngo Molnar2009-01-291-1/+1
|/
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-1/+1
* x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-041-5/+5
* x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-161-6/+7
* Merge ../linux-2.6-x86Rusty Russell2008-12-131-0/+2
|\
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+2
* | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
|/
* x86: move ack_bad_irq() to irq.cThomas Gleixner2008-10-161-23/+0
* x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-161-146/+0
* x86: cleanup show_interruptsThomas Gleixner2008-10-161-83/+77
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-8/+0
* x86: irq no should not use hex in /proc/interruptsYinghai Lu2008-10-161-1/+1
* x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu2008-10-161-1/+1
* x86: add debug info for 32bit sparse_irqYinghai Lu2008-10-161-2/+2
* x86: make 32bit support per_cpu vectorYinghai Lu2008-10-161-7/+11
* x86: make 32 bit to use sparse_irqYinghai Lu2008-10-161-9/+28
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-2/+2
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-10/+14
* x86: use nr_irqsYinghai Lu2008-10-161-4/+4
* x86: capitalize function call interrupts consistentlyAndi Kleen2008-09-041-1/+1
* x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-161-5/+2
* Merge branch 'x86/irq' into x86/develIngo Molnar2008-07-081-97/+119
|\
| * x86: irq_32 move 4kstacks code to one placeThomas Gleixner2008-05-121-86/+77
| * x86: janitor stack overflow warning patchThomas Gleixner2008-05-121-61/+75
| * i386: Execute stack overflow warning on interrupt stack v2Andi Kleen2008-05-121-16/+33
* | x86: make /proc/stat account for all interruptsJan Beulich2008-05-251-0/+38
|/
* proper __do_softirq() prototypeAdrian Bunk2008-04-291-2/+0
* i386: fix asm constraint in do_IRQ()Jan Beulich2008-04-261-1/+1
* x86: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-171-1/+1
* x86: remove all definitions with fastcallHarvey Harrison2008-01-301-1/+1
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-10/+10
* x86: also show non-zero IRQ counts for vectors that currently don't have a ha...Jan Beulich2007-10-171-4/+14
* x86: expand /proc/interrupts to include missing vectors, v2Joe Korty2007-10-171-2/+29
* Delete filenames in comments.Dave Jones2007-10-131-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-2/+0
* i386: move kernelThomas Gleixner2007-10-111-0/+343