aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge1-33/+0
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge1-7/+16
2009-01-23x86: remove include of apic.h from hardirq_64.hBrian Gerst1-0/+1
2009-01-21x86: merge irq_regs.hBrian Gerst1-0/+3
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-0/+3
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-1/+1
2009-01-04x86: irq_64.c fix style problemsJaswinder Singh Rajput1-11/+11
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+8
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis1-7/+8
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-0/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+1
2008-12-12tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker1-1/+2
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+2
2008-11-23x86: clean up stack overflow debug checkIngo Molnar1-15/+10
2008-11-23x86_64: fix the check in stack_overflow_checkjia zhang1-3/+4
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner1-20/+0
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner1-132/+0
2008-10-16x86: cleanup show_interruptsThomas Gleixner1-76/+77
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-8/+0
2008-10-16x86: irq no should not use hex in /proc/interruptsYinghai Lu1-1/+1
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu1-1/+1
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-1/+1
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu1-7/+24
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-2/+2
2008-10-16x86: check with without_new in show_interruptsYinghai Lu1-1/+4
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-2/+4
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-1/+1
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-3/+2
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-2/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-16/+19
2008-10-16x86: use nr_irqsYinghai Lu1-4/+4
2008-09-04x86: capitalize function call interrupts consistentlyAndi Kleen1-1/+1
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich1-0/+28
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-5/+5
2008-01-30x86: move ack_bad_irq into irq codeThomas Gleixner1-0/+20
2007-10-17x86: also show non-zero IRQ counts for vectors that currently don't have a handlerJan Beulich1-4/+14
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty1-2/+28
2007-10-13Delete filenames in comments.Dave Jones1-2/+0
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+0
2007-10-11x86_64: move kernelThomas Gleixner1-0/+213