Age | Commit message (Expand) | Author | Files | Lines |
2009-07-21 | genirq: Delegate irq affinity setting to the irq thread | Thomas Gleixner | 3 | -9/+46 |
2009-06-20 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
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-13 | genirq: fix comment to say IRQ_WAKE_THREAD | Steven Rostedt | 1 | -1/+1 |
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 | 2 | -5/+2 |
2009-05-01 | x86/irq: use move_irq_desc() in create_irq_nr() | Yinghai Lu | 1 | -1/+1 |
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 | 3 | -42/+24 |
2009-04-28 | irq: only update affinity if ->set_affinity() is sucessfull | Yinghai Lu | 3 | -11/+23 |
2009-04-28 | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu | 4 | -20/+5 |
2009-04-28 | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout | Yinghai Lu | 2 | -4/+7 |
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-14 | x86, irq: Remove IRQ_DISABLED check in process context IRQ move | Pallipadi, Venkatesh | 1 | -3/+2 |
2009-04-09 | Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe... | Linus Torvalds | 1 | -0/+1 |
2009-04-06 | Merge branch 'linus' into irq/threaded | Ingo Molnar | 5 | -7/+112 |
2009-04-03 | irq: fix cpumask memory leak on offstack cpumask kernels | Yinghai Lu | 1 | -0/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+6 |
2009-03-30 | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 4 | -7/+106 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 7 | -39/+74 |
2009-03-24 | genirq: threaded irq handlers review fixups | Thomas Gleixner | 2 | -15/+31 |
2009-03-24 | genirq: add support for threaded interrupts to devres | Arjan van de Ven | 1 | -6/+10 |
2009-03-24 | genirq: add threaded interrupt handler support | Thomas Gleixner | 2 | -14/+209 |
2009-03-23 | Merge branch 'cpus4096' into irq/threaded | Thomas Gleixner | 7 | -39/+74 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2 | -78/+111 |
2009-03-13 | genirq: deprecate __do_IRQ | Thomas Gleixner | 1 | -0/+5 |
2009-03-13 | genirq: use kzalloc instead of explicit zero initialization | Thomas Gleixner | 1 | -3/+1 |
2009-03-13 | genirq: remove redundant if condition | Thomas Gleixner | 1 | -1/+1 |
2009-03-12 | irq: export remove_irq() and setup_irq() symbols | Magnus Damm | 1 | -0/+2 |
2009-03-12 | irq: match remove_irq() args with setup_irq() | Magnus Damm | 1 | -9/+17 |
2009-03-12 | irq: add remove_irq() for freeing of setup_irq() irqs | Magnus Damm | 1 | -13/+26 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 7 | -40/+76 |
2009-03-03 | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra | 1 | -0/+2 |
2009-03-03 | Merge branch 'linus' into irq/genirq | Ingo Molnar | 4 | -10/+25 |
2009-02-26 | tracing, genirq: add irq enter and exit trace events | Jason Baron | 1 | -0/+6 |
2009-02-17 | irq: name 'p' variables a bit better | Ingo Molnar | 1 | -11/+11 |
2009-02-17 | irq: further clean up the free_irq() code flow | Ingo Molnar | 1 | -7/+4 |
2009-02-15 | irq: refactor and clean up the free_irq() code flow | Ingo Molnar | 1 | -47/+54 |
2009-02-15 | irq: clean up manage.c | Ingo Molnar | 1 | -6/+7 |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 6 | -29/+48 |
2009-02-13 | irq: use GFP_KERNEL for action allocation in request_irq() | Johannes Weiner | 1 | -1/+1 |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2 | -1/+8 |
2009-02-09 | kernel/irq: fix sparse warning: make symbol static | Hannes Eder | 1 | -5/+5 |
2009-02-09 | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu | 2 | -17/+14 |