summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: caam - add Queue Interface v2 error codesHoria Geantă2018-09-213-4/+79
| * | crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă2018-09-213-0/+908
| * | crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-09-211-14/+14
| * | soc: fsl: dpio: add back some frame queue functionsHoria Geantă2018-09-211-0/+58
| * | bus: fsl-mc: add support for dpseci device typeHoria Geantă2018-09-211-0/+5
| * | crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-12/+12
| * | crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala2018-09-211-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-211-2/+2
| |\ \
| * | | crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala2018-09-148-30/+236
| * | | dm: Remove VLA usage from hashesKees Cook2018-09-142-7/+21
| * | | crypto: atmel - switch to SPDX license identifiersTudor Ambarus2018-09-046-47/+6
| * | | crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-041-5/+41
| * | | crypto: qat - Remove VLA usageKees Cook2018-09-041-2/+6
| * | | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-044-253/+217
| * | | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-042-241/+208
| * | | crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-044-327/+20
| * | | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11
* | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-10-259-74/+157
|\ \ \ \
| * | | | tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-10-051-1/+1
| * | | | tpm: add support for nonblocking operationTadeusz Struk2018-10-056-45/+137
| * | | | tpm: add ptr to the tpm_space struct to file_privTadeusz Struk2018-10-054-25/+12
| * | | | tpm: Make SECURITYFS a weak dependencyPeter Huewe2018-10-051-1/+1
| * | | | tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-10-051-1/+2
| * | | | tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2018-10-052-2/+5
| |/ / /
* | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-12/+7
|\ \ \ \
| * | | | clean erofs_lookup()Al Viro2018-10-101-12/+7
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-258-169/+944
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-10-0610-170/+1029
| |\ \ \ \ \
| | * | | | | irqchip/gic: Unify GIC priority definitionsJulien Thierry2018-10-031-1/+1
| | * | | | | irqchip/gic-v3: Remove acknowledge loopJulien Thierry2018-10-031-34/+31
| | * | | | | irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI)Miquel Raynal2018-10-021-34/+105
| | * | | | | irqchip/irq-mvebu-sei: Add new driver for Marvell SEIMiquel Raynal2018-10-023-0/+511
| | * | | | | irqchip/irq-mvebu-icu: Support ICU subnodesMiquel Raynal2018-10-021-16/+57
| | * | | | | irqchip/irq-mvebu-icu: Disociate ICU and NSRMiquel Raynal2018-10-021-25/+32
| | * | | | | irqchip/irq-mvebu-icu: Clarify the reset operation of configured interruptsMiquel Raynal2018-10-021-2/+6
| | * | | | | irqchip/irq-mvebu-icu: Fix wrong private data retrievalMiquel Raynal2018-10-021-1/+1
| | * | | | | genirq/msi: Allow creation of a tree-based irqdomain for platform-msiMarc Zyngier2018-10-021-6/+8
| | * | | | | irqchip/pdc: Setup all edge interrupts as rising edge at GICLina Iyer2018-10-021-0/+1
| | * | | | | irqchip/gic-v3-its: Allow use of LPI tables in reserved memoryMarc Zyngier2018-10-021-5/+38
| | * | | | | irqchip/gic-v3-its: Register LPI tables with EFI config tableMarc Zyngier2018-10-021-0/+12
| | * | | | | irqchip/gic-v3-its: Check that all RDs have the same property tableMarc Zyngier2018-10-021-0/+9
| | * | | | | irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernelsMarc Zyngier2018-10-021-0/+8
| | * | | | | irqchip/gic-v3-its: Allow use of pre-programmed LPI tablesMarc Zyngier2018-10-021-12/+61
| | * | | | | irqchip/gic-v3-its: Keep track of property table's PA and VAMarc Zyngier2018-10-021-10/+13
| | * | | | | irqchip/gic-v3-its: Move pending table allocation to init timeMarc Zyngier2018-10-021-28/+52
| | * | | | | irqchip/gic-v3-its: Split property table clearing from allocationMarc Zyngier2018-10-021-7/+10
| | * | | | | irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usageMarc Zyngier2018-10-021-7/+3
| | * | | | | irqchip/gic-v3-its: Change initialization ordering for LPIsMarc Zyngier2018-10-021-8/+12
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-2523-113/+100
|\ \ \ \ \ \ \
| * | | | | | | clocksource/drivers/dw_apb: Add reset controlDinh Nguyen2018-10-071-0/+12