aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-17sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu
2010-02-17irq: Remove unnecessary bootmem codeYinghai Lu
2010-02-15tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König
2010-02-11devres/irq: Fix devm_irq_match commentJean Delvare
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-02-05devres: typo fix s/dev/devm/Baruch Siach
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-04tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König
2009-12-04fix kerneldoc for set_irq_msi()Liuweni
2009-11-20genirq: Fix spurious irq seqfile conversionThomas Gleixner
2009-11-18genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang
2009-11-04irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner
2009-11-04irq: Fix docbook commentsLiuweni
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
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