aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2015-12-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.03-rtlsk-v4.1-16.02-rtlsk-v4.1-16.01-rtlsk-v4.1-15.12-rtKevin Hilman
2015-11-08Merge remote-tracking branch 'origin/v4.1/topic/pcie-junor1' into linux-linar...Alex Shi
2015-11-02Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-10-22genirq: Fix race in register_irq_proc()Ben Hutchings
2015-10-15genirq/irqdomain: Allow irq domain aliasingMarc Zyngier
2015-09-21genirq: Handle force threading of interrupts with primary and thread handlerThomas Gleixner
2015-09-19Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-09-13genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko
2015-09-13genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko
2015-08-16Merge tag 'v4.1.5' into linux-4.1.y-rtSebastian Andrzej Siewior
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner
2015-07-25Merge tag 'v4.1.3' into linux-4.1.y-rtSebastian Andrzej Siewior
2015-07-21genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin
2015-04-24genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier
2015-04-08genirq: MSI: Fix freeing of unallocated MSIMarc Zyngier
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier
2015-03-05Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new c...Ingo Molnar
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-09genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg
2015-01-01random: Make it work on rtThomas Gleixner
2015-01-01genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2015-01-01genirq: Do not invoke the affinity callback via a workqueue on RTSebastian Andrzej Siewior
2015-01-01genirq: Force interrupt thread on RTThomas Gleixner
2015-01-01genirq: Disable irqpoll on -rtIngo Molnar
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu
2014-11-23genirq: Add generic msi irq domain supportJiang Liu
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee