1. be9c336 crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlock by Kuan-Wei Chiu · 8 days ago master
  2. 407f8cf crypto: img-hash - use devm_clk_get_enabled() helpers by Chunhai Guo · 9 days ago
  3. eb7bb0b crypto: atmel - use devm_clk_get_prepared() helpers by Chunhai Guo · 9 days ago
  4. 24cc57d padata: Honor the caller's alignment in case of chunk_size 0 by Kamlesh Gurudasani · 10 days ago
  5. c7de6ee dt-bindings: crypto: fsl,sec-v4.0: add second register space for rtic by Frank Li · 10 days ago
  6. 866ff78 hwrng: rockchip - handle devm_pm_runtime_enable errors by Martin Kaiser · 10 days ago
  7. 9c27970 hwrng: rockchip - rst is used only during probe by Martin Kaiser · 10 days ago
  8. 065c547 hwrng: mxc-rnga - Use devm_clk_get_enabled() helpers by Huan Yang · 12 days ago
  9. f716045 crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx() by Yue Haibing · 12 days ago
  10. 652e01b crypto: amlogic - Remove unused declaration meson_enqueue() by Yue Haibing · 12 days ago
  11. 60f911c crypto: ccp - Remove unused declaration sp_get_master() by Yue Haibing · 12 days ago
  12. 5b6f4cd crypto: octeontx - Remove unused declaration otx_cpt_callback() by Yue Haibing · 12 days ago
  13. 106990f crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue() by Yue Haibing · 12 days ago
  14. f132386 crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr() by Yue Haibing · 12 days ago
  15. 9a7db81 crypto: tools/ccp - Remove unused variable by Zhu Jun · 12 days ago
  16. 7f60adf crypto: jitter - Use min() to simplify jent_read_entropy() by Thorsten Blum · 12 days ago
  17. ce3d2d6 crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure by Pavan Kumar Paluri · 2 weeks ago
  18. 3c44d31 crypto: simd - Do not call crypto_alloc_tfm during registration by Herbert Xu · 2 weeks ago
  19. 37da5d0 crypto: api - Do not wait for tests during registration by Herbert Xu · 2 weeks ago
  20. 96ad595 crypto: api - Remove instance larval fulfilment by Herbert Xu · 2 weeks ago
  21. 7ccb750 crypto: octeontx2 - Fix authenc setkey by Herbert Xu · 2 weeks ago
  22. 311eea7 crypto: octeontx - Fix authenc setkey by Herbert Xu · 2 weeks ago
  23. 87a3fcf crypto: spacc - Fixed return to CRYPTO_OK by Pavitrakumar M · 2 weeks ago
  24. 58bf991 crypto: spacc - Fix counter width checks by Pavitrakumar M · 2 weeks ago
  25. 694a6f5 crypto: qat - fix "Full Going True" macro definition by Svyatoslav Pankratov · 2 weeks ago
  26. 3b1c9df crypto: spacc - Check for allocation failure in spacc_skcipher_fallback() by Dan Carpenter · 2 weeks ago
  27. 8bc1bfa crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback() by Dan Carpenter · 2 weeks ago
  28. c32f08d crypto: spacc - Fix uninitialized variable in spacc_aead_process() by Dan Carpenter · 2 weeks ago
  29. f036dd5 crypto: spacc - Use crypto_authenc_extractkeys by Herbert Xu · 2 weeks ago
  30. c76c9ec crypto: spacc - Add a new line in spacc_open() by Dan Carpenter · 2 weeks ago
  31. 5d22d37 crypto: spacc - Fix off by one in spacc_isenabled() by Dan Carpenter · 2 weeks ago
  32. b63483b3 crypto: spacc - Fix bounds checking on spacc->job[] by Dan Carpenter · 2 weeks ago
  33. 142a794 crypto: ccp - Add additional information about an SEV firmware upgrade by Tom Lendacky · 2 weeks ago
  34. 3363c46 crypto: x86/sha256 - Add parentheses around macros' single arguments by Fangrui Song · 3 weeks ago
  35. 86c85d6 crypto: keembay - fix module autoloading by Liao Chen · 3 weeks ago
  36. 95a798d crypto: jitter - set default OSR to 3 by Stephan Mueller · 3 weeks ago
  37. 8e84a65 crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swap by Kuan-Wei Chiu · 3 weeks ago
  38. a304393 crypto: octeontx - Remove custom swap function in favor of built-in sort swap by Kuan-Wei Chiu · 3 weeks ago
  39. 5a72a244 crypto: rsa - Check MPI allocation errors by Herbert Xu · 3 weeks ago
  40. 560efa7 crypto: dh - Check mpi_rshift errors by Herbert Xu · 3 weeks ago
  41. 8e3a67f crypto: lib/mpi - Add error checks to extension by Herbert Xu · 3 weeks ago
  42. fca5cb4 Revert "lib/mpi: Extend the MPI library" by Herbert Xu · 3 weeks ago
  43. f235bc1 crypto: arm/aes-neonbs - go back to using aes-arm directly by Eric Biggers · 3 weeks ago
  44. 9a22b28 padata: use integer wrap around to prevent deadlock on seq_nr overflow by VanGiang Nguyen · 3 weeks ago
  45. f2f853e crypto: nx - Use static_assert() to check struct sizes by Gustavo A. R. Silva · 3 weeks ago
  46. 8caa061 crypto: qat - Use static_assert() to check struct sizes by Gustavo A. R. Silva · 3 weeks ago
  47. 9369693a crypto: arm64/poly1305 - move data to rodata section by Jia He · 4 weeks ago
  48. 18e2188 crypto: chacha20poly1305 - Annotate struct chachapoly_ctx with __counted_by() by Thorsten Blum · 4 weeks ago
  49. 2d6213b crypto: spacc - Add ifndef around MIN by Stephen Rothwell · 3 weeks ago
  50. 0014124 crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt() by Eric Biggers · 4 weeks ago
  51. 4b7acc8 hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume by Gaosheng Cui · 4 weeks ago
  52. d57e2f7 hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init by Gaosheng Cui · 4 weeks ago
  53. da4fe68 Revert "lib/mpi: Introduce ec implementation to MPI library" by Herbert Xu · 4 weeks ago
  54. dcf4fef hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoC by Aurelien Jarno · 5 weeks ago
  55. 16fd38a dt-bindings: rng: Add Rockchip RK3568 TRNG by Aurelien Jarno · 5 weeks ago
  56. f5903f5 crypto: caam/qi* - Use cpumask_var_t instead of cpumask_t by Herbert Xu · 5 weeks ago
  57. 9d3a7ff hwrng: cn10k - Enable by default CN10K driver if Thunder SoC is enabled by Francesco Dolcini · 5 weeks ago
  58. fc61c65 crypto: spacc - Enable Driver compilation in crypto Kconfig and Makefile by Pavitrakumar M · 5 weeks ago
  59. cb67c92 crypto: spacc - Add SPAcc Kconfig and Makefile by Pavitrakumar M · 5 weeks ago
  60. 06af76b crypto: spacc - Add SPAcc aead support by Pavitrakumar M · 5 weeks ago
  61. 9f1a7ab4 crypto: spacc - Add SPAcc ahash support by Pavitrakumar M · 5 weeks ago
  62. 8ebb14d crypto: spacc - Enable SPAcc AUTODETECT by Pavitrakumar M · 5 weeks ago
  63. c8981d9 crypto: spacc - Add SPAcc Skcipher support by Pavitrakumar M · 5 weeks ago
  64. b0cd6f4 Revert "crypto: arm64/poly1305 - move data to rodata section" by Herbert Xu · 4 weeks ago
  65. e0d3b84 crypto: iaa - Fix potential use after free bug by Dan Carpenter · 5 weeks ago
  66. 2fc9905 crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macro by Jeff Johnson · 6 weeks ago
  67. ca88a2b crypto: qat - allow disabling SR-IOV VFs by Michal Witwicki · 7 weeks ago
  68. cd8d2d7 crypto: qat - ensure correct order in VF restarting handler by Michal Witwicki · 7 weeks ago
  69. 6f1b523 crypto: qat - fix recovery flow for VFs by Michal Witwicki · 7 weeks ago
  70. b6c7d36 crypto: qat - disable IOV in adf_dev_stop() by Michal Witwicki · 7 weeks ago
  71. 4e190a5 crypto: qat - preserve ADF_GENERAL_SEC by Adam Guerin · 7 weeks ago
  72. 47d9625 crypto: arm64/poly1305 - move data to rodata section by Jia He · 7 weeks ago
  73. ab9a244 crypto: xor - fix template benchmarking by Helge Deller · 8 weeks ago
  74. 8400291 Linux 6.11-rc1 by Linus Torvalds · 5 weeks ago
  75. a0c04bd Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 weeks ago
  76. 017fa3e minmax: simplify and clarify min_t()/max_t() implementation by Linus Torvalds · 5 weeks ago
  77. 4477b39 minmax: add a few more MIN_T/MAX_T users by Linus Torvalds · 5 weeks ago
  78. 7e2d0ba Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 weeks ago
  79. 3415b10 kbuild: Fix '-S -c' in x86 stack protector scripts by Nathan Chancellor · 5 weeks ago
  80. 92a286e ubi: Fix ubi_init() ubiblock_exit() section mismatch by Richard Weinberger · 7 weeks ago
  81. e172f1e Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 5 weeks ago
  82. e62f81b Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 5 weeks ago
  83. 7b5d481 Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 5 weeks ago
  84. d01c140 kbuild: rpm-pkg: ghost modules.weakdep file by Jose Ignacio Tornos Martinez · 5 weeks ago
  85. 5437f30 Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 weeks ago
  86. 6342649c Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux by Linus Torvalds · 5 weeks ago
  87. 8c93074 Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux by Linus Torvalds · 5 weeks ago
  88. bc4eee8 Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 5 weeks ago
  89. 910bfc2 Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 5 weeks ago
  90. ff30564 Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 5 weeks ago
  91. 86b405a Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 5 weeks ago
  92. 8e33379 Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 5 weeks ago
  93. bf80f13 Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 weeks ago
  94. b465ed2 Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux by Linus Torvalds · 5 weeks ago
  95. 0421621 Merge tag 'firewire-fixes-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 5 weeks ago
  96. ab11658 Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 weeks ago
  97. 560e805 Merge tag 'regulator-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 weeks ago
  98. 8f3f759 Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 5 weeks ago
  99. de5f4fb Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 weeks ago
  100. c85e149 Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 5 weeks ago