summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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-114-1/+241
| | * | | | | | 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
| | * | | | | | dt/bindings: Add bindings for Layerscape SCFG MSIMinghuan Lian2016-05-041-0/+30
| * | | | | | | irqchip/alpine-msi: Don't use <asm-generic/msi.h>Christoph Hellwig2016-05-051-1/+1
| |/ / / / / /
| * | | | | | DT/arm,gic-v3: Documment PPI partition supportMarc Zyngier2016-05-021-2/+32
| * | | | | | irqchip/gic-v3: Add support for partitioned PPIsMarc Zyngier2016-05-022-2/+175
| * | | | | | irqchip: Add per-cpu interrupt partitioning libraryMarc Zyngier2016-05-024-0/+319
| * | | | | | genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-023-1/+30
| * | | | | | irqdomain: Allow domain matching on irq_fwspecMarc Zyngier2016-05-022-10/+24
| * | | | | | genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn2016-05-022-17/+19
| * | | | | | genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn2016-05-022-5/+15
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-1714-28/+354
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | dt-bindings: document the MPS2 timer bindingsVladimir Murzin2016-04-281-0/+28
| * | | | | | | 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
| * | | | | | | time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-222-6/+19
| * | | | | | | security: Introduce security_settime64()Baolin Wang2016-04-224-7/+22
| * | | | | | | clocksource: Add missing include of of.h.David Lechner2016-04-221-0/+1
* | | | | | | | Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-17/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-05-131-5/+4
| * | | | | | | | ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-05-131-12/+14
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-1776-777/+3091
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones2016-05-052-0/+12
| * | | | | | | | | 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
| * | | | | | | | | lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-031-0/+3
| * | | | | | | | | 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-288-48/+95
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| * | | | | | | | | | | crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register()Dan Carpenter2016-04-251-2/+2
| * | | | | | | | | | | crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init()Dan Carpenter2016-04-251-6/+9
| * | | | | | | | | | | crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-04-251-0/+64
| * | | | | | | | | | | crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-251-0/+1
| * | | | | | | | | | | crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
| * | | | | | | | | | | crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski2016-04-202-32/+8