index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
allwinner
/
sun8i-ce
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
crypto: sun8i-ce - use helpers to get hash block and digest sizes
Ovidiu Panait
1
-3
/
+3
2025-06-13
crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctx
Ovidiu Panait
2
-7
/
+6
2025-06-13
crypto: sun8i-ce - fix nents passed to dma_unmap_sg()
Ovidiu Panait
1
-2
/
+2
2025-05-19
crypto: sun8i-ce - move fallback ahash_request to the end of the struct
Ovidiu Panait
1
-1
/
+1
2025-05-05
crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()
Ovidiu Panait
1
-2
/
+1
2025-05-05
crypto: sun8i-ce - undo runtime PM changes during driver removal
Ovidiu Panait
1
-11
/
+6
2025-04-28
crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()
Ovidiu Panait
1
-2
/
+1
2025-04-28
crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs stats
Ovidiu Panait
1
-16
/
+30
2025-04-28
crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()
Ovidiu Panait
1
-1
/
+1
2025-04-28
crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()
Ovidiu Panait
1
-2
/
+5
2025-04-08
crypto: sun8i-ce-hash - use API helpers to setup fallback request
Ovidiu Panait
1
-22
/
+27
2025-04-08
crypto: sun8i-ce-hash - add IS_ENABLED() checks to debugfs stats
Ovidiu Panait
1
-6
/
+16
2025-04-08
crypto: sun8i-ce-hash - drop CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG ifdefs
Ovidiu Panait
1
-5
/
+3
2025-04-08
crypto: sun8i-ce-hash - factor out debugfs fallback statistics
Ovidiu Panait
1
-33
/
+20
2025-04-08
crypto: sun8i-ce-hash - remove duplicated fallback checks
Ovidiu Panait
1
-11
/
+1
2025-04-08
crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run()
Ovidiu Panait
1
-13
/
+21
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
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-03-15
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2024-02-28
crypto: sun8i-ce - Fix use after free in unprepare
Andrey Skvortsov
1
-17
/
+17
2024-01-26
crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2023-12-29
crypto: sun8i-ce - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-10-27
crypto: sun8i-ce - remove unnecessary alignmask for ahashes
Eric Biggers
1
-6
/
+0
2023-10-27
crypto: sun8i-ce - Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-08-18
crypto: sun8i-ce - Use new crypto_engine_op interface
Herbert Xu
4
-125
/
+180
2023-08-18
crypto: sun8i-ce - Remove prepare/unprepare request
Herbert Xu
2
-8
/
+14
2023-08-18
crypto: allwinner - Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-06-13
crypto: update some Arm documentation references
Jonathan Corbet
5
-5
/
+5
2023-01-13
crypto: sun8i-ce - Add TRNG clock to the D1 variant
Samuel Holland
2
-1
/
+2
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-1
/
+0
2022-09-02
Revert "crypto: allwinner - Fix dma_map_sg error check"
Herbert Xu
2
-4
/
+4
2022-08-26
crypto: allwinner - Fix dma_map_sg error check
Jack Wang
2
-4
/
+4
2022-08-19
crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the code
ye xingchen
1
-4
/
+2
2022-05-13
crypto: sun8i-ce - do not fallback if cryptlen is less than sg length
Corentin Labbe
1
-2
/
+10
2022-05-13
crypto: sun8i-ce - rework debugging
Corentin Labbe
4
-19
/
+96
2022-05-13
crypto: sun8i-ce - use sg_nents_for_len
Corentin Labbe
2
-18
/
+15
2022-05-13
crypto: sun8i-ce - Add function for handling hash padding
Corentin Labbe
1
-30
/
+65
2022-05-13
crypto: sun8i-ce - do not allocate memory when handling requests
Corentin Labbe
3
-28
/
+29
2022-05-13
crypto: sun8i-ce - Fix minor style issue
Corentin Labbe
1
-1
/
+0
2022-04-29
crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-03-03
crypto: sun8i-ce - call finalize with bh disabled
Corentin Labbe
2
-0
/
+6
2021-11-26
crypto: sun8i-ce - Add support for the D1 variant
Corentin Labbe
2
-0
/
+22
2021-08-12
crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data
Jason Wang
2
-8
/
+4
2021-04-16
crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
Shixin Liu
1
-1
/
+1
2021-03-26
crypto: allwinner - Fix the parameter of dma_unmap_sg()
Xiang Chen
2
-4
/
+8
2021-03-13
crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()
Jia-Ju Bai
1
-0
/
+1
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-10
/
+16
2020-11-20
crypto: sun8i-ce - fix two error path's memory leak
Corentin Labbe
1
-8
/
+12
[next]