| Commit message (Expand) | Author | Age |
* | irq: Add new IRQ flag IRQF_NO_SUSPEND | Ian Campbell | 2010-07-29 |
* | genirq: Deal with desc->set_type() changing desc->chip | Thomas Gleixner | 2010-06-09 |
* | genirq: Clear CPU mask in affinity_hint when none is provided | Peter P Waskiewicz Jr | 2010-05-12 |
* | genirq: Add CPU mask affinity hint | Peter P Waskiewicz Jr | 2010-05-03 |
* | genirq: Remove IRQF_DISABLED from core code | Thomas Gleixner | 2010-04-13 |
* | genirq: Run irq handlers with interrupts disabled | Ingo Molnar | 2010-04-13 |
* | genirq: Introduce request_any_context_irq() | Marc Zyngier | 2010-04-13 |
* | Merge branch 'linus' into irq/core | Thomas Gleixner | 2010-04-13 |
|\ |
|
| * | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-04-06 |
| |\ |
|
| | * | genirq: Force MSI irq handlers to run with interrupts disabled | Thomas Gleixner | 2010-03-31 |
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
| |/ |
|
| * | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-03-26 |
| |\ |
|
| | * | genirq: Move two IRQ functions from .init.text to .text | Henrik Kretzschmar | 2010-03-24 |
| | * | genirq: Protect access to irq_desc->action in can_request_irq() | Thomas Gleixner | 2010-03-24 |
| | * | genirq: Prevent oneshot irq thread race | Thomas Gleixner | 2010-03-10 |
* | | | genirq: Expose irq_desc->node in proc/irq | Dimitri Sivanich | 2010-03-24 |
|/ / |
|
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments | Uwe Kleine-König | 2010-02-15 |
| * | devres/irq: Fix devm_irq_match comment | Jean Delvare | 2010-02-11 |
| * | devres: typo fix s/dev/devm/ | Baruch Siach | 2010-02-05 |
* | | sparseirq: Use radix_tree instead of ptrs array | Yinghai Lu | 2010-02-17 |
* | | sparseirq: Change irq_desc_ptrs to static | Yinghai Lu | 2010-02-17 |
* | | irq: Remove unnecessary bootmem code | Yinghai Lu | 2010-02-17 |
* | | x86: Avoid race condition in pci_enable_msix() | Brandon Phiilps | 2010-02-10 |
|/ |
|
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 |
| |\ |
|
| | * | tree-wide: fix typos "couter" -> "counter" | Uwe Kleine-König | 2009-12-04 |
| | * | fix kerneldoc for set_irq_msi() | Liuweni | 2009-12-04 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k... | Linus Torvalds | 2009-12-08 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | genirq: do not execute DEBUG_SHIRQ when irq setup failed | Luis Henriques | 2009-04-23 |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 |
|\ \ \ \ |
|
| * | | | | genirq: Fix spurious irq seqfile conversion | Thomas Gleixner | 2009-11-20 |
| * | | | | genirq: switch /proc/irq/*/spurious to seq_file | Alexey Dobriyan | 2009-11-18 |
| * | | | | irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed | Cyrill Gorcunov | 2009-11-08 |
| * | | | | irq: Remove unused debug_poll_all_shared_irqs() | Thomas Gleixner | 2009-11-04 |
| * | | | | irq: Fix docbook comments | Liuweni | 2009-11-04 |
| | |_|/
| |/| | |
|
* / | | | genirq: try_one_irq() must be called with irq disabled | Yong Zhang | 2009-11-07 |
|/ / / |
|
* | | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 |
* | | | Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 |
|\ \ \ |
|
| * | | | genirq: Do not mask oneshot edge type interrupts | Thomas Gleixner | 2009-08-27 |
| * | | | genirq: Support nested threaded irq handling | Thomas Gleixner | 2009-08-17 |
| * | | | genirq: Add buslock support | Thomas Gleixner | 2009-08-17 |
| * | | | genirq: Add oneshot support | Thomas Gleixner | 2009-08-17 |
* | | | | irq: Make sure irq_desc for legacy irq get correct node setting | Yinghai Lu | 2009-08-29 |
* | | | | Merge commit 'v2.6.31-rc7' into irq/core | Ingo Molnar | 2009-08-25 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | genirq: Wake up irq thread after action has been installed | Thomas Gleixner | 2009-08-18 |
| |/ / |
|
| * | | genirq: prevent wakeup of freed irq thread | Linus Torvalds | 2009-08-13 |
| * | | x86/irq: Fix move_irq_desc() for nodes without ram | Yinghai Lu | 2009-08-08 |
| * | | genirq: Fix UP compile failure caused by irq_thread_check_affinity | Bruno Premont | 2009-07-22 |