index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: engine - Create internal/engine.h
Herbert Xu
2023-08-18
2
-1
/
+14
*
crypto: jh7110 - Include scatterwalk.h for struct scatter_walk
Herbert Xu
2023-08-18
1
-0
/
+1
*
crypto: engine - Move crypto inclusions out of header file
Herbert Xu
2023-08-18
2
-11
/
+13
*
crypto: jh7110 - Include crypto/hash.h in header file
Herbert Xu
2023-08-18
1
-5
/
+5
*
crypto: engine - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-47
/
+1
*
crypto: zynqmp - Remove prepare/unprepare request
Herbert Xu
2023-08-18
1
-2
/
+0
*
crypto: virtio - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-4
/
+0
*
crypto: stm32 - Remove prepare/unprepare request
Herbert Xu
2023-08-18
1
-30
/
+7
*
crypto: jh1100 - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-50
/
+11
*
crypto: rk3288 - Remove prepare/unprepare request
Herbert Xu
2023-08-18
1
-5
/
+8
*
crypto: omap - Remove prepare/unprepare request
Herbert Xu
2023-08-18
4
-39
/
+19
*
crypto: keembay - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-6
/
+0
*
crypto: sl3516 - Remove prepare/unprepare request
Herbert Xu
2023-08-18
1
-2
/
+0
*
crypto: aspeed - Remove prepare/unprepare request
Herbert Xu
2023-08-18
3
-10
/
+8
*
crypto: amlogic - Remove prepare/unprepare request
Herbert Xu
2023-08-18
1
-2
/
+0
*
crypto: sun8i-ss - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-4
/
+0
*
crypto: sun8i-ce - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-8
/
+14
*
crypto: qcom-rng: Make the core clock optional regardless of ACPI presence
Konrad Dybcio
2023-08-18
1
-7
/
+3
*
dt-bindings: crypto: qcom,prng: Add SM8450
Konrad Dybcio
2023-08-18
1
-5
/
+19
*
crypto: drivers - avoid memcpy size warning
Arnd Bergmann
2023-08-18
3
-3
/
+6
*
hwrng: iproc-rng200 - Implement suspend and resume calls
Florian Fainelli
2023-08-18
1
-0
/
+25
*
hwrng: core - Remove duplicated include
GUO Zihua
2023-08-18
1
-2
/
+1
*
crypto: exynos - fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-18
1
-1
/
+1
*
crypto: qat - Remove unused function declarations
Yue Haibing
2023-08-18
1
-8
/
+0
*
crypto: allwinner - Remove unused function declarations
Yue Haibing
2023-08-18
2
-5
/
+0
*
crypto: caam/jr - fix shared IRQ line handling
Horia Geantă
2023-08-18
1
-1
/
+1
*
crypto: caam - increase the domain of write memory barrier to full system
Iuliana Prodan
2023-08-18
1
-1
/
+9
*
crypto: caam - fix unchecked return value error
Gaurav Jain
2023-08-18
1
-1
/
+3
*
crypto: caam - fix PM operations definition
Arnd Bergmann
2023-08-18
2
-4
/
+4
*
crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff values
Joachim Vandersmissen
2023-08-11
1
-3
/
+7
*
crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
Mark O'Donovan
2023-08-11
1
-2
/
+6
*
crypto: lib - Move mpi into lib/crypto
Herbert Xu
2023-08-11
28
-1
/
+2
*
crypto: api - Use work queue in crypto_destroy_instance
Herbert Xu
2023-08-11
2
-2
/
+17
*
crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...
Ruan Jinjie
2023-08-11
1
-2
/
+2
*
crypto: qat - use kfree_sensitive instead of memset/kfree()
Yang Yingliang
2023-08-11
1
-2
/
+1
*
crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()
Frederick Lawler
2023-08-11
1
-0
/
+3
*
crypto: arm64/aes - remove Makefile hack
Masahiro Yamada
2023-08-11
3
-5
/
+3
*
crypto: stm32 - Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-11
1
-4
/
+2
*
crypto: stm32 - Drop if block with always false condition
Uwe Kleine-König
2023-08-11
1
-5
/
+1
*
crypto: stm32 - Properly handle pm_runtime_get failing
Uwe Kleine-König
2023-08-11
1
-4
/
+3
*
crypto: starfive - fix return value check in starfive_aes_prepare_req()
Yang Yingliang
2023-08-11
1
-2
/
+2
*
hwrng: xgene: Add explicit io.h include
Rob Herring
2023-08-05
1
-0
/
+1
*
hwrng: Enable COMPILE_TEST for more drivers
Rob Herring
2023-08-04
3
-16
/
+19
*
hwrng: Explicitly include correct DT includes
Rob Herring
2023-08-04
12
-21
/
+12
*
crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390
David Howells
2023-08-04
1
-0
/
+1
*
crypto: atmel - Use dev_err_probe instead of dev_err
Wang Ming
2023-08-04
1
-2
/
+2
*
crypto: caam - add power management support
Horia Geanta
2023-08-04
4
-21
/
+306
*
crypto: caam - Change structure type representing DECO MID
Franck LENORMAND
2023-08-04
1
-7
/
+1
*
crypto: caam - Remove messages related to memory allocation failure
Christophe JAILLET
2023-07-28
1
-11
/
+3
*
crypto: caam - Use struct_size()
Christophe JAILLET
2023-07-28
1
-2
/
+1
[next]