aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2009-09-11Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-29irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu
2009-08-27genirq: Do not mask oneshot edge type interruptsThomas Gleixner
2009-08-25Merge commit 'v2.6.31-rc7' into irq/coreIngo Molnar
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner
2009-08-17genirq: Add buslock supportThomas Gleixner
2009-08-17genirq: Add oneshot supportThomas Gleixner
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds
2009-08-09irq: Remove superfluous NULL pointer check in check_irq_resend()Bartlomiej Zolnierkiewicz
2009-08-08x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu
2009-08-04irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner
2009-07-05genirq: Fix comment describing suspend_device_irqs()Rafael J. Wysocki
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt
2009-05-12genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-01x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner
2009-04-29tracing: fix build failure on s390Heiko Carstens
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu
2009-04-28irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-14x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar
2009-04-03irq: fix cpumask memory leak on offstack cpumask kernelsYinghai Lu
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-24genirq: threaded irq handlers review fixupsThomas Gleixner
2009-03-24genirq: add support for threaded interrupts to devresArjan van de Ven
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner
2009-03-23Merge branch 'cpus4096' into irq/threadedThomas Gleixner
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar
2009-03-13genirq: deprecate __do_IRQThomas Gleixner
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner
2009-03-13genirq: remove redundant if conditionThomas Gleixner
2009-03-12irq: export remove_irq() and setup_irq() symbolsMagnus Damm
2009-03-12irq: match remove_irq() args with setup_irq()Magnus Damm