index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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: In crypto_add_alg(), 'exact' wants to be initialized to 0
Jesper Juhl
2012-02-05
1
-1
/
+1
*
crypto: caam - fix gcc 4.6 warning
Kim Phillips
2012-01-26
1
-1
/
+1
*
crypto: Add bulk algorithm registration interface
Mark Brown
2012-01-26
2
-0
/
+37
*
crypto: sha512 - use standard ror64()
Alexey Dobriyan
2012-01-15
2
-9
/
+24
*
crypto: caam - be less noisy on startup
Kim Phillips
2012-01-13
1
-4
/
+4
*
crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms
Hemant Agrawal
2012-01-13
1
-0
/
+115
*
crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMIC
Julia Lawall
2012-01-13
1
-1
/
+1
*
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
2012-01-13
12
-25
/
+78
*
hwrng: tx4939 - use devm_request_and_ioremap
Julia Lawall
2012-01-13
1
-4
/
+1
*
crypto: serpent-sse2 - change transpose_4x4 to only use integer instructions
Jussi Kivilinna
2012-01-13
2
-32
/
+26
*
crypto: blowfish-x86_64 - blacklist Pentium 4
Jussi Kivilinna
2012-01-13
1
-0
/
+30
*
crypto: twofish-x86_64-3way - blacklist pentium4 and atom
Jussi Kivilinna
2012-01-13
1
-0
/
+47
*
crypto: driver for Tegra AES hardware
Varun Wadekar
2012-01-13
4
-0
/
+1211
*
arm: tegra: export tegra_chip_uid
Henning Heinold
2012-01-13
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-01-10
44
-2049
/
+8684
|
\
|
*
crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig
Jussi Kivilinna
2011-12-20
1
-1
/
+1
|
*
crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs
Jussi Kivilinna
2011-12-20
1
-40
/
+0
|
*
crypto: serpent-sse2 - select LRW and XTS
Jussi Kivilinna
2011-12-20
1
-0
/
+4
|
*
crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefs
Jussi Kivilinna
2011-12-20
1
-32
/
+0
|
*
crypto: twofish-x86_64-3way - select LRW and XTS
Jussi Kivilinna
2011-12-20
1
-0
/
+2
|
*
crypto: xts - remove dependency on EXPERIMENTAL
Jussi Kivilinna
2011-12-20
1
-2
/
+1
|
*
crypto: lrw - remove dependency on EXPERIMENTAL
Jussi Kivilinna
2011-12-20
1
-2
/
+1
|
*
crypto: picoxcell - fix boolean and / or confusion
Jamie Iles
2011-12-20
1
-2
/
+2
|
*
crypto: caam - remove DECO access initialization code
Kim Phillips
2011-12-20
2
-14
/
+0
|
*
crypto: caam - fix polarity of "propagate error" logic
Kim Phillips
2011-12-20
3
-10
/
+11
|
*
crypto: caam - more desc.h cleanups
Kim Phillips
2011-12-20
1
-168
/
+167
|
*
crypto: caam - desc.h - convert spaces to tabs
Kim Phillips
2011-12-20
1
-1039
/
+1039
|
*
crypto: talitos - convert talitos_error to struct device
Kim Phillips
2011-12-20
1
-3
/
+2
|
*
crypto: talitos - remove NO_IRQ references
Kim Phillips
2011-12-20
1
-9
/
+9
|
*
crypto: talitos - fix bad kfree
Kim Phillips
2011-12-20
1
-4
/
+4
|
*
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
2011-11-30
6
-69
/
+6
|
*
char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...
Axel Lin
2011-11-30
7
-80
/
+7
|
*
crypto: serpent-sse2 - should select CRYPTO_CRYPTD
Jussi Kivilinna
2011-11-30
1
-0
/
+2
|
*
crypto: serpent - rename serpent.c to serpent_generic.c
Jussi Kivilinna
2011-11-30
2
-2
/
+0
|
*
crypto: serpent - cleanup checkpatch errors and warnings
Jussi Kivilinna
2011-11-30
1
-259
/
+344
|
*
crypto: caam - add support for MD5 algorithm variants
Kim Phillips
2011-11-21
2
-0
/
+58
|
*
crypto: talitos - support for channel remap and 2nd IRQ
Kim Phillips
2011-11-21
2
-72
/
+149
|
*
crypto: talitos - prepare driver for channel remap support
Kim Phillips
2011-11-21
2
-30
/
+38
|
*
crypto: talitos - be less noisy on startup
Kim Phillips
2011-11-21
1
-3
/
+4
|
*
crypto: talitos - add hmac algorithms
Lee Nipper
2011-11-21
1
-2
/
+235
|
*
crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes
Jussi Kivilinna
2011-11-21
1
-0
/
+4
|
*
crypto: serpent-sse2 - add xts support
Jussi Kivilinna
2011-11-21
1
-2
/
+178
|
*
crypto: serpent-sse2 - add lrw support
Jussi Kivilinna
2011-11-21
3
-2
/
+221
|
*
crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation
Jussi Kivilinna
2011-11-21
4
-0
/
+688
|
*
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
Jussi Kivilinna
2011-11-21
6
-0
/
+1591
|
*
crypto: fix typo in crypto/Kconfig
Valdis.Kletnieks@vt.edu
2011-11-09
1
-1
/
+1
|
*
crypto: Unlink and free instances when deleted
Steffen Klassert
2011-11-09
3
-1
/
+31
|
*
crypto: ansi_cprng - enforce key != seed in fips mode
Jarod Wilson
2011-11-09
1
-0
/
+8
|
*
crypto: twofish-x86_64-3way - add xts support
Jussi Kivilinna
2011-11-09
1
-2
/
+117
|
*
crypto: tcrypt - add xts(twofish) tests
Jussi Kivilinna
2011-11-09
1
-0
/
+5
[next]