index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
memory-notifier-error-inject.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
crypto: hisilicon - add HiSilicon ZIP accelerator support
Zhou Wang
6
-0
/
+1237
2019-08-09
crypto: hisilicon - add hardware SGL support
Zhou Wang
4
-0
/
+247
2019-08-09
crypto: hisilicon - add queue management driver for HiSilicon QM module
Zhou Wang
4
-0
/
+1740
2019-08-09
crypto: engine - Reduce default RT priority
Peter Zijlstra
1
-1
/
+1
2019-08-09
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
1
-1
/
+1
2019-08-09
crypto: caam - unregister algorithm only if the registration succeeded
Iuliana Prodan
1
-19
/
+30
2019-08-09
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
2
-1
/
+24
2019-08-09
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
1
-1
/
+4
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
6
-105
/
+132
2019-08-09
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
4
-30
/
+24
2019-08-09
crypto: caam - update rfc4106 sh desc to support zero length input
Iuliana Prodan
2
-16
/
+33
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
3
-0
/
+14
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
3
-24
/
+8
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
3
-0
/
+39
2019-08-09
crypto: caam - check key length
Iuliana Prodan
5
-100
/
+324
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
3
-6
/
+11
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
9
-117
/
+104
2019-08-09
crypto: caam/qi - fix error handling in ERN handler
Horia Geantă
3
-1
/
+6
2019-08-09
crypto: aes - helper function to validate key length for AES algorithms
Iuliana Prodan
2
-4
/
+21
2019-08-09
crypto: gcm - helper functions for assoclen/authsize check
Iuliana Prodan
2
-26
/
+70
2019-08-09
crypto: inside-secure - Remove redundant DES ECB & CBC keysize check
Pascal van Leeuwen
1
-5
/
+0
2019-08-09
crypto: ccp - Clean up and exit correctly on allocation failure
Gary R Hook
1
-10
/
+4
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
13
-28
/
+7
2019-08-09
crypto: inside-secure - Use defines instead of some constants (cosmetic)
Pascal van Leeuwen
1
-16
/
+19
2019-08-09
crypto: caam - fix concurrency issue in givencrypt descriptor
Horia Geantă
2
-1
/
+10
2019-08-09
crypto: ux500/crypt - Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2019-08-09
crypto: ccp - Log an error message when ccp-crypto fails to load
Gary R Hook
1
-1
/
+3
2019-08-09
crypto: ccree - use std api sg_zero_buffer
Gilad Ben-Yossef
3
-24
/
+2
2019-08-09
crypto: ccree - use the full crypt length value
Gilad Ben-Yossef
1
-1
/
+1
2019-08-08
hwrng: n2-drv - fix typo
Stephen Rothwell
1
-1
/
+1
2019-08-02
asm-generic: Remove redundant arch-specific rules for simd.h
Herbert Xu
2
-2
/
+0
2019-08-02
crypto: caam - defer probing until QMan is available
Horia Geantă
1
-26
/
+48
2019-08-02
hwrng: timeriomem - add include guard to timeriomem-rng.h
Masahiro Yamada
1
-0
/
+5
2019-08-02
crypto: api - Remove redundant #ifdef in crypto_yield()
Thomas Gleixner
1
-2
/
+0
2019-08-02
hwrng: drivers - Use device-managed registration API
Chuhong Yuan
9
-36
/
+9
2019-08-02
crypto: jitterentropy - build without sanitizer
Arnd Bergmann
1
-0
/
+2
2019-08-02
crypto: nx - Add of_node_put() before return in 842
Nishka Dasgupta
1
-0
/
+1
2019-08-02
crypto: user - fix potential warnings in cryptouser.h
Masahiro Yamada
1
-1
/
+4
2019-08-02
crypto: add header include guards
Masahiro Yamada
5
-0
/
+25
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
5
-0
/
+105
2019-08-02
crypto: qat - Silence smp_processor_id() warning
Alexander Sverdlin
1
-1
/
+1
2019-08-02
crypto: atmel-sha204a - Use device-managed registration API
Chuhong Yuan
1
-2
/
+1
2019-08-02
Revert "crypto: aegis128 - add support for SIMD acceleration"
Herbert Xu
5
-247
/
+4
2019-07-31
asm-generic: make simd.h a mandatory include/asm header
Ard Biesheuvel
1
-0
/
+2
2019-07-31
crypto: s390/aes - fix name clash after AES library refactor
Ard Biesheuvel
1
-4
/
+4
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
7
-16
/
+41
2019-07-27
padata: purge get_cpu and reorder_via_wq from padata_do_serial
Daniel Jordan
1
-20
/
+3
2019-07-27
crypto: bcm - check assoclen for rfc4543/rfc4106
Iuliana Prodan
1
-0
/
+13
2019-07-27
crypto: ccree - check assoclen for rfc4543
Iuliana Prodan
1
-6
/
+20
2019-07-27
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
2
-88
/
+22
[next]