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.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-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
2020-11-06
crypto: arm/aes-neonbs - fix usage of cbc(aes) fallback
Horia Geantă
1
-3
/
+5
2020-11-06
crypto: qat - remove unneeded semicolon
Tom Rix
2
-5
/
+5
2020-11-06
crypto: cavium/nitrox - remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-11-06
crypto: arm64/poly1305-neon - reorder PAC authentication with SP update
Ard Biesheuvel
2
-2
/
+2
2020-11-06
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
2
-3
/
+23
2020-11-06
crypto: caam - enable crypto-engine retry mechanism
Iuliana Prodan
2
-1
/
+11
2020-11-06
crypto: testmgr - WARN on test failure
Eric Biggers
1
-7
/
+13
2020-11-06
crypto: testmgr - always print the actual skcipher driver name
Eric Biggers
1
-20
/
+16
2020-11-06
crypto: testmgr - always print the actual AEAD driver name
Eric Biggers
1
-24
/
+18
2020-11-06
crypto: testmgr - always print the actual hash driver name
Eric Biggers
1
-23
/
+20
2020-11-06
crypto: aead - add crypto_aead_driver_name()
Eric Biggers
1
-0
/
+5
2020-11-06
crypto: atmel-sha - remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-30
crypto: lib/sha256 - Unroll LOAD and BLEND loops
Arvind Sankar
1
-4
/
+20
2020-10-30
crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
Arvind Sankar
1
-136
/
+38
2020-10-30
crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
Arvind Sankar
1
-6
/
+5
2020-10-30
crypto: lib/sha256 - Don't clear temporary variables
Arvind Sankar
1
-1
/
+0
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
8
-8
/
+12
2020-10-30
crypto: lib/sha256 - Use memzero_explicit() for clearing state
Arvind Sankar
1
-1
/
+1
2020-10-30
crypto: omap-aes - fix the reference count leak of omap device
Zhang Qilong
1
-0
/
+1
2020-10-30
crypto: sm2 - remove unnecessary reset operations
Tianjia Zhang
1
-46
/
+29
2020-10-30
crypto: sa2ul - Reduce stack usage
Herbert Xu
2
-61
/
+63
2020-10-30
crypto: hisilicon - fixes some coding style
Longfang Liu
2
-29
/
+18
2020-10-30
crypto: hisilicon - delete unused structure member variables
Longfang Liu
1
-2
/
+0
2020-10-30
crypto: x86/aes - remove unused file aes_glue.c
Eric Biggers
1
-1
/
+0
2020-10-30
crypto: qat - extend ae_mask
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - allow for instances in different banks
Giovanni Cabiddu
2
-9
/
+28
2020-10-30
crypto: qat - refactor qat_crypto_dev_config()
Giovanni Cabiddu
1
-26
/
+41
2020-10-30
crypto: qat - refactor qat_crypto_create_instances()
Giovanni Cabiddu
1
-27
/
+41
2020-10-30
crypto: qat - change return value in adf_cfg_key_val_get()
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - change return value in adf_cfg_add_key_value_param()
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - remove unnecessary void* casts
Giovanni Cabiddu
1
-10
/
+10
2020-10-30
crypto: qat - call functions in adf_sriov if available
Giovanni Cabiddu
1
-5
/
+10
2020-10-30
crypto: qat - remove hardcoded bank irq clear flag mask
Giovanni Cabiddu
2
-3
/
+2
2020-10-30
crypto: qat - abstract writes to arbiter enable
Giovanni Cabiddu
4
-10
/
+20
2020-10-30
crypto: qat - use BIT_ULL() - 1 pattern for masks
Giovanni Cabiddu
2
-2
/
+2
2020-10-30
crypto: qat - replace constant masks with GENMASK
Giovanni Cabiddu
2
-2
/
+2
2020-10-30
crypto: qat - abstract build ring base
Giovanni Cabiddu
5
-3
/
+12
2020-10-30
crypto: qat - enable ring after pair is programmed
Giovanni Cabiddu
1
-1
/
+19
2020-10-30
crypto: qat - register crypto instances based on capability
Giovanni Cabiddu
2
-1
/
+21
2020-10-30
crypto: qat - add support for capability detection
Marco Chiappero
10
-9
/
+93
2020-10-30
crypto: qat - abstract arbiter access
Giovanni Cabiddu
7
-15
/
+50
2020-10-30
crypto: qat - remove unused macros in arbiter module
Giovanni Cabiddu
1
-3
/
+0
2020-10-30
crypto: qat - remove writes into WQCFG
Giovanni Cabiddu
1
-13
/
+0
2020-10-30
crypto: qat - update constants table
Giovanni Cabiddu
1
-22
/
+22
2020-10-30
crypto: qat - use admin mask to send fw constants
Giovanni Cabiddu
2
-1
/
+2
2020-10-30
crypto: qat - change admin sequence
Giovanni Cabiddu
1
-2
/
+2
2020-10-30
crypto: qat - rename ME in AE
Giovanni Cabiddu
2
-4
/
+4
2020-10-30
crypto: qat - add packed to init admin structures
Giovanni Cabiddu
1
-2
/
+2
2020-10-30
crypto: qat - abstract admin interface
Giovanni Cabiddu
7
-10
/
+39
2020-10-30
crypto: qat - relocate GEN2 CSR access code
Giovanni Cabiddu
3
-65
/
+68
[next]