Age | Commit message (Expand) | Author |
2011-06-03 | irq: Handle spurios irq detection for threaded irqs | Sebastian Andrzej Siewior |
2011-03-29 | genirq: Remove compat code | Thomas Gleixner |
2011-03-28 | genirq: Remove handle_IRQ_event | Thomas Gleixner |
2011-03-28 | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data | Thomas Gleixner |
2011-02-25 | genirq: Prepare the handling of shared oneshot interrupts | Thomas Gleixner |
2011-02-25 | genirq: Make warning in handle_percpu_event useful | Thomas Gleixner |
2011-02-22 | genirq: Use the correct variable for note_interrupt | Thomas Gleixner |
2011-02-19 | genirq: Force wrapped access to desc->status in core code | Thomas Gleixner |
2011-02-19 | genirq: Move IRQ_PENDING flag to core | Thomas Gleixner |
2011-02-19 | genirq: Add IRQ_INPROGRESS to core | Thomas Gleixner |
2011-02-19 | genirq: Simplify handle_irq_event() | Thomas Gleixner |
2011-02-19 | genirq: Implement handle_irq_event() | Thomas Gleixner |
2011-02-19 | genirq: Warn when handler enables interrupts | Thomas Gleixner |
2011-01-21 | genirq: Remove __do_IRQ | Thomas Gleixner |
2010-10-12 | genirq: Distangle kernel/irq/handle.c | Thomas Gleixner |
2010-10-04 | genirq: Provide config option to disable deprecated code | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->startup() | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->disable()/shutdown() | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->enable() | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->ack() | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->unmask() | Thomas Gleixner |
2010-10-04 | genirq: Provide compat handling for chip->mask() | Thomas Gleixner |
2010-10-04 | genirq: Add new functions to dummy chips | Thomas Gleixner |
2010-10-04 | genirq: Convert core code to irq_data | Thomas Gleixner |
2010-10-04 | genirq: Create irq_data | Thomas Gleixner |
2010-04-13 | genirq: Run irq handlers with interrupts disabled | Ingo Molnar |
2010-02-17 | 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 |
2009-12-14 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan |
2009-08-29 | irq: Make sure irq_desc for legacy irq get correct node setting | Yinghai Lu |
2009-06-12 | irq: slab alloc for default irq_affinity | Yinghai Lu |
2009-06-11 | irq: use kcalloc() instead of the bootmem allocator | Pekka Enberg |
2009-06-11 | irq/cpumask: make memoryless node zero happy | Yinghai Lu |
2009-06-10 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-05-23 | sparseirq: Allow early irq_desc allocation | Paul Mundt |
2009-05-12 | Merge branch 'x86/apic' into irq/numa | Ingo Molnar |
2009-05-07 | Merge branch 'linus' into tracing/core | Ingo Molnar |
2009-05-01 | Revert "genirq: assert that irq handlers are indeed running in hardirq context" | Thomas Gleixner |
2009-04-29 | tracing: fix build failure on s390 | Heiko Carstens |
2009-04-28 | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu |
2009-04-28 | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu |
2009-04-28 | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout | Yinghai Lu |
2009-04-14 | tracing/events: move trace point headers into include/trace/events | Steven Rostedt |
2009-04-14 | tracing: create automated trace defines | Steven Rostedt |
2009-04-06 | Merge branch 'linus' into irq/threaded | Ingo Molnar |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar |
2009-03-24 | genirq: threaded irq handlers review fixups | Thomas Gleixner |