index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-30
crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()
Yue Haibing
1
-1
/
+0
2024-08-30
crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure
Pavan Kumar Paluri
1
-0
/
+2
2024-08-29
s390/pkey: Introduce pkey base with handler registry and handler modules
Harald Freudenberger
1
-7
/
+68
2024-08-24
crypto: octeontx2 - Fix authenc setkey
Herbert Xu
1
-164
/
+90
2024-08-24
crypto: octeontx - Fix authenc setkey
Herbert Xu
1
-168
/
+93
2024-08-24
crypto: spacc - Fixed return to CRYPTO_OK
Pavitrakumar M
2
-5
/
+3
2024-08-24
crypto: spacc - Fix counter width checks
Pavitrakumar M
1
-16
/
+19
2024-08-24
crypto: qat - fix "Full Going True" macro definition
Svyatoslav Pankratov
1
-1
/
+1
2024-08-24
crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()
Dan Carpenter
1
-0
/
+2
2024-08-24
crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()
Dan Carpenter
1
-2
/
+2
2024-08-24
crypto: spacc - Fix uninitialized variable in spacc_aead_process()
Dan Carpenter
1
-3
/
+1
2024-08-24
crypto: spacc - Use crypto_authenc_extractkeys
Herbert Xu
1
-24
/
+9
2024-08-24
crypto: spacc - Add a new line in spacc_open()
Dan Carpenter
1
-1
/
+2
2024-08-24
crypto: spacc - Fix off by one in spacc_isenabled()
Dan Carpenter
1
-1
/
+1
2024-08-24
crypto: spacc - Fix bounds checking on spacc->job[]
Dan Carpenter
1
-4
/
+4
2024-08-24
crypto: ccp - Add additional information about an SEV firmware upgrade
Tom Lendacky
1
-2
/
+11
2024-08-24
crypto: keembay - fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-17
crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swap
Kuan-Wei Chiu
1
-9
/
+1
2024-08-17
crypto: octeontx - Remove custom swap function in favor of built-in sort swap
Kuan-Wei Chiu
1
-10
/
+2
2024-08-17
crypto: nx - Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+3
2024-08-17
crypto: qat - Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+2
2024-08-13
crypto: spacc - Add ifndef around MIN
Stephen Rothwell
1
-0
/
+3
2024-08-10
crypto: caam/qi* - Use cpumask_var_t instead of cpumask_t
Herbert Xu
2
-16
/
+32
2024-08-10
crypto: spacc - Enable Driver compilation in crypto Kconfig and Makefile
Pavitrakumar M
2
-0
/
+2
2024-08-10
crypto: spacc - Add SPAcc Kconfig and Makefile
Pavitrakumar M
2
-0
/
+111
2024-08-10
crypto: spacc - Add SPAcc aead support
Pavitrakumar M
1
-0
/
+1260
2024-08-10
crypto: spacc - Add SPAcc ahash support
Pavitrakumar M
1
-0
/
+914
2024-08-10
crypto: spacc - Enable SPAcc AUTODETECT
Pavitrakumar M
1
-1
/
+1384
2024-08-10
crypto: spacc - Add SPAcc Skcipher support
Pavitrakumar M
9
-0
/
+4683
2024-08-02
crypto: iaa - Fix potential use after free bug
Dan Carpenter
1
-2
/
+2
2024-08-02
crypto: qat - allow disabling SR-IOV VFs
Michal Witwicki
1
-66
/
+128
2024-08-02
crypto: qat - ensure correct order in VF restarting handler
Michal Witwicki
1
-3
/
+6
2024-08-02
crypto: qat - fix recovery flow for VFs
Michal Witwicki
3
-0
/
+17
2024-08-02
crypto: qat - disable IOV in adf_dev_stop()
Michal Witwicki
1
-2
/
+2
2024-08-02
crypto: qat - preserve ADF_GENERAL_SEC
Adam Guerin
17
-61
/
+60
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+36
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-19
/
+12
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
36
-251
/
+1003
2024-07-17
crypto: ccp: Add the SNP_VLEK_LOAD command
Michael Roth
1
-0
/
+36
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio_crypto: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-19
/
+12
2024-07-13
crypto: mxs-dcp - Ensure payload is zero when using key slot
David Gstir
1
-1
/
+2
2024-07-06
crypto: starfive - Fix nent assignment in rsa dec
Jia Jie Ho
2
-3
/
+1
2024-07-06
crypto: starfive - Align rsa input data to 32-bit
Jia Jie Ho
2
-5
/
+10
2024-07-06
crypto: qat - fix unintentional re-enabling of error interrupts
Hareshx Sankar Raj
2
-3
/
+9
2024-07-06
crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()
Nivas Varadharajan Mugunthakumar
1
-2
/
+4
2024-07-06
crypto: sun8i-ce - add Allwinner H616 support
Andre Przywara
1
-0
/
+26
2024-07-06
crypto: sun8i-ce - wrap accesses to descriptor address fields
Andre Przywara
6
-12
/
+27
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2024-07-04
crypto: caam: Unembed net_dev structure in dpaa2
Breno Leitao
2
-4
/
+26
[prev]
[next]