summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: vmx - convert to skcipher APIEric Biggers2019-05-305-345/+252
* crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-305-65/+5
* hwrng: meson - update with SPDX Licence identifierNeil Armstrong2019-05-301-51/+1
* crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-233-23/+39
* crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-05-231-2/+2
* crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-05-231-2/+2
* crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-05-231-0/+4
* crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2019-05-231-11/+4
* crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2019-05-231-4/+4
* crypto: ccp - AES CFB mode is a stream cipherHook, Gary2019-05-231-3/+3
* crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-233-2/+17
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-234-39/+15
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-2310-277/+208
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-236-37/+147
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-234-1/+14
* crypto: qat - do not offload zero length requestsGiovanni Cabiddu2019-05-231-0/+6
* crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu2019-05-231-4/+19
* crypto: qat - return proper error code in setkeyGiovanni Cabiddu2019-05-231-65/+108
* crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu2019-05-231-1/+1
* crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2019-05-232-12/+61
* crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad2019-05-231-0/+3
* crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng2019-05-231-13/+3
* Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-1937-66/+53
|\
| * treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-184-6/+6
| * media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1830-49/+47
| * media: remove unneeded header search pathsMasahiro Yamada2019-05-187-11/+0
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-191-13/+105
|\ \
| * | i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-171-0/+44
| * | i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit2019-05-171-13/+61
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-199-133/+174
|\ \ \
| * | | misc: atmel_tclib: Do not probe already used TCBsAlexandre Belloni2019-05-021-0/+3
| * | | clocksource/drivers/timer-atmel-tcb: Convert tc_clksrc_suspend|resume() to st...kbuild test robot2019-05-021-2/+2
| * | | clocksource/drivers/tcb_clksrc: Rename the file for consistencyAlexandre Belloni2019-05-022-1/+1
| * | | clocksource/drivers/timer-atmel-pit: Rework Kconfig optionAlexandre Belloni2019-05-021-1/+4
| * | | clocksource/drivers/tcb_clksrc: Move Kconfig optionAlexandre Belloni2019-05-022-14/+7
| * | | clocksource/drivers/tcb_clksrc: Use tcb as sched_clockAlexandre Belloni2019-05-021-0/+16
| * | | clocksource/drivers/tcb_clksrc: Stop depending on atmel_tclibAlexandre Belloni2019-05-022-52/+70
| * | | ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni2019-05-023-3/+3
| * | | clocksource/drivers/timer-milbeaut: Cleanup common register accessesSugaya Taichi2019-05-021-23/+39
| * | | clocksource/drivers/timer-milbeaut: Add shutdown functionSugaya Taichi2019-05-021-0/+10
| * | | clocksource/drivers/timer-milbeaut: Fix to enable one-shot timerSugaya Taichi2019-05-021-0/+2
| * | | clocksource/drivers/tegra: Rework for compensation of suspend timeJoseph Lo2019-05-021-43/+20
| * | | clocksource/drivers/sp804: Add COMPILE_TEST to CONFIG_ARM_TIMER_SP804David Abdurachmanov2019-05-021-1/+1
| * | | clocksource/drivers/sun4i: Add a compatible for sunivMesih Kilinc2019-05-021-1/+4
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1923-219/+2105
|\ \ \ \
| * | | | iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall2019-05-031-20/+0
| * | | | irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg()Julien Grall2019-05-031-2/+8
| * | | | irqchip/ls-scfg-msi: Don't map the MSI page in ls_scfg_msi_compose_msg()Julien Grall2019-05-031-1/+6