aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: call cancel_work_sync from irq_set_affinity_notifierPrasad Sodagudi2016-02-291-0/+3
* Merge tag 'lsk-v3.18-15.12-android' into 'msm-3.18'Kaushal Kumar2016-02-115-23/+93
|\
| * genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2015-11-071-0/+16
| * genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2015-11-071-10/+10
| * genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-11-061-5/+13
| * genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2015-11-061-0/+6
| * PCI/MSI: Move cached entry functions to irq coreJiang Liu2015-11-061-0/+13
| * genirq: Provide default callbacks for msi_domain_opsJiang Liu2015-11-061-8/+103
| * genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2015-11-061-0/+75
| * genirq: Add generic msi irq domain supportJiang Liu2015-11-063-0/+152
| * genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier2015-11-061-1/+24
| * irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2015-11-061-0/+36
| * irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2015-11-061-2/+80
| * genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2015-11-061-0/+21
| * genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2015-11-061-0/+2
| * genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2015-11-061-0/+26
| * genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2015-11-061-0/+48
| * genirq: Introduce helper functions to support stacked irq_chipJiang Liu2015-11-061-0/+28
| * irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2015-11-061-9/+18
| * irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2015-11-063-16/+407
| * genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-271-2/+17
| * genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-08-271-5/+13
* | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2015-12-091-0/+48
* | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2015-12-091-0/+36
* | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2015-12-091-2/+80
* | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2015-12-091-9/+18
* | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2015-12-091-0/+6
* | PCI/MSI: Move cached entry functions to irq coreJiang Liu2015-11-101-0/+13
* | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2015-11-101-0/+2
* | genirq: Provide default callbacks for msi_domain_opsJiang Liu2015-11-101-8/+103
* | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2015-11-101-0/+75
* | genirq: Add generic msi irq domain supportJiang Liu2015-11-103-0/+152
* | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2015-11-101-0/+26
* | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2015-11-101-0/+28
* | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2015-11-101-0/+21
* | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2015-11-053-16/+407
* | Merge tag 'v3.18.18' into msm-3.18Matt Wagantall2015-07-141-2/+2
|\|
| * genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-07-031-2/+2
* | Merge tag 'v3.18.4' into msm-3.18Matt Wagantall2015-07-143-1/+77
|\|
| * genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-273-1/+77
* | genirq: chip: set pending only for edge interruptsAbhijeet Dharmapurikar2015-05-301-1/+2
* | genirq: fix handle_nested_irq for lazy disableAbhijeet Dharmapurikar2015-05-301-0/+7
* | genirq: Add irq_set_pendingRohit Vaswani2015-05-301-0/+13
* | irq: display the wakeup depth and disable depth of an irqAbhijeet Dharmapurikar2015-05-301-0/+43
* | genirq: implement read_irq_line for interrupt linesAbhijeet Dharmapurikar2015-05-301-0/+26
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * irqchips: Replace __this_cpu_ptr usesChristoph Lameter2014-08-261-1/+1
* | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-094-97/+195
|\ \
| * \ Merge branch 'pm-genirq'Rafael J. Wysocki2014-10-074-97/+195
| |\ \
| | * | genirq: Simplify wakeup mechanismThomas Gleixner2014-09-013-27/+50