index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
crypto: ccp - use min() instead of min_t()
David Laight
1
-1
/
+1
2025-11-24
hwrng: core - use min3() instead of nested min_t()
David Laight
1
-1
/
+1
2025-11-24
crypto: aesni - ctr_crypt() use min() instead of min_t()
David Laight
1
-2
/
+1
2025-11-24
crypto: drbg - Delete unused ctx from struct sdesc
Herbert Xu
1
-1
/
+0
2025-11-24
crypto: testmgr - Add missing DES weak and semi-weak key tests
Thorsten Blum
1
-0
/
+120
2025-11-22
Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"
Eric Biggers
5
-318
/
+316
2025-11-22
crypto: scatterwalk - Fix memcpy_sglist() to always succeed
Eric Biggers
2
-34
/
+115
2025-11-22
crypto: iaa - Request to add Kanchana P Sridhar to Maintainers.
Kanchana P Sridhar
1
-0
/
+1
2025-11-22
crypto: tcrypt - Remove unused poly1305 support
Eric Biggers
2
-22
/
+0
2025-11-22
crypto: ansi_cprng - Remove unused ansi_cprng algorithm
Eric Biggers
93
-789
/
+9
2025-11-22
crypto: asymmetric_keys - fix uninitialized pointers with free attribute
Ally Heev
2
-2
/
+2
2025-11-22
KEYS: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-2
/
+5
2025-11-22
crypto: ccree - Correctly handle return of sg_nents_for_len
Haotian Zhang
1
-1
/
+5
2025-11-22
crypto: starfive - Correctly handle return of sg_nents_for_len
Haotian Zhang
1
-1
/
+5
2025-11-14
crypto: iaa - Fix incorrect return value in save_iaa_wq()
Zilin Guan
1
-1
/
+1
2025-11-14
crypto: zstd - Remove unnecessary size_t cast
Thorsten Blum
1
-3
/
+2
2025-11-14
crypto: zstd - Annotate struct zstd_ctx with __counted_by
Thorsten Blum
1
-2
/
+3
2025-11-14
padata: remove __padata_list_init()
Tetsuo Handa
1
-8
/
+4
2025-11-14
crypto: qat - add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
4
-5
/
+8
2025-11-14
crypto: cesa - Simplify with of_device_get_match_data()
Krzysztof Kozlowski
1
-5
/
+2
2025-11-14
crypto: ccp - Simplify with of_device_get_match_data()
Krzysztof Kozlowski
1
-12
/
+1
2025-11-14
crypto: ccp - Constify 'dev_vdata' member
Krzysztof Kozlowski
2
-3
/
+3
2025-11-14
crypto: artpec6 - Simplify with of_device_get_match_data()
Krzysztof Kozlowski
1
-6
/
+3
2025-11-14
hwrng: bcm2835 - Simplify with of_device_get_match_data()
Krzysztof Kozlowski
1
-6
/
+2
2025-11-14
hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definition
Krzysztof Kozlowski
1
-2
/
+1
2025-11-14
crypto: cavium/nitrox - add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-11-14
crypto: atmel-i2c - add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-11-14
crypto: rockchip - drop redundant crypto_skcipher_ivsize() calls
Karina Yankevich
1
-2
/
+1
2025-11-06
crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fw
Thorsten Blum
1
-2
/
+3
2025-11-06
crypto: deflate - Use struct_size to improve deflate_alloc_stream
Thorsten Blum
1
-1
/
+2
2025-11-06
crypto: ccp - Add support for PCI device 0x115A
Mario Limonciello (AMD)
1
-0
/
+19
2025-11-06
crypto: qce - fix version check
Gaurav Kashyap
1
-2
/
+1
2025-11-06
dt-bindings: crypto: qcom-qce: Document the kaanapli crypto engine
Gaurav Kashyap
1
-0
/
+1
2025-11-06
dt-bindings: crypto: qcom,prng: Document kaanapali RNG
Gaurav Kashyap
1
-0
/
+1
2025-11-06
crypto: xilinx - Use %pe to print PTR_ERR
Harsh Jain
1
-1
/
+1
2025-10-31
crypto: qat - use simple_strtoull to improve qat_uclo_parse_num
Thorsten Blum
1
-13
/
+5
2025-10-31
crypto: hisilicon/qm - add missing default in switch in qm_vft_data_cfg
nieweiqiang
1
-0
/
+7
2025-10-31
crypto: hisilicon/sgl - remove unnecessary checks for curr_hw_sgl error
nieweiqiang
1
-5
/
+0
2025-10-31
crypto: hisilicon/qm - add concurrency protection for variable err_threshold
nieweiqiang
1
-3
/
+6
2025-10-31
crypto: hisilicon/qm - add the save operation of eqe and aeqe
nieweiqiang
1
-11
/
+14
2025-10-31
crypto: qce - Provide dev_err_probe() status on DMA failure
Bjorn Andersson
1
-2
/
+4
2025-10-31
keys: Annotate struct asymmetric_key_id with __counted_by
Thorsten Blum
1
-1
/
+1
2025-10-31
dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property
Rob Herring (Arm)
1
-0
/
+3
2025-10-31
crypto: ti - Add support for AES-XTS in DTHEv2 driver
T Pratham
3
-7
/
+141
2025-10-31
crypto: aead - Add support for on-stack AEAD req allocation
T Pratham
2
-0
/
+106
2025-10-23
KEYS: trusted: Pass argument by pointer in dump_options
Herbert Xu
1
-5
/
+5
2025-10-23
crypto: hisilicon/qm - restore original qos values
nieweiqiang
1
-1
/
+13
2025-10-23
crypto: sun8i-ss - Move j init earlier in sun8i_ss_hash_run
Herbert Xu
1
-1
/
+1
2025-10-23
crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
Thorsten Blum
1
-4
/
+10
2025-10-21
docs: trusted-encrypted: fix htmldocs build error
Gopi Krishna Menon
1
-2
/
+3
[next]