aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-08x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu1-2/+2
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner3-9/+46
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu1-1/+1
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt1-4/+14
2009-05-12genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt1-1/+1
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar1-2/+0
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar2-5/+2
2009-05-01x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu1-1/+1
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner1-2/+0
2009-04-29tracing: fix build failure on s390Heiko Carstens1-2/+0
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu3-42/+24
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu3-11/+23
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu4-20/+5
2009-04-28irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2-4/+7
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-4/+3
2009-04-14x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh1-3/+2
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar5-7/+112
2009-04-03irq: fix cpumask memory leak on offstack cpumask kernelsYinghai Lu1-0/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+6
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki4-7/+106
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar7-39/+74
2009-03-24genirq: threaded irq handlers review fixupsThomas Gleixner2-15/+31
2009-03-24genirq: add support for threaded interrupts to devresArjan van de Ven1-6/+10
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner2-14/+209
2009-03-23Merge branch 'cpus4096' into irq/threadedThomas Gleixner7-39/+74
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2-78/+111
2009-03-13genirq: deprecate __do_IRQThomas Gleixner1-0/+5
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner1-3/+1
2009-03-13genirq: remove redundant if conditionThomas Gleixner1-1/+1
2009-03-12irq: export remove_irq() and setup_irq() symbolsMagnus Damm1-0/+2
2009-03-12irq: match remove_irq() args with setup_irq()Magnus Damm1-9/+17
2009-03-12irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm1-13/+26
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar7-40/+76
2009-03-03genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra1-0/+2
2009-03-02Merge branch 'linus' into irq/genirqIngo Molnar4-10/+25
2009-02-26tracing, genirq: add irq enter and exit trace eventsJason Baron1-0/+6
2009-02-17irq: name 'p' variables a bit betterIngo Molnar1-11/+11
2009-02-17irq: further clean up the free_irq() code flowIngo Molnar1-7/+4
2009-02-15irq: refactor and clean up the free_irq() code flowIngo Molnar1-47/+54
2009-02-15irq: clean up manage.cIngo Molnar1-6/+7
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar6-29/+48