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.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
2014-07-08
crypto: dts - Addition of missing SEC compatibile property in c29x device tree
Nitesh Narayan Lal
1
-1
/
+2
2014-07-04
crypto: drbg - Use Kconfig to ensure at least one RNG option is set
Herbert Xu
3
-16
/
+10
2014-07-04
crypto: drbg - use of kernel linked list
Stephan Mueller
2
-112
/
+128
2014-07-04
crypto: drbg - fix memory corruption for AES192
Stephan Mueller
1
-3
/
+11
2014-07-03
crypto: ux500 - make interrupt mode plausible
Arnd Bergmann
1
-13
/
+12
2014-07-03
crypto: tcrypt - print cra driver name in tcrypt tests output
Luca Clementi
1
-11
/
+20
2014-07-03
ARM: DT: qcom: Add Qualcomm crypto driver binding document
Stanimir Varbanov
1
-0
/
+25
2014-07-03
crypto: qce - Build Qualcomm crypto driver
Stanimir Varbanov
3
-0
/
+23
2014-07-03
crypto: qce - Qualcomm crypto engine driver
Stanimir Varbanov
11
-0
/
+2637
2014-07-03
crypto: fips - only panic on bad/missing crypto mod signatures
Jarod Wilson
3
-4
/
+15
2014-06-26
crypto: qat - Fix error path crash when no firmware is present
Tadeusz Struk
2
-6
/
+6
2014-06-26
crypto: qat - Fixed new checkpatch warnings
Tadeusz Struk
10
-18
/
+37
2014-06-26
crypto: qat - Updated Firmware Info Metadata
Tadeusz Struk
2
-0
/
+2
2014-06-26
crypto: qat - Fix random config build warnings
Tadeusz Struk
2
-3
/
+4
2014-06-26
crypto: drbg - simplify ordering of linked list in drbg_ctr_df
Stephan Mueller
1
-5
/
+5
2014-06-25
crypto: lzo - use kvfree() helper
Eric Dumazet
1
-4
/
+1
2014-06-25
crypto: des3_ede-x86_64 - fix parse warning
Jussi Kivilinna
1
-2
/
+2
2014-06-25
crypto: caam - Correct the dma mapping for sg table
Ruchika Gupta
2
-21
/
+27
2014-06-25
crypto: caam - Add definition of rd/wr_reg64 for little endian platform
Ruchika Gupta
1
-0
/
+16
2014-06-25
crypto: caam - Configuration for platforms with virtualization enabled in CAAM
Ruchika Gupta
3
-2
/
+56
2014-06-25
crypto: caam - Correct definition of registers in memory map
Ruchika Gupta
2
-39
/
+46
2014-06-23
crypto: qat - Fix build problem with O=
Herbert Xu
1
-1
/
+1
2014-06-20
crypto: testmgr - add 4 more test vectors for GHASH
Ard Biesheuvel
1
-4
/
+45
2014-06-20
crypto: aes - AES CTR x86_64 "by8" AVX optimization
chandramouli narayanan
3
-3
/
+585
2014-06-20
crypto: des_3des - add x86-64 assembly implementation
Jussi Kivilinna
6
-5
/
+1349
2014-06-20
crypto: tcrypt - add ctr(des3_ede) sync speed test
Jussi Kivilinna
1
-0
/
+6
2014-06-20
crypto: caam - remove duplicate FIFOST_CONT_MASK define
Dan Carpenter
1
-1
/
+0
2014-06-20
crypto: crc32c-pclmul - Shrink K_table to 32-bit words
George Spelvin
1
-142
/
+139
2014-06-20
crypto: qat - Update to makefiles
Tadeusz Struk
4
-0
/
+9
2014-06-20
crypto: qat - Intel(R) QAT DH895xcc accelerator
Tadeusz Struk
9
-0
/
+1499
2014-06-20
crypto: qat - Intel(R) QAT accelengine part of fw loader
Tadeusz Struk
3
-0
/
+1605
2014-06-20
crypto: qat - Intel(R) QAT ucode part of fw loader
Tadeusz Struk
2
-0
/
+1569
2014-06-20
crypto: qat - Intel(R) QAT crypto interface
Tadeusz Struk
3
-0
/
+1401
2014-06-20
crypto: qat - Intel(R) QAT FW interface
Tadeusz Struk
4
-0
/
+1155
2014-06-20
crypto: qat - Intel(R) QAT transport code
Tadeusz Struk
5
-0
/
+1204
2014-06-20
crypto: qat - Intel(R) QAT driver framework
Tadeusz Struk
15
-0
/
+2676
2014-06-20
crypto: ccp - Add platform device support for arm64
Tom Lendacky
5
-2
/
+270
2014-06-20
crypto: ccp - CCP device bindings documentation
Tom Lendacky
1
-0
/
+16
2014-06-20
crypto: ccp - Modify PCI support in prep for arm64 support
Tom Lendacky
2
-27
/
+15
2014-06-20
crypto: drbg - Add DRBG test code to testmgr
Stephan Mueller
1
-0
/
+247
2014-06-20
crypto: drbg - DRBG testmgr test vectors
Stephan Mueller
1
-0
/
+843
2014-06-20
crypto: drbg - compile the DRBG code
Stephan Mueller
1
-0
/
+1
2014-06-20
crypto: drbg - DRBG kernel configuration options
Stephan Mueller
1
-1
/
+35
2014-06-20
crypto: drbg - header file for DRBG
Stephan Mueller
1
-0
/
+289
2014-06-20
crypto: drbg - SP800-90A Deterministic Random Bit Generator
Stephan Mueller
1
-0
/
+2007
2014-06-20
crypto: drivers - Add 2 missing __exit_p
Jean Delvare
2
-2
/
+2
2014-06-20
crypto: caam - Introduce the use of the managed version of kzalloc
Himangi Saraogi
1
-6
/
+6
2014-06-20
crypto: lzo - try kmalloc() before vmalloc()
Eric Dumazet
1
-2
/
+9
2014-06-20
crypto: skcipher - Don't use __crypto_dequeue_request()
Marek Vasut
1
-2
/
+1
2014-06-20
crypto: api - Move crypto_yield() to algapi.h
Marek Vasut
2
-6
/
+6
[next]