summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-042-1/+3
| | * genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
| | * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-049-25/+41
| | * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-044-4/+28
| | * genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-042-10/+4
| * | Merge tag 'irqchip-core-4.8-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-07-023-0/+253
| |\ \
| | * \ Merge branch 'irqchip/aspeed' into irqchip/coreJason Cooper2016-07-023-0/+253
| | |\ \
| | | * | irqchip/aspeed-vic: Add irq controller for AspeedBenjamin Herrenschmidt2016-06-222-0/+231
| | | * | doc/devicetree: Add Aspeed VIC bindingsJoel Stanley2016-06-221-0/+22
| * | | | Merge tag 'irqchip-core-4.8' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-06-2312-45/+53
| |\| | |
| | * | | Merge branch 'irqchip/misc' into irqchip/coreJason Cooper2016-06-2311-42/+51
| | |\ \ \
| | | * | | irqchip/s3c24xx: Fixup IO accessors for big endianBen Dooks2016-06-231-18/+18
| | | * | | irqchip/exynos-combiner: Fix usage of __raw IOBen Dooks2016-06-231-7/+7
| | | * | | irqchip/vic: Make vic_syscore_ops and vic_of_init staticBen Dooks2016-06-131-2/+3
| | | * | | irqchip/omap-intc: Fix missing <linux/irqchip/irq-omap-intc.h> includeBen Dooks2016-06-131-0/+2
| | | * | | irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>Ben Dooks2016-06-131-0/+1
| | | * | | irqchip/brcmstb-l2: Make of probe function staticBen Dooks2016-06-131-2/+2
| | | * | | irqchip/bcm7120-l2: Make probe functions staticBen Dooks2016-06-131-5/+5
| | | * | | irqchip/bcm2836: Make bcm2836_smp_boot_secondary staticBen Dooks2016-06-131-2/+2
| | | * | | irqchip/armada-370-xp: Make syscore_ops staticBen Dooks2016-06-131-1/+1
| | | * | | irqchip/tegra: Fix sparse warnings on __iomemBen Dooks2016-06-131-2/+2
| | | * | | irqchip/sirfsoc: Fix sparse warnings on __iomemBen Dooks2016-06-131-3/+8
| | | |/ /
| | * / / irqchip: bcm2835: Avoid arch/arm-specific handle_IRQEric Anholt2016-06-042-3/+2
| | |/ /
| * | | irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter2016-06-231-2/+6
| * | | x86/PCI/VMD: Use untracked irq handlerKeith Busch2016-06-181-1/+1
| * | | genirq: Add untracked irq handlerKeith Busch2016-06-184-4/+59
| * | | irqchip/mips-gic: Populate irq_domain namesHarvey Hunt2016-06-141-0/+3
| * | | Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-1315-204/+698
| |\ \ \
| | * | | irqchip/gicv3-its: Implement two-level(indirect) device table supportShanker Donthineni2016-06-132-17/+93
| | * | | irqchip/gicv3-its: Remove an unused argument 'node_name'Shanker Donthineni2016-06-131-2/+2
| | * | | irqchip/gicv3-its: Split its_alloc_tables() into two functionsShanker Donthineni2016-06-132-116/+127
| | * | | irqchip/gicv3-its: Add a new function for parsing device table BASERnShanker Donthineni2016-06-131-23/+26
| | * | | irqchip/gicv3-its: Introduce two helper functions for accessing BASERnShanker Donthineni2016-06-131-4/+20
| | * | | irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter2016-06-135-4/+233
| | * | | dt-bindings: arm-gic: Add documentation for Tegra210 AGICJon Hunter2016-06-131-1/+2
| | * | | irqchip/gic: Prepare for adding platform driverJon Hunter2016-06-133-9/+14
| | * | | irqchip/gic: Add helper function for chip initialisationJon Hunter2016-06-131-14/+27
| | * | | irqchip/gic: Isolate early GIC initialisation codeJon Hunter2016-06-131-23/+32
| | * | | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-134-1/+75
| | * | | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-132-5/+21
| | * | | genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier2016-06-131-0/+7
| | * | | genirq: Look-up trigger type if not specified by callerJon Hunter2016-06-131-0/+7
| | * | | irqdomain: Fix handling of type settings for existing mappingsJon Hunter2016-06-131-5/+32
| * | | | genirq: Remove unnecessary memset() callsWeongyo Jeong2016-06-101-3/+0
| * | | | genirq: Remove redundant NULL check of irq_descJianyu Zhan2016-06-101-5/+1
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-25111-1208/+2460
|\ \ \ \
| * | | | tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1
| * | | | clockevents: Make clockevents_subsys staticBen Dooks2016-07-191-1/+1
| * | | | clocksource/drivers/time-armada-370-xp: Fix return value checkAnna-Maria Gleixner2016-07-121-1/+1
| * | | | Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2016-07-0779-621/+1628
| |\ \ \ \