summaryrefslogtreecommitdiffstats
path: root/block/ioprio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-12-08crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2023-12-08crypto: sahara - remove unused error field in sahara_devOvidiu Panait1-8/+3
2023-12-08crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2023-12-08crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2023-12-08crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2023-12-08crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2023-12-08crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang1-0/+1
2023-12-08crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2-2/+2
2023-12-08crypto: qat - add NULL pointer checkGiovanni Cabiddu1-0/+3
2023-12-08crypto: qat - fix mutex ordering in adf_rlDamian Muszynski1-2/+2
2023-12-08crypto: qat - fix error path in add_update_sla()Damian Muszynski1-2/+1
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2-1/+16
2023-12-08MAINTAINERS: update SEC2/HPRE driver maintainers listLongfang Liu1-1/+1
2023-12-08crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2023-12-01crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2023-12-01crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian1-1/+10
2023-12-01crypto: hisilicon/qm - simplify the status of qmWeili Qian7-127/+25
2023-12-01crypto: hisilicon/sgl - small cleanups for sgl.cWeili Qian1-5/+7
2023-12-01crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2023-12-01crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva1-1/+1
2023-12-01crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2-0/+9
2023-12-01crypto: qat - add sysfs_added flag for rasDamian Muszynski2-1/+7
2023-12-01hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho1-1/+1
2023-12-01crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2023-12-01crypto: starfive - Pad adata with zeroesJia Jie Ho1-2/+4
2023-11-24dt-bindings: crypto: convert Inside Secure SafeXcel to the json-schemaRafał Miłecki2-40/+86
2023-11-24crypto: starfive - RSA poll csr for done statusJia Jie Ho3-45/+22
2023-11-24crypto: starfive - Update driver dependenciesJia Jie Ho1-1/+1
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser1-6/+2
2023-11-17crypto: jh7110 - Correct deferred probe returnChanho Park1-7/+3
2023-11-17crypto: x86/sha256 - autoload if SHA-NI detectedEric Biggers1-2/+5
2023-11-17crypto: x86/sha1 - autoload if SHA-NI detectedEric Biggers1-2/+5
2023-11-17crypto: qat - prevent underflow in rp2srv_store()Dan Carpenter1-1/+2
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov2-37/+4
2023-11-17crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsDimitri John Ledkov1-6/+6
2023-11-17crypto: drbg - update FIPS CTR self-checks to aes256Dimitri John Ledkov1-3/+3
2023-11-17crypto: drbg - ensure most preferred type is FIPS health checkedDimitri John Ledkov1-2/+4
2023-11-17crypto: rsa - add a check for allocation failureDan Carpenter1-0/+2
2023-11-17crypto: shash - don't exclude async statuses from error statsEric Biggers1-5/+1
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers1-21/+4
2023-11-17crypto: hisilicon/qm - remove incorrect type castWeili Qian2-52/+52
2023-11-17crypto: hisilicon/qm - print device abnormal informationWeili Qian1-6/+16
2023-11-17crypto: n2 - Silence gcc format-truncation false positive warningsHerbert Xu1-2/+7
2023-11-17crypto: marvell/cesa - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+3
2023-11-17crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu2-6/+14
2023-11-17hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring1-1/+1
2023-11-17crypto: lib/aesgcm - Add kernel docs for aesgcm_macSagar Vashnav1-0/+13