summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski
2024-12-14crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski
2024-12-14crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski
2024-12-14crypto: qce - shrink code with devres clk helpersBartosz Golaszewski
2024-12-14crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski
2024-12-14crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski
2024-12-14crypto: qce - fix goto jump in error pathBartosz Golaszewski
2024-12-10crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASKHerbert Xu
2024-12-10MAINTAINERS: Move rhashtable over to linux-cryptoHerbert Xu
2024-12-10crypto: caam - use JobR's space to access page 0 regsGaurav Jain
2024-12-10dt-bindings: crypto: qcom-qce: document the QCS8300 crypto engineYuvaraj Ranganathan
2024-12-10dt-bindings: crypto: ice: document the qcs8300 inline crypto engineYuvaraj Ranganathan
2024-12-10dt-bindings: crypto: qcom,prng: document QCS8300Yuvaraj Ranganathan
2024-12-10crypto: hisilicon/zip - support new error reportWeili Qian
2024-12-10crypto: hisilicon/zip - add data aggregation featureWeili Qian
2024-12-10crypto: api - Call crypto_schedule_test outside of mutexHerbert Xu
2024-12-10crypto: api - Fix boot-up self-test raceHerbert Xu
2024-12-10crypto: tegra - do not transfer req when tegra init failsChen Ridong
2024-12-10crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problemChenghai Huang
2024-12-10crypto: rsassa-pkcs1 - Copy source data for SG listHerbert Xu
2024-12-08Linux 6.13-rc2v6.13-rc2Linus Torvalds
2024-12-08Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner
2024-12-07Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-12-07Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-07Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-06Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...Simona Vetter
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-12-06Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-06Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-06Merge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2024-12-06Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson
2024-12-06Merge branch 'fixes-for-lpm-trie'Alexei Starovoitov
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao