index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
ioprio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
1
-13
/
+21
2023-12-08
crypto: sahara - avoid skcipher fallback code duplication
Ovidiu Panait
1
-60
/
+25
2023-12-08
crypto: sahara - remove unused error field in sahara_dev
Ovidiu Panait
1
-8
/
+3
2023-12-08
crypto: sahara - fix error handling in sahara_hw_descriptor_create()
Ovidiu Panait
1
-5
/
+3
2023-12-08
crypto: sahara - fix processing requests with cryptlen < sg->length
Ovidiu Panait
1
-2
/
+7
2023-12-08
crypto: sahara - fix ahash selftest failure
Ovidiu Panait
1
-1
/
+1
2023-12-08
crypto: sahara - fix cbc selftest failure
Ovidiu Panait
1
-2
/
+31
2023-12-08
crypto: sahara - remove FLAGS_NEW_KEY logic
Ovidiu Panait
1
-21
/
+13
2023-12-08
crypto: safexcel - Add error handling for dma_map_sg() calls
Nikita Zhandarovich
1
-8
/
+11
2023-12-08
hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
Yang Yingliang
1
-0
/
+1
2023-12-08
crypto: octeontx2 - By default allocate one CPT LF per CPT VF
Bharat Bhushan
2
-2
/
+2
2023-12-08
crypto: qat - add NULL pointer check
Giovanni Cabiddu
1
-0
/
+3
2023-12-08
crypto: qat - fix mutex ordering in adf_rl
Damian Muszynski
1
-2
/
+2
2023-12-08
crypto: qat - fix error path in add_update_sla()
Damian Muszynski
1
-2
/
+1
2023-12-08
crypto: af_alg - Disallow multiple in-flight AIO requests
Herbert Xu
2
-1
/
+16
2023-12-08
MAINTAINERS: update SEC2/HPRE driver maintainers list
Longfang Liu
1
-1
/
+1
2023-12-08
crypto: ccp - fix memleak in ccp_init_dm_workarea
Dinghao Liu
1
-1
/
+4
2023-12-01
crypto: sa2ul - Return crypto_aead_setkey to transfer the error
Chen Ni
1
-2
/
+1
2023-12-01
crypto: hisilicon/qm - add comments and remove redundant array element
Weili Qian
1
-1
/
+10
2023-12-01
crypto: hisilicon/qm - simplify the status of qm
Weili Qian
7
-127
/
+25
2023-12-01
crypto: hisilicon/sgl - small cleanups for sgl.c
Weili Qian
1
-5
/
+7
2023-12-01
crypto: hisilicon/zip - add zip comp high perf mode configuration
Chenghai Huang
1
-0
/
+65
2023-12-01
crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-12-01
crypto: qat - add sysfs_added flag for rate limiting
Damian Muszynski
2
-0
/
+9
2023-12-01
crypto: qat - add sysfs_added flag for ras
Damian Muszynski
2
-1
/
+7
2023-12-01
hwrng: starfive - Fix dev_err_probe return error
Jia Jie Ho
1
-1
/
+1
2023-12-01
crypto: virtio - Handle dataq logic with tasklet
Gonglei (Arei)
2
-10
/
+15
2023-12-01
crypto: starfive - Pad adata with zeroes
Jia Jie Ho
1
-2
/
+4
2023-11-24
dt-bindings: crypto: convert Inside Secure SafeXcel to the json-schema
Rafał Miłecki
2
-40
/
+86
2023-11-24
crypto: starfive - RSA poll csr for done status
Jia Jie Ho
3
-45
/
+22
2023-11-24
crypto: starfive - Update driver dependencies
Jia Jie Ho
1
-1
/
+1
2023-11-17
hwrng: virtio - remove #ifdef guards for PM functions
Martin Kaiser
1
-6
/
+2
2023-11-17
crypto: jh7110 - Correct deferred probe return
Chanho Park
1
-7
/
+3
2023-11-17
crypto: x86/sha256 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-11-17
crypto: x86/sha1 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-11-17
crypto: qat - prevent underflow in rp2srv_store()
Dan Carpenter
1
-1
/
+2
2023-11-17
crypto: drbg - Remove SHA1 from drbg
Dimitri John Ledkov
2
-37
/
+4
2023-11-17
crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftests
Dimitri John Ledkov
1
-6
/
+6
2023-11-17
crypto: drbg - update FIPS CTR self-checks to aes256
Dimitri John Ledkov
1
-3
/
+3
2023-11-17
crypto: drbg - ensure most preferred type is FIPS health checked
Dimitri John Ledkov
1
-2
/
+4
2023-11-17
crypto: rsa - add a check for allocation failure
Dan Carpenter
1
-0
/
+2
2023-11-17
crypto: shash - don't exclude async statuses from error stats
Eric Biggers
1
-5
/
+1
2023-11-17
crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()
Eric Biggers
1
-21
/
+4
2023-11-17
crypto: hisilicon/qm - remove incorrect type cast
Weili Qian
2
-52
/
+52
2023-11-17
crypto: hisilicon/qm - print device abnormal information
Weili Qian
1
-6
/
+16
2023-11-17
crypto: n2 - Silence gcc format-truncation false positive warnings
Herbert Xu
1
-2
/
+7
2023-11-17
crypto: marvell/cesa - Silence gcc format-truncation false positive warnings
Herbert Xu
1
-3
/
+3
2023-11-17
crypto: ccree - Silence gcc format-truncation false positive warnings
Herbert Xu
2
-6
/
+14
2023-11-17
hwrng: ingenic - Replace of_device.h with explicit of.h include
Rob Herring
1
-1
/
+1
2023-11-17
crypto: lib/aesgcm - Add kernel docs for aesgcm_mac
Sagar Vashnav
1
-0
/
+13
[next]