index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
Martin Willi
2015-07-17
2
-0
/
+35
*
crypto: chacha20poly1305 - Convert to new AEAD interface
Herbert Xu
2015-07-17
2
-90
/
+133
*
crypto: rsa - limit supported key lengths
Tadeusz Struk
2015-07-17
1
-1
/
+25
*
crypto: qat - Add support for RSA algorithm
Tadeusz Struk
2015-07-17
13
-39
/
+779
*
crypto: qat - add MMP FW support to accel engine
Tadeusz Struk
2015-07-17
4
-5
/
+42
*
crypto: qat - add support for MMP FW
Pingchao Yang
2015-07-17
6
-26
/
+24
*
crypto: testmgr - Reenable rfc4309 test
Herbert Xu
2015-07-17
1
-1
/
+1
*
crypto: nx - Convert ccm to new AEAD interface
Herbert Xu
2015-07-17
3
-95
/
+85
*
crypto: aes-ce-ccm - Convert to new AEAD interface
Herbert Xu
2015-07-17
1
-26
/
+43
*
crypto: ccm - Convert to new AEAD interface
Herbert Xu
2015-07-17
1
-164
/
+224
*
crypto: testmgr - Disable rfc4309 test and convert test vectors
Herbert Xu
2015-07-17
2
-219
/
+1413
*
crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
Leonidas Da Silva Barbosa
2015-07-14
4
-0
/
+13
*
powerpc: Uncomment and make enable_kernel_vsx() routine available
Leonidas Da Silva Barbosa
2015-07-14
2
-3
/
+1
*
crypto: marvell/cesa - Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-07-14
1
-1
/
+0
*
crypto: testmgr - Reenable rfc4106 test
Herbert Xu
2015-07-14
1
-1
/
+1
*
crypto: caam - Use new IV convention
Herbert Xu
2015-07-14
1
-26
/
+49
*
crypto: nx - Use new IV convention
Herbert Xu
2015-07-14
1
-26
/
+40
*
crypto: gcm - Use new IV convention
Herbert Xu
2015-07-14
1
-37
/
+77
*
crypto: aesni - Use new IV convention
Herbert Xu
2015-07-14
1
-36
/
+20
*
crypto: tcrypt - Add support for new IV convention
Herbert Xu
2015-07-14
1
-3
/
+8
*
crypto: testmgr - Disable rfc4106 test and convert test vectors
Herbert Xu
2015-07-14
2
-285
/
+319
*
crypto: aead - Propagate new AEAD implementation flag for IV generators
Herbert Xu
2015-07-14
1
-2
/
+3
*
crypto: seqiv - Replace seqniv with seqiv
Herbert Xu
2015-07-14
1
-15
/
+19
*
crypto: echainiv - Fix encryption convention
Herbert Xu
2015-07-14
1
-13
/
+11
*
crypto: cryptd - Propagate new AEAD implementation flag
Herbert Xu
2015-07-14
1
-5
/
+6
*
crypto: pcrypt - Propagate new AEAD implementation flag
Herbert Xu
2015-07-14
1
-1
/
+11
*
crypto: aead - Add type-safe function for freeing instances
Herbert Xu
2015-07-14
2
-0
/
+14
*
crypto: api - Add instance free function to crypto_type
Herbert Xu
2015-07-14
2
-2
/
+14
*
crypto: nx/842 - Fix context corruption
Herbert Xu
2015-07-14
1
-13
/
+35
*
crypto: aead - Add aead_queue interface
Herbert Xu
2015-07-14
1
-0
/
+35
*
crypto: api - Remove unused __crypto_dequeue_request
Herbert Xu
2015-07-14
2
-10
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-07-14
8
-79
/
+125
|
\
|
*
crypto: nx - Fix reentrancy bugs
Herbert Xu
2015-07-08
8
-79
/
+125
*
|
crypto: tcrypt - Fix AEAD speed tests
Vutla, Lokesh
2015-07-08
1
-22
/
+43
*
|
crypto: omap-aes - Use BIT() macro
Vutla, Lokesh
2015-07-08
1
-17
/
+17
*
|
crypto: omap-aes - Fix configuring of AES mode
Vutla, Lokesh
2015-07-08
1
-8
/
+5
*
|
crypto: omap-aes - Increase priority of hw accelerator
Vutla, Lokesh
2015-07-08
1
-3
/
+3
*
|
crypto: omap-aes - Fix CTR mode
Vutla, Lokesh
2015-07-08
1
-17
/
+16
*
|
crypto: nx - reduce chattiness of platform drivers
Nishanth Aravamudan
2015-07-07
2
-12
/
+1
*
|
crypto: testmgr - add a chunking test for cbc(aes)
LABBE Corentin
2015-07-07
1
-0
/
+6
*
|
crypto: cryptd - Fix AEAD request context corruption
Herbert Xu
2015-07-07
1
-4
/
+8
*
|
crypto: arm - ignore generated SHA2 assembly files
Baruch Siach
2015-07-06
1
-0
/
+2
*
|
crypto: nx - do not emit extra output if status is disabled
Nishanth Aravamudan
2015-07-06
1
-1
/
+7
*
|
crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
Nishanth Aravamudan
2015-07-06
1
-4
/
+4
*
|
crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'
Nishanth Aravamudan
2015-07-06
1
-1
/
+2
*
|
crypto: ccp - Provide support to autoload CCP driver
Tom Lendacky
2015-07-06
1
-0
/
+2
|
/
*
crypto: omap-des - Fix unmapping of dma channels
Vutla, Lokesh
2015-07-06
1
-3
/
+0
*
Linux 4.2-rc1
v4.2-rc1
Linus Torvalds
2015-07-05
1
-2
/
+2
*
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...
Linus Torvalds
2015-07-05
7
-45
/
+1004
|
\
|
*
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
qipeng.zha
2015-06-29
5
-0
/
+864
[next]