index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
crypto: camellia - rename camellia.c to camellia_generic.c
Jussi Kivilinna
2
-1
/
+0
2012-03-14
crypto: camellia - fix checkpatch warnings
Jussi Kivilinna
1
-38
/
+41
2012-03-14
crypto: camellia - rename camellia module to camellia_generic
Jussi Kivilinna
2
-1
/
+3
2012-03-14
crypto: tcrypt - add more camellia tests
Jussi Kivilinna
1
-0
/
+12
2012-03-14
crypto: testmgr - add more camellia test vectors
Jussi Kivilinna
2
-4
/
+1424
2012-03-14
crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macro
Jussi Kivilinna
1
-21
/
+3
2012-02-25
crypto: twofish-x86_64/i586 - set alignmask to zero
Jussi Kivilinna
1
-1
/
+1
2012-02-25
crypto: blowfish-x86_64 - set alignmask to zero
Jussi Kivilinna
1
-1
/
+1
2012-02-25
crypto: serpent-sse2 - combine ablk_*_init functions
Jussi Kivilinna
1
-58
/
+13
2012-02-25
crypto: blowfish-x86_64 - use crypto_[un]register_algs
Jussi Kivilinna
1
-98
/
+65
2012-02-25
crypto: twofish-x86_64-3way - use crypto_[un]register_algs
Jussi Kivilinna
1
-130
/
+89
2012-02-25
crypto: serpent-sse2 - use crypto_[un]register_algs
Jussi Kivilinna
1
-243
/
+163
2012-02-16
crypto: sha512 - use standard ror64()
Alexey Dobriyan
2
-9
/
+24
2012-02-14
crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...
Jesper Juhl
1
-1
/
+0
2012-02-14
crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()
Jesper Juhl
1
-1
/
+0
2012-02-05
crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0
Jesper Juhl
1
-1
/
+1
2012-02-05
crypto: sha512 - Avoid stack bloat on i386
Herbert Xu
1
-36
/
+32
2012-01-26
crypto: sha512 - Use binary and instead of modulus
Herbert Xu
1
-2
/
+2
2012-01-26
crypto: caam - fix gcc 4.6 warning
Kim Phillips
1
-1
/
+1
2012-01-26
crypto: Add bulk algorithm registration interface
Mark Brown
2
-0
/
+37
2012-01-15
crypto: sha512 - use standard ror64()
Alexey Dobriyan
2
-9
/
+24
2012-01-15
crypto: sha512 - reduce stack usage to safe number
Alexey Dobriyan
1
-24
/
+34
2012-01-15
crypto: sha512 - make it work, undo percpu message schedule
Alexey Dobriyan
1
-5
/
+1
2012-01-13
crypto: caam - be less noisy on startup
Kim Phillips
1
-4
/
+4
2012-01-13
crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms
Hemant Agrawal
1
-0
/
+115
2012-01-13
crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMIC
Julia Lawall
1
-1
/
+1
2012-01-13
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
12
-25
/
+78
2012-01-13
hwrng: tx4939 - use devm_request_and_ioremap
Julia Lawall
1
-4
/
+1
2012-01-13
crypto: serpent-sse2 - change transpose_4x4 to only use integer instructions
Jussi Kivilinna
2
-32
/
+26
2012-01-13
crypto: blowfish-x86_64 - blacklist Pentium 4
Jussi Kivilinna
1
-0
/
+30
2012-01-13
crypto: twofish-x86_64-3way - blacklist pentium4 and atom
Jussi Kivilinna
1
-0
/
+47
2012-01-13
crypto: driver for Tegra AES hardware
Varun Wadekar
4
-0
/
+1211
2012-01-13
arm: tegra: export tegra_chip_uid
Henning Heinold
1
-0
/
+2
2012-01-11
autofs4: deal with autofs4_write/autofs4_write races
Al Viro
3
-4
/
+7
2012-01-11
autofs4: catatonic_mode vs. notify_daemon race
Al Viro
1
-11
/
+14
2012-01-11
autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race
Al Viro
1
-1
/
+7
2012-01-11
user namespace: make signal.c respect user namespaces
Serge E. Hallyn
2
-4
/
+46
2012-01-11
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2
-26
/
+53
2012-01-11
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
5
-4
/
+135
2012-01-11
procfs: parse mount options
Vasiliy Kulikov
3
-2
/
+64
2012-01-11
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
2
-0
/
+367
2012-01-11
procfs: make proc_get_link to use dentry instead of inode
Cyrill Gorcunov
2
-11
/
+11
2012-01-11
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
3
-5
/
+23
2012-01-11
sparc: make SA_NOMASK a synonym of SA_NODEFER
Matt Fleming
1
-1
/
+2
2012-01-11
reiserfs: don't lock root inode searching
Frederic Weisbecker
1
-15
/
+13
2012-01-11
reiserfs: don't lock journal_init()
Frederic Weisbecker
2
-43
/
+31
2012-01-11
reiserfs: delay reiserfs lock until journal initialization
Frederic Weisbecker
2
-22
/
+24
2012-01-11
reiserfs: delete comments referring to the BKL
Davidlohr Bueso
1
-7
/
+4
2012-01-11
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Ben Hutchings
1
-2
/
+2
2012-01-11
drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030
Benoit Cousson
2
-2
/
+20
[next]