Age | Commit message (Expand) | Author | Files | Lines |
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-10 | 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-14 | 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-28 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 1 | -22/+35 |
2009-01-27 | cpumask fallout: Initialize irq_default_affinity earlier | David Daney | 1 | -0/+16 |
2009-01-12 | x86: arch_probe_nr_irqs | Yinghai Lu | 1 | -7/+2 |
2009-01-11 | cpumask, irq: non-x86 build failures | Mike Travis | 1 | -0/+5 |
2009-01-11 | kstat: modify kstat_irqs_legacy to be variable sized | Mike Travis | 1 | -3/+7 |
2009-01-11 | irq: initialize nr_irqs based on nr_cpu_ids | Mike Travis | 1 | -0/+3 |
2009-01-11 | irq: allocate irq_desc_ptrs array based on nr_irqs | Mike Travis | 1 | -2/+9 |
2009-01-11 | irq: use WARN() instead of WARN_ON(). | Mike Travis | 1 | -3/+2 |
2009-01-11 | irq: change references from NR_IRQS to nr_irqs | Mike Travis | 1 | -5/+9 |
2009-01-11 | cpumask: fix bug in use cpumask_var_t in irq_desc | Mike Travis | 1 | -7/+1 |
2009-01-11 | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 1 | -12/+14 |
2009-01-11 | sparseirq: make some func to be used with genirq | Yinghai Lu | 1 | -3/+4 |
2008-12-29 | sparseirq: work around __weak alias bug | Ingo Molnar | 1 | -5/+0 |
2008-12-27 | sparseirq: fix hang with !SPARSE_IRQ | Yinghai Lu | 1 | -0/+15 |
2008-12-27 | sparseirq: set lock_class for legacy irq when sparse_irq is selected | Yinghai Lu | 1 | -0/+1 |
2008-12-27 | sparseirq: work around compiler optimizing away __weak functions | Yinghai Lu | 1 | -3/+4 |
2008-12-27 | sparseirq: fix desc->lock init | Ingo Molnar | 1 | -0/+2 |
2008-12-26 | sparseirq: remove duplicated arch_early_irq_init() | Yinghai Lu | 1 | -4/+0 |
2008-12-26 | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro | 1 | -3/+0 |