summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-173-9/+5
|\
| * Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-17328-1802/+3451
| |\
| * | lustre: don't need to lock inode in directory lseekAl Viro2016-05-091-3/+1
| * | Merge getxattr prototype change into work.lookupsAl Viro2016-05-032-6/+4
| |\ \
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-6/+4
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-1715-135/+1229
|\ \ \ \
| * | | | irqchip/bcm2836: Use a more generic memory barrier callEric Anholt2016-05-111-1/+1
| * | | | irqchip/bcm2836: Fix compiler warning on 64-bit buildEric Anholt2016-05-111-1/+1
| * | | | irqchip/bcm2836: Drop smp_set_ops on arm64 buildsEric Anholt2016-05-111-1/+5
| * | | | irqchip/gic: Add helper functions for GIC setup and teardownJon Hunter2016-05-111-19/+42
| * | | | irqchip/gic: Store GIC configuration parametersJon Hunter2016-05-111-49/+65
| * | | | irqchip/gic: Pass GIC pointer to save/restore functionsJon Hunter2016-05-111-35/+39
| * | | | irqchip/gic: Return an error if GIC initialisation failsJon Hunter2016-05-111-26/+73
| * | | | irqchip/gic: Remove static irq_chip definition for eoimode1Jon Hunter2016-05-111-16/+6
| * | | | irqchip/gic: Don't initialise chip if mapping IO space failsJon Hunter2016-05-111-2/+6
| * | | | irqchip/gic: WARN if setting the interrupt type for a PPI failsJon Hunter2016-05-111-4/+12
| * | | | irqchip/gic: Don't unnecessarily write the IRQ configurationJon Hunter2016-05-111-2/+6
| * | | | irqchip: Mask the non-type/sense bits when translating an IRQJon Hunter2016-05-112-2/+2
| * | | | irqchip/gic-v3: Configure all interrupts as non-secure Group-1Marc Zyngier2016-05-111-0/+12
| * | | | irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratumRay Jui2016-05-111-2/+17
| * | | | irqchip/irq-alpine-msi: Don't use <asm-generic/msi.h>Christoph Hellwig2016-05-111-1/+1
| * | | | irqchip/mbigen: Checking for IS_ERR() instead of NULLDan Carpenter2016-05-111-2/+2
| * | | | irqchip/gicv3-its: Don't allow devices whose ID is outside rangeShanker Donthineni2016-05-111-4/+38
| * | | | irqchip: Add LPC32xx interrupt controller driverVladimir Zapolskiy2016-05-112-0/+239
| * | | | irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon2016-05-112-0/+15
| * | | | irqchip: Add Layerscape SCFG MSI controller supportMinghuan Lian2016-05-043-0/+246
| * | | | irqchip/gic-v3: Add support for partitioned PPIsMarc Zyngier2016-05-022-2/+175
| * | | | irqchip: Add per-cpu interrupt partitioning libraryMarc Zyngier2016-05-023-0/+260
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-176-15/+284
|\ \ \ \ \
| * | | | | clocksource/drivers/tegra: Remove unused suspend/resume codeThierry Reding2016-04-281-14/+0
| * | | | | clockevents/driversi/mps2: add MPS2 Timer driverVladimir Murzin2016-04-283-0/+282
| * | | | | clocksource/drivers/mtk_timer: Add __init attributeJulia Lawall2016-04-281-1/+1
| * | | | | clockevents/drivers/dw_apb_timer: Implement ->set_state_oneshot_stopped()Jisheng Zhang2016-04-281-0/+1
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-1753-614/+2657
|\ \ \ \ \ \
| * | | | | | crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk2016-05-131-6/+3
| * | | | | | crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-05-101-1/+1
| * | | | | | crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo2016-05-101-0/+20
| * | | | | | crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-032-2/+2
| * | | | | | crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-031-3/+2
| * | | | | | crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2016-05-032-4/+14
| * | | | | | crypto: qat - Fix typo in commentsTadeusz Struk2016-05-031-2/+2
| * | | | | | crypto: omap-sham - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-17/+8
| * | | | | | crypto: omap-des - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-51/+17
| * | | | | | crypto: omap-aes - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-46/+16
| * | | | | | crypto: omap-des - Integrate with the crypto engine frameworkBaolin Wang2016-05-032-54/+44
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-05-031-2/+11
| |\ \ \ \ \ \
| * | | | | | | crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski2016-04-281-3/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-286-40/+87
| |\ \ \ \ \ \ \
| * | | | | | | | crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski2016-04-251-14/+39
| * | | | | | | | crypto: s5p-sss - Use common BIT macroKrzysztof Kozlowski2016-04-251-48/+47