aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq_32.c
AgeCommit message (Expand)Author
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge
2009-01-29x86: remove mach_apic.hIngo Molnar
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2009-01-04x86: irq_32.c fix style problemsJaswinder Singh Rajput
2008-12-16x86: fixup_irqs() doesnt need an argument.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-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner
2008-10-16x86: cleanup show_interruptsThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16x86: irq no should not use hex in /proc/interruptsYinghai Lu
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu
2008-10-16x86: add debug info for 32bit sparse_irqYinghai Lu
2008-10-16x86: make 32bit support per_cpu vectorYinghai Lu
2008-10-16x86: make 32 bit to use sparse_irqYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16x86: use nr_irqsYinghai Lu
2008-09-04x86: capitalize function call interrupts consistentlyAndi Kleen
2008-07-16x86: use __page_aligned_data/bssJeremy Fitzhardinge
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich
2008-05-12x86: irq_32 move 4kstacks code to one placeThomas Gleixner
2008-05-12x86: janitor stack overflow warning patchThomas Gleixner
2008-05-12i386: Execute stack overflow warning on interrupt stack v2Andi Kleen
2008-04-29proper __do_softirq() prototypeAdrian Bunk
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich
2008-04-17x86: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-01-30x86: remove all definitions with fastcallHarvey Harrison
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2007-10-17x86: also show non-zero IRQ counts for vectors that currently don't have a ha...Jan Beulich
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty
2007-10-13Delete filenames in comments.Dave Jones
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds
2007-10-11i386: move kernelThomas Gleixner