| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: Sanitize dynamic irq handling | Thomas Gleixner | 2010-10-12 | 1 | -102/+0 |
* | genirq: Provide default irq init flags | Thomas Gleixner | 2010-10-12 | 1 | -1/+1 |
* | genirq: Sanitize irq_data accessors | Thomas Gleixner | 2010-10-12 | 1 | -0/+8 |
* | genirq: Provide status modifier | Thomas Gleixner | 2010-10-12 | 1 | -19/+7 |
* | genirq: Provide config option to disable deprecated code | Thomas Gleixner | 2010-10-04 | 1 | -1/+7 |
* | genirq: Provide compat handling for chip->retrigger() | Thomas Gleixner | 2010-10-04 | 1 | -0/+7 |
* | genirq: Provide compat handling for chip->set_wake() | Thomas Gleixner | 2010-10-04 | 1 | -0/+7 |
* | genirq: Provide compat handling for chip->set_type() | Thomas Gleixner | 2010-10-04 | 1 | -0/+7 |
* | genirq: Provide compat handling for chip->set_affinity() | Thomas Gleixner | 2010-10-04 | 1 | -0/+8 |
* | genirq: Provide compat handling for chip->startup() | Thomas Gleixner | 2010-10-04 | 1 | -6/+13 |
* | genirq: Provide compat handling for chip->disable()/shutdown() | Thomas Gleixner | 2010-10-04 | 1 | -10/+27 |
* | genirq: Provide compat handling for chip->enable() | Thomas Gleixner | 2010-10-04 | 1 | -5/+20 |
* | genirq: Provide compat handling for chip->eoi() | Thomas Gleixner | 2010-10-04 | 1 | -3/+10 |
* | genirq: Provide compat handling for chip->mask_ack() | Thomas Gleixner | 2010-10-04 | 1 | -6/+13 |
* | genirq: Provide compat handling for chip->ack() | Thomas Gleixner | 2010-10-04 | 1 | -8/+12 |
* | genirq: Provide compat handling for chip->unmask() | Thomas Gleixner | 2010-10-04 | 1 | -6/+14 |
* | genirq: Provide compat handling for chip->mask() | Thomas Gleixner | 2010-10-04 | 1 | -7/+15 |
* | genirq: Provide compat handling for bus_lock/bus_sync_unlock | Thomas Gleixner | 2010-10-04 | 1 | -2/+18 |
* | genirq: Convert core code to irq_data | Thomas Gleixner | 2010-10-04 | 1 | -39/+39 |
* | genirq: Cleanup irq_chip->typename leftovers | Thomas Gleixner | 2010-09-23 | 1 | -2/+0 |
* | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-03-26 | 1 | -11/+24 |
|\ |
|
| * | genirq: Move two IRQ functions from .init.text to .text | Henrik Kretzschmar | 2010-03-24 | 1 | -2/+2 |
| * | genirq: Prevent oneshot irq thread race | Thomas Gleixner | 2010-03-10 | 1 | -9/+22 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments | Uwe Kleine-König | 2010-02-15 | 1 | -1/+1 |
* | | x86: Avoid race condition in pci_enable_msix() | Brandon Phiilps | 2010-02-10 | 1 | -9/+43 |
|/ |
|
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -43/+43 |
* | irq: Fix docbook comments | Liuweni | 2009-11-04 | 1 | -3/+3 |
* | genirq: Do not mask oneshot edge type interrupts | Thomas Gleixner | 2009-08-27 | 1 | -7/+2 |
* | genirq: Support nested threaded irq handling | Thomas Gleixner | 2009-08-17 | 1 | -0/+67 |
* | genirq: Add buslock support | Thomas Gleixner | 2009-08-17 | 1 | -0/+2 |
* | genirq: Add oneshot support | Thomas Gleixner | 2009-08-17 | 1 | -3/+11 |
* | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu | 2009-04-28 | 1 | -10/+2 |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+4 |
|\ |
|
| * | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 1 | -0/+2 |
| |\ |
|
| * | | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 2009-01-11 | 1 | -1/+4 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 1 | -2/+5 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | irq: clear kstat_irqs | Yinghai Lu | 2009-02-09 | 1 | -0/+1 |
| | |/ |
|
| * | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-01-16 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | genirq: check chip->ack before calling | Wang Chen | 2008-12-29 | 1 | -2/+4 |
* | | | irq: export __set_irq_handler() and handle_level_irq() | Ingo Molnar | 2009-01-14 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'irq/sparseirq' into cpus4096 | Ingo Molnar | 2008-12-17 | 1 | -2/+10 |
| |\ |
|
| * \ | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 1 | -1/+2 |
| |\ \ |
|
| * | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 1 | -1/+1 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2... | Ingo Molnar | 2008-12-25 | 1 | -3/+13 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| | * | | genirq: record IRQ_LEVEL in irq_desc[] | David Brownell | 2008-12-02 | 1 | -0/+1 |
| |/ /
|/| | |
|
| * | | x86, sparseirq: move irq_desc according to smp_affinity, v7 | Yinghai Lu | 2008-12-17 | 1 | -2/+10 |
| |/ |
|
| * | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 | 1 | -1/+2 |
|/ |
|
* | genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() | Dean Nelson | 2008-10-21 | 1 | -0/+1 |