summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2-61/+11
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe1-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe4-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe5-0/+91
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe4-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe1-2/+1
2022-10-21hwrng: stm32 - fix read of the last wordTomas Marek1-1/+1
2022-10-21hwrng: stm32 - fix number of returned bytes on readTomas Marek1-2/+4
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu1-3/+3
2022-10-21hwrng: mtk - add mt7986 supportMingming.Su1-2/+3
2022-10-21crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2022-10-21crypto: tcrypt - fix return value for multiple subtestsRobert Elliott1-128/+128
2022-10-21crypto: ixp4xx - Fix sparse warningsHerbert Xu1-5/+5
2022-10-21hwrng: npcm - Add NPCM8XX supportTomer Maimon1-4/+10
2022-10-21dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible stringTomer Maimon1-1/+3
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King1-2/+2
2022-10-21crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello1-1/+10
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2022-10-21crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can1-7/+0
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem2-15/+35
2022-10-21crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-10-21crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie1-2/+2
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang1-1/+0
2022-10-21crypto: ccm - use local variables instead of indirect referencesTianjia Zhang1-1/+1
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian1-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian1-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian1-2/+2
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang1-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-10-21crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedNathan Huckleberry1-5/+14
2022-10-17Linux 6.1-rc1Linus Torvalds1-2/+2
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds185-421/+378
2022-10-17Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds36-71/+1265
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-11/+18
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds18-129/+1831
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds23-726/+922
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa1-8/+11
2022-10-16lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor1-2/+7