aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
2014-03-22genirq: Export symbol no_action()Alexander Shiyan
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2014-02-27genirq: Include missing header file in irqdomain.cRashika Kheria
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-02-19genirq: Update the a comment typoChuansheng Liu
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner
2014-02-19genirq: Provide synchronize_hardirq()Thomas Gleixner
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-25irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-28genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely
2013-10-18irq: Fix some trivial typos in commentsXie XiuQi
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-05genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-28genirq: Add the generic chip to the genirq docbookThomas Gleixner
2013-06-28genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-06-25irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas
2013-06-24genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan
2013-06-24irq: fix checkpatch errorKefeng Wang
2013-06-24irqdomain: Include hwirq number in /proc/interruptsGrant Likely
2013-06-24irqdomain: make irq_linear_revmap() a fast path againGrant Likely
2013-06-24irqdomain: remove irq_domain_generate_simple()Grant Likely
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely
2013-06-18irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König
2013-06-18irqdomain: Remove temporary MIPS workaround codeGrant Likely