aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner1-0/+16
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier1-0/+91
2015-04-08genirq: MSI: Fix freeing of unallocated MSIMarc Zyngier1-2/+9
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2-2/+12
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier1-0/+16
2015-03-05Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new changesIngo Molnar1-7/+4
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2-2/+12
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra1-2/+34
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-7/+4
2015-02-09genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg1-1/+2
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg1-0/+2
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+77
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-21/+1024
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-0/+6
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu1-0/+13
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu1-8/+103
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu1-0/+75
2014-11-23genirq: Add generic msi irq domain supportJiang Liu3-0/+152
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier1-1/+24
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+36
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-2/+80
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+21
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+2
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+28
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen1-9/+18
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu3-16/+407
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee1-0/+16
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-10/+10
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-97/+195
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+45
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki4-97/+195
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2-0/+45
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner3-27/+50
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner1-0/+5
2014-09-01genirq: Create helper for flow handler entry checkThomas Gleixner1-28/+20
2014-09-01genirq: Distangle edge handler entryThomas Gleixner1-10/+29
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner1-6/+7
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner1-12/+9
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner1-6/+3
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner3-0/+50
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner3-31/+45
2014-08-28genirq: fix reference in devm_request_threaded_irq commentEmilio López1-1/+1
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter1-1/+1
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé1-0/+1
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+4