summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-core-v4.5' of git://git.infradead.org/users/jcooper/linux ...Thomas Gleixner2015-12-294-75/+65
|\
| * Merge branch 'irqchip/sunxi' into irqchip/coreJason Cooper2015-12-232-1/+14
| |\
| | * irqchip/sunxi-nmi: Support sun9i A80 NMI controllerChen-Yu Tsai2015-12-031-0/+13
| | * irqchip/sunxi-nmi: Add sun9i-a80 variant to binding docChen-Yu Tsai2015-12-031-1/+1
| | * irqchip/sunxi-nmi: Rename binding doc filename to allwinner,sunxi-nmi.txtChen-Yu Tsai2015-12-031-0/+0
| * | irqchip/renesas-intc-irqpin: Improve clock error handling and reportingGeert Uytterhoeven2015-11-241-12/+33
| * | irqchip/renesas-intc-irqpin: Remove intc_irqpin_priv.number_of_irqsGeert Uytterhoeven2015-11-241-11/+10
| * | irqchip/renesas-intc-irqpin: Remove obsolete platform data supportGeert Uytterhoeven2015-11-242-55/+12
| |/
* | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-298-26/+214
|\ \
| * | irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit2015-12-213-3/+116
| * | irqchip/gic-v2m: Refactor to prepare for ACPI supportSuravee Suthikulpanit2015-12-211-21/+32
| * | irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-213-2/+7
| * | acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit2015-12-214-0/+59
* | | genirq/msi: Export functions to allow MSI domains in modulesJake Oshins2015-12-203-0/+9
* | | Merge branch 'irq/gic-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2015-12-197-32/+86
|\ \ \
| * | | irqchip/gic: Kconfig the number of instancesLinus Walleij2015-12-182-20/+15
| * | | irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier2015-12-161-1/+1
| * | | irqchip/gic-v2m: Fix of_node refcount on errorMarc Zyngier2015-12-161-1/+1
| * | | irqchip/gic: Assign irqchip dynamicallyLinus Walleij2015-12-161-9/+13
| * | | irqchip/gic: Support RealView variant setupLinus Walleij2015-12-164-1/+55
| * | | irqchip/gic: Fix ARM11MPCore GIC bindingsLinus Walleij2015-12-161-0/+1
| |/ /
* | | Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner2015-12-191108-10765/+14778
|\ \ \
| * | | irqchip/mbigen: Implement the mbigen irq chip operation functionsMa Jun2015-12-181-0/+81
| * | | irqchip/mbigen: Create irq domain for each mbigen deviceMa Jun2015-12-181-0/+138
| * | | irqchip/mgigen: Add platform device driver for mbigen deviceMa Jun2015-12-183-0/+87
| * | | dt-bindings: Documents the mbigen bindingsMa Jun2015-12-181-0/+74
| * | | platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier2015-12-162-2/+140
| * | | genirq/msi: Add msi_domain_populate_irqsMarc Zyngier2015-12-162-0/+42
| * | | genirq/msi: Make the .prepare callback reusableMarc Zyngier2015-12-162-3/+19
| * | | irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier2015-12-162-3/+6
| * | | platform-msi: Factor out allocation/free of private dataMarc Zyngier2015-12-161-41/+53
| * | | platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier2015-12-161-12/+20
| |/ /
| * | Linux 4.4-rc5v4.4-rc5Linus Torvalds2015-12-131-1/+1
| * | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-138-28/+28
| * | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-133-13/+14
| |\ \
| | * | SUNRPC: Fix callback channelTrond Myklebust2015-12-073-13/+14
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-133-0/+3
| |\ \ \
| | * | | irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-102-0/+2
| | * | | irqchip/gic-v3: Add missing struct device_node declarationMarc Zyngier2015-12-101-0/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-12-131-1/+1
| |\ \ \ \
| | * | | | clocksource: Mmio: remove artificial 32bit limitationLinus Walleij2015-12-101-1/+1
| * | | | | Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-12-131-9/+4
| |\ \ \ \ \
| | * | | | | fpga manager: Fix firmware resource leak on errorTobias Klauser2015-11-241-3/+1
| | * | | | | fpga manager: remove labelAlan Tull2015-11-241-6/+3
| * | | | | | Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-137-16/+21
| |\ \ \ \ \ \
| | * | | | | | staging: lustre: echo_copy.._lsm() dereferences userland pointers directlyAl Viro2015-12-011-9/+11
| | * | | | | | Merge tag 'iio-fixes-for-4.4b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-306-7/+10
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | iio: adc: spmi-vadc: add missing of_node_putJulia Lawall2015-11-211-1/+3
| | | * | | | | iio: fix some warning messagesDan Carpenter2015-11-212-2/+2
| | | * | | | | iio: light: apds9960: correct ->last_busy countMatt Ranostay2015-11-211-0/+1