summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-0316-534/+542
|\
| * cpufreq: Fix up conversion to hotplug state machineSebastian Andrzej Siewior2016-09-201-0/+1
| * cpufreq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+12
| * ACPI/processor: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-46/+49
| * virtio scsi: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-27/+49
| * oprofile/timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+23
| * MIPS/BUS/CDMM: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-58/+12
| * cpuidle/coupled: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-44/+31
| * cpuidle/powernv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+24
| * cpuidle/pseries: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+24
| * md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-58/+30
| * net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-89/+143
| * net/virtio-net: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-021-24/+86
| * bus/arm-ccn: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-33/+21
| * bus/arm-cci: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-27/+18
| * arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior2016-09-021-26/+18
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0321-171/+1252
|\ \
| * \ Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-09-226-7/+306
| |\ \
| | * | irqchip/keystone: Fix typo "sporious" -> "spurious"Colin Ian King2016-09-011-1/+1
| | * | Merge branch 'irqchip/mvebu64' into irqchip/coreJason Cooper2016-08-233-0/+201
| | |\ \
| | | * | irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PICThomas Petazzoni2016-08-223-0/+201
| | * | | Merge branch 'irqchip/jcore' into irqchip/coreJason Cooper2016-08-233-0/+103
| | |\ \ \
| | | * | | irqchip/jcore-aic: Fix non static symbol warningWei Yongjun2016-08-221-1/+2
| | | * | | irqchip/jcore-aic: Add J-Core AIC driverRich Felker2016-08-083-0/+102
| | | |/ /
| | * / / irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton2016-08-221-6/+1
| | |/ /
| * | | drivers/irqchip: Add STM32 external interrupts supportAlexandre TORGUE2016-09-213-0/+206
| * | | irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsPaul Burton2016-09-201-6/+1
| * | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-20113-906/+1385
| |\ \ \
| * \ \ \ Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-09-153-62/+105
| |\ \ \ \
| | * | | | pci/msi: Retrieve affinity for a vectorThomas Gleixner2016-09-141-0/+31
| | * | | | genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2016-09-141-56/+72
| | * | | | genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner2016-09-143-8/+4
| * | | | | irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initializationTomasz Nowicki2016-09-121-0/+44
| * | | | | irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPITomasz Nowicki2016-09-121-15/+29
| * | | | | irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki2016-09-122-1/+61
| * | | | | irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki2016-09-122-32/+40
| * | | | | irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki2016-09-121-23/+34
| * | | | | PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI tableTomasz Nowicki2016-09-121-3/+8
| * | | | | ACPI: Add new IORT functions to support MSI domain handlingTomasz Nowicki2016-09-121-0/+152
| * | | | | ACPI: I/O Remapping Table (IORT) initial supportTomasz Nowicki2016-09-126-0/+231
| * | | | | irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie2016-09-121-1/+1
| * | | | | irqchip/gic-pm: Update driver to use of_pm_clk_add_clkJon Hunter2016-09-121-18/+5
| * | | | | irqchip/gic-v3: Reset BPR during initializationDaniel Thompson2016-09-121-0/+8
| * | | | | irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier2016-09-121-9/+27
| |/ / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-035-126/+174
|\ \ \ \ \
| * | | | | clocksource/drivers/ti-32k: Prevent ftrace recursionJisheng Zhang2016-09-221-1/+1
| * | | | | clocksource/mips-gic-timer: Stop checking cpu_has_counterPaul Burton2016-09-201-1/+1
| * | | | | clocksource/mips-gic-timer: Print an error if IRQ setup failsPaul Burton2016-09-201-1/+4
| * | | | | clocksource/drivers/oxnas: Add OX820 compatibleNeil Armstrong2016-09-121-0/+2
| * | | | | clocksource/drivers/timer-atmel-pit: Simplify IRQ handlerAlexandre Belloni2016-09-121-8/+3