summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser
2023-05-24crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu
2023-05-24crypto: cmac - Add support for cloningHerbert Xu
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu
2023-05-24crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu
2023-05-24crypto: aegis128-neon - add header for internal prototypesArnd Bergmann
2023-05-24crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu
2023-05-22crypto: starfive - Fix driver dependenciesJia Jie Ho
2023-05-19crypto: arm64/sha256-glue - Include module.hHerbert Xu
2023-05-19crypto: starfive - Add hash and HMAC supportJia Jie Ho
2023-05-19crypto: starfive - Add crypto engine supportJia Jie Ho
2023-05-19dt-bindings: crypto: Add StarFive crypto moduleJia Jie Ho
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta
2023-05-19crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa
2023-05-12crypto: engine - Fix struct crypto_engine_op docDavid Yang
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang
2023-05-12crypto: jitter - add interface for gathering of raw entropyStephan Müller
2023-05-12crypto: jitter - replace LFSR with SHA3-256Stephan Müller
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-05-12crypto: ixp4xx - silence uninitialized variable warningDan Carpenter
2023-05-12crypto: arm/sha512-neon - Fix clang function cast warningsHerbert Xu
2023-05-12crypto: arm/sha256-neon - Fix clang function cast warningsHerbert Xu
2023-05-12crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA
2023-05-07Linux 6.4-rc1Linus Torvalds
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-07Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-05-07Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-06dmapool: link blocks across pagesKeith Busch
2023-05-06dmapool: don't memset on free twiceKeith Busch
2023-05-06dmapool: simplify freeingKeith Busch
2023-05-06dmapool: consolidate page initializationKeith Busch
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch
2023-05-06dmapool: move debug code to own functionsKeith Busch
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby