Age | Commit message (Expand) | Author | Files | Lines |
2011-01-21 | genirq: Remove __do_IRQ | Thomas Gleixner | 1 | -111/+0 |
2010-10-12 | genirq: Distangle kernel/irq/handle.c | Thomas Gleixner | 1 | -331/+2 |
2010-10-04 | genirq: Provide config option to disable deprecated code | Thomas Gleixner | 1 | -2/+7 |
2010-10-04 | genirq: Provide compat handling for chip->startup() | Thomas Gleixner | 1 | -7/+0 |
2010-10-04 | genirq: Provide compat handling for chip->disable()/shutdown() | Thomas Gleixner | 1 | -4/+0 |
2010-10-04 | genirq: Provide compat handling for chip->enable() | Thomas Gleixner | 1 | -2/+0 |
2010-10-04 | genirq: Provide compat handling for chip->ack() | Thomas Gleixner | 1 | -10/+0 |
2010-10-04 | genirq: Provide compat handling for chip->unmask() | Thomas Gleixner | 1 | -1/+0 |
2010-10-04 | genirq: Provide compat handling for chip->mask() | Thomas Gleixner | 1 | -1/+0 |
2010-10-04 | genirq: Add new functions to dummy chips | Thomas Gleixner | 1 | -17/+42 |
2010-10-04 | genirq: Convert core code to irq_data | Thomas Gleixner | 1 | -8/+8 |
2010-10-04 | genirq: Create irq_data | Thomas Gleixner | 1 | -20/+19 |
2010-04-13 | genirq: Run irq handlers with interrupts disabled | Ingo Molnar | 1 | -3/+0 |
2010-02-18 | sparseirq: Use radix_tree instead of ptrs array | Yinghai Lu | 1 | -24/+25 |
2010-02-18 | sparseirq: Change irq_desc_ptrs to static | Yinghai Lu | 1 | -1/+6 |
2010-02-18 | irq: Remove unnecessary bootmem code | Yinghai Lu | 1 | -11/+3 |
2009-12-15 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 1 | -11/+11 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-08-29 | irq: Make sure irq_desc for legacy irq get correct node setting | Yinghai Lu | 1 | -1/+4 |
2009-06-12 | irq: slab alloc for default irq_affinity | Yinghai Lu | 1 | -1/+1 |
2009-06-11 | irq: use kcalloc() instead of the bootmem allocator | Pekka Enberg | 1 | -1/+1 |
2009-06-11 | irq/cpumask: make memoryless node zero happy | Yinghai Lu | 1 | -4/+5 |
2009-06-11 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+1 |
2009-05-23 | sparseirq: Allow early irq_desc allocation | Paul Mundt | 1 | -4/+14 |
2009-05-12 | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 1 | -2/+0 |
2009-05-07 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -2/+0 |
2009-05-01 | Revert "genirq: assert that irq handlers are indeed running in hardirq context" | Thomas Gleixner | 1 | -2/+0 |
2009-04-29 | tracing: fix build failure on s390 | Heiko Carstens | 1 | -2/+0 |
2009-04-28 | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu | 1 | -17/+11 |
2009-04-28 | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu | 1 | -7/+2 |
2009-04-28 | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout | Yinghai Lu | 1 | -3/+6 |
2009-04-15 | tracing/events: move trace point headers into include/trace/events | Steven Rostedt | 1 | -1/+1 |
2009-04-14 | tracing: create automated trace defines | Steven Rostedt | 1 | -4/+3 |
2009-04-06 | Merge branch 'linus' into irq/threaded | Ingo Molnar | 1 | -0/+6 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+6 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -21/+33 |
2009-03-24 | genirq: threaded irq handlers review fixups | Thomas Gleixner | 1 | -5/+24 |
2009-03-24 | genirq: add threaded interrupt handler support | Thomas Gleixner | 1 | -1/+30 |
2009-03-23 | Merge branch 'cpus4096' into irq/threaded | Thomas Gleixner | 1 | -21/+33 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 1 | -0/+7 |
2009-03-13 | genirq: deprecate __do_IRQ | Thomas Gleixner | 1 | -0/+5 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 1 | -22/+35 |
2009-03-03 | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra | 1 | -0/+2 |
2009-02-26 | tracing, genirq: add irq enter and exit trace events | Jason Baron | 1 | -0/+6 |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 1 | -12/+20 |
2009-02-09 | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu | 1 | -9/+11 |
2009-02-09 | irq: clear kstat_irqs | Yinghai Lu | 1 | -0/+5 |
2009-01-30 | Merge branch 'linus' into core/percpu | Ingo Molnar | 1 | -0/+16 |
2009-01-29 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 1 | -22/+35 |
2009-01-28 | cpumask fallout: Initialize irq_default_affinity earlier | David Daney | 1 | -0/+16 |