summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCsBhupesh Sharma2023-06-021-0/+6
| * | | crypto: qat - move dbgfs init to separate fileDamian Muszynski2023-06-0213-62/+156
| * | | crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-022-2/+2
| * | | crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
| * | | hwrng: cn10k - Add extended trng register supportBharat Bhushan2023-06-021-4/+59
| * | | crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann2023-06-021-1/+1
| * | | crypto: ccp - Add support for PCI device 0x156EJohn Allen2023-06-021-0/+15
| * | | crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello2023-06-021-0/+28
| * | | crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello2023-06-021-0/+5
| * | | crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers2023-05-241-0/+3
| * | | crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2023-05-242-3/+3
| * | | hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser2023-05-241-1/+1
| * | | hwrng: imx-rngc - mark the probe function as __initMartin Kaiser2023-05-241-1/+1
| * | | hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser2023-05-241-10/+10
| * | | hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser2023-05-241-2/+2
| * | | hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser2023-05-241-8/+3
| * | | crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu2023-05-241-5/+7
| * | | crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
| * | | crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-242-0/+25
| * | | crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
| * | | crypto: aegis128-neon - add header for internal prototypesArnd Bergmann2023-05-243-11/+19
| * | | crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu2023-05-241-3/+2
| * | | crypto: starfive - Fix driver dependenciesJia Jie Ho2023-05-221-2/+1
| * | | crypto: arm64/sha256-glue - Include module.hHerbert Xu2023-05-191-1/+2
| * | | crypto: starfive - Add hash and HMAC supportJia Jie Ho2023-05-195-4/+1003
| * | | crypto: starfive - Add crypto engine supportJia Jie Ho2023-05-197-0/+294
| * | | dt-bindings: crypto: Add StarFive crypto moduleJia Jie Ho2023-05-191-0/+70
| * | | crypto: caam - Fix soc_id matchingPankaj Gupta2023-05-191-4/+13
| * | | crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo2023-05-191-1/+1
| * | | crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu2023-05-192-68/+55
| * | | crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu2023-05-192-7/+1
| * | | hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu2023-05-121-5/+5
| * | | crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa2023-05-1210-38/+261
| * | | crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa2023-05-123-2/+98
| * | | crypto: engine - Fix struct crypto_engine_op docDavid Yang2023-05-121-1/+1
| * | | hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang2023-05-126-54/+53
| * | | crypto: jitter - add interface for gathering of raw entropyStephan Müller2023-05-125-1/+333
| * | | crypto: jitter - replace LFSR with SHA3-256Stephan Müller2023-05-124-120/+219
| * | | crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-122-6/+6
| * | | crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-123-1/+11
| * | | crypto: ixp4xx - silence uninitialized variable warningDan Carpenter2023-05-121-1/+1
| * | | crypto: arm/sha512-neon - Fix clang function cast warningsHerbert Xu2023-05-121-7/+5
| * | | crypto: arm/sha256-neon - Fix clang function cast warningsHerbert Xu2023-05-121-7/+5
| * | | crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu2023-05-121-7/+5
| * | | hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu2023-05-121-6/+8
| * | | crypto: caam - refactor RNG initializationHoria GeantA2023-05-122-91/+115
| |/ /
* | | xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2023-06-302-2/+14
* | | Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-06-3024-146/+654
|\ \ \
| * | | vfio/mdev: Move the compat_class initialization to module initEric Farman2023-06-271-9/+14
| * | | vfio/cdx: add support for CDX busNipun Gupta2023-06-1612-2/+320