index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2008-12-28
44
-1420
/
+3331
|
\
|
*
crypto: aes - Precompute tables
Herbert Xu
2008-12-25
2
-94
/
+1059
|
*
crypto: talitos - Ack done interrupt in isr instead of tasklet
Lee Nipper
2008-12-25
1
-13
/
+7
|
*
crypto: testmgr - Correct comment about deflate parameters
Geert Uytterhoeven
2008-12-25
1
-1
/
+1
|
*
crypto: salsa20 - Remove private wrappers around various operations
Harvey Harrison
2008-12-25
1
-39
/
+36
|
*
crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set
Jarod Wilson
2008-12-25
1
-2
/
+3
|
*
crypto: sha512 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-54
/
+60
|
*
crypto: sha512 - Move message schedule W[80] to static percpu area
Adrian-Ken Rueegsegger
2008-12-25
1
-8
/
+9
|
*
crypto: michael_mic - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-32
/
+42
|
*
crypto: wp512 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-57
/
+66
|
*
crypto: tgr192 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-65
/
+72
|
*
crypto: sha256 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-49
/
+57
|
*
crypto: md5 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-23
/
+29
|
*
crypto: md4 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-24
/
+30
|
*
crypto: sha1 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-26
/
+32
|
*
crypto: rmd320 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
|
*
crypto: rmd256 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
|
*
crypto: rmd160 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
|
*
crypto: rmd128 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
|
*
crypto: null - Switch to shash
Herbert Xu
2008-12-25
2
-23
/
+42
|
*
crypto: hash - Make setkey optional
Herbert Xu
2008-12-25
2
-1
/
+10
|
*
crypto: testmgr - Validate output length in (de)compression tests
Geert Uytterhoeven
2008-12-25
1
-0
/
+16
|
*
crypto: remove uses of __constant_{endian} helpers
Harvey Harrison
2008-12-25
2
-45
/
+45
|
*
crypto: testmgr - Fix error flow of test_comp
Ingo Molnar
2008-12-25
1
-1
/
+1
|
*
crypto: hifn_795x - Use softirq kernel mapping in bh context
Evgeniy Polyakov
2008-12-25
1
-3
/
+5
|
*
crypto: hifn_795x - Fix queue management
Evgeniy Polyakov
2008-12-25
1
-93
/
+81
|
*
crypto: hifn_795x - Remove some unused cruft
Patrick McHardy
2008-12-25
1
-31
/
+1
|
*
crypto: hifn_795x - Fix queue processing
Patrick McHardy
2008-12-25
1
-1
/
+8
|
*
crypto: hifn_795x - Fix request context corruption
Patrick McHardy
2008-12-25
1
-44
/
+56
|
*
crypto: hifn_795x - Don't copy src sg list
Patrick McHardy
2008-12-25
1
-42
/
+33
|
*
crypto: hifn_795x - Fix DMA setup
Patrick McHardy
2008-12-25
1
-84
/
+81
|
*
crypto: ansi_cprng - fix inverted DT increment routine
Jarod Wilson
2008-12-25
1
-1
/
+1
|
*
libcrc32c: Select CRYPTO in Kconfig
Herbert Xu
2008-12-25
1
-0
/
+1
|
*
crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes
Jarod Wilson
2008-12-25
1
-6
/
+11
|
*
crypto: md4 - Use ARRAY_SIZE
Julia Lawall
2008-12-25
1
-2
/
+2
|
*
libcrc32c: Add crc32c_le macro
Herbert Xu
2008-12-25
1
-0
/
+3
|
*
libcrc32c: Fix "crc32c undefined" compilation error
Adrian-Ken Rueegsegger
2008-12-25
1
-0
/
+2
|
*
libcrc32c: Move implementation to crypto crc32c
Herbert Xu
2008-12-25
5
-159
/
+146
|
*
crypto: crc32c - Test descriptor context format
Herbert Xu
2008-12-25
1
-1
/
+50
|
*
crypto: crc32c-intel - Switch to shash
Herbert Xu
2008-12-25
1
-54
/
+47
|
*
crypto: crc32c - Switch to shash
Herbert Xu
2008-12-25
1
-132
/
+53
|
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
7
-6
/
+144
|
*
crypto: api - Call type show function before legacy for proc
Herbert Xu
2008-12-25
1
-7
/
+13
|
*
crypto: hash - Add import/export interface
Herbert Xu
2008-12-25
5
-5
/
+50
|
*
crypto: hash - Export shash through ahash
Herbert Xu
2008-12-25
2
-1
/
+144
|
*
crypto: hash - Add shash interface
Herbert Xu
2008-12-25
5
-0
/
+353
|
*
crypto: api - Rebirth of crypto_alloc_tfm
Herbert Xu
2008-12-25
4
-1
/
+123
|
*
crypto: api - Move type exit function into crypto_tfm
Herbert Xu
2008-12-25
3
-8
/
+8
|
*
crypto: ansi_cprng - Allow resetting of DT value
Neil Horman
2008-12-25
1
-3
/
+13
|
*
crypto: padlock - Avoid resetting cword on successive operations
Herbert Xu
2008-12-25
1
-10
/
+42
[next]