Jeremy Fitzhardinge
|
7c1d7cdcef
x86: unify do_IRQ()
|
16 years ago |
Jeremy Fitzhardinge
|
9b2b76a334
x86: add handle_irq() to allow interrupt injection
|
16 years ago |
Brian Gerst
|
3819cd489e
x86: remove include of apic.h from hardirq_64.h
|
16 years ago |
Brian Gerst
|
d650a51485
x86: merge irq_regs.h
|
16 years ago |
Brian Gerst
|
1b437c8c73
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
|
16 years ago |
Mike Travis
|
7f7ace0cda
cpumask: update irq_desc to use cpumask_var_t
|
16 years ago |
Jaswinder Singh Rajput
|
5f66b2a0d9
x86: irq_64.c fix style problems
|
16 years ago |
Linus Torvalds
|
b840d79631
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 years ago |
Linus Torvalds
|
179475a3b4
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 years ago |
Linus Torvalds
|
b0f4b285d7
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 years ago |
Mike Travis
|
d7b381bb7b
x86: fixup_irqs() doesnt need an argument.
|
16 years ago |
Rusty Russell
|
968ea6d80e
Merge ../linux-2.6-x86
|
16 years ago |
Rusty Russell
|
0de26520c7
cpumask: make irq_set_affinity() take a const struct cpumask
|
16 years ago |
Frederic Weisbecker
|
bcbc4f20b5
tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt
|
16 years ago |
Yinghai Lu
|
0b8f1efad3
sparse irq_desc[] array: core kernel and x86 changes
|
16 years ago |
Ingo Molnar
|
f377fa123d
x86: clean up stack overflow debug check
|
16 years ago |
jia zhang
|
3aeb95d5b7
x86_64: fix the check in stack_overflow_check
|
16 years ago |
Thomas Gleixner
|
249f6d9eab
x86: move ack_bad_irq() to irq.c
|
16 years ago |
Thomas Gleixner
|
6b39ba771e
x86: unify show_interrupts() and proc helpers
|
16 years ago |
Thomas Gleixner
|
c0c168ca26
x86: cleanup show_interrupts
|
16 years ago |
Thomas Gleixner
|
2cc21ef843
genirq: remove sparse irq code
|
16 years ago |
Yinghai Lu
|
7564676813
x86: irq no should not use hex in /proc/interrupts
|
16 years ago |
Yinghai Lu
|
8f09cd20a2
x86: make HAVE_SPARSE_IRQ support selectable
|
16 years ago |
Yinghai Lu
|
6d50bc2683
x86: use 28 bits irq NR for pci msi/msix and ht
|
16 years ago |
Yinghai Lu
|
52b17329d6
x86_64: make /proc/interrupts work with dyn irq_desc
|
16 years ago |
Yinghai Lu
|
cb5bc83225
x86_64: rename irq_desc/irq_desc_alloc
|
16 years ago |
Yinghai Lu
|
1d5f6b36c4
x86: check with without_new in show_interrupts
|
16 years ago |
Yinghai Lu
|
46926b67fc
generic: add irq_desc in function in parameter
|
16 years ago |
Yinghai Lu
|
7d94f7ca40
irq: remove >= nr_irqs checking with config_have_sparse_irq
|
16 years ago |
Yinghai Lu
|
2c6927a38f
irq: replace loop with nr_irqs with for_each_irq_desc
|
16 years ago |