summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-19/+10
|\
| * genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7
| * genirq/msi: Fix populating multiple interruptsJohn Keeping2017-09-061-2/+3
* | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\ \ | |/ |/|
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-049-38/+549
|\ \
| * \ Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-08-311-2/+12
| |\ \
| | * | genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier2017-08-231-2/+12
| * | | genirq/proc: Avoid uninitalized variable warningThomas Gleixner2017-08-251-2/+2
| * | | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter2017-08-251-2/+2
| * | | genirq: Fix semicolon.cocci warningskbuild test robot2017-08-251-1/+1
| * | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-183-30/+313
| |\ \ \
| | * | | irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-181-0/+169
| | * | | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
| | * | | irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
| | * | | genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-182-0/+110
| | * | | genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-181-0/+3
| * | | | genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier2017-08-181-1/+1
| * | | | genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier2017-08-181-1/+49
| * | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-163-0/+170
| |\ \ \ \ | | |/ / /
| | * | | genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski2017-08-161-0/+43
| | * | | genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski2017-08-163-0/+127
| | |/ /
| * | | genirq: Fix for_each_action_of_desc() macroMasahiro Yamada2017-08-141-1/+1
| |/ /
* | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
* | | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
|/ /
* | genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner2017-07-271-2/+7
* | genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-173-10/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-10/+53
|\ \ | |/ |/|
| * genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-095-26/+62
|\ \ | |/
| * irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier2017-07-071-0/+16
| * genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner2017-07-071-2/+1
| * genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano2017-07-061-5/+10
| * genirq/timings: Move free timings out of spinlocked regionThomas Gleixner2017-07-041-2/+3
| * genirq: Move irq resource handling out of spinlocked regionThomas Gleixner2017-07-041-8/+15
| * genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-042-0/+9
| * genirq: Move bus locking into __setup_irq()Thomas Gleixner2017-07-041-8/+5
| * genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven2017-07-041-1/+1
| * genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott2017-07-041-1/+3
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+12
|\ \
| * | PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez2017-05-221-1/+12
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-033-3/+3
|\ \ \ | |_|/ |/| |
| * | irq: update genericirq book locationMauro Carvalho Chehab2017-05-163-3/+3
| |/
* | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
* | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
* | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-242-0/+358
* | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-246-0/+129
* | genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-242-8/+6
* | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-222-43/+14
OpenPOWER on IntegriCloud