index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
crypto: hifn_795x - fix error return code
Peter Senna Tschudin
1
-1
/
+4
2012-09-27
crypto: ux500 - fix error return code
Peter Senna Tschudin
1
-0
/
+1
2012-09-27
crypto: caam - fix error IDs for SEC v5.x RNG4
Horia Geanta
1
-2
/
+0
2012-09-07
hwrng: mxc-rnga - Access data via structure
Fabio Estevam
1
-57
/
+51
2012-09-07
hwrng: mxc-rnga - Adapt clocks to new i.mx clock framework
Fabio Estevam
1
-5
/
+5
2012-09-07
crypto: caam - add IPsec ESN support
Horia Geanta
2
-2
/
+26
2012-09-07
crypto: 842 - remove .cra_list initialization
Jussi Kivilinna
1
-1
/
+0
2012-09-07
Revert "[CRYPTO] cast6: inline bloat--"
Jussi Kivilinna
1
-3
/
+3
2012-09-07
crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)
Jussi Kivilinna
1
-0
/
+5
2012-09-07
crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)
Jussi Kivilinna
1
-0
/
+5
2012-09-07
crypto: camellia-x86_64 - fix sparse warnings (constant is so big)
Jussi Kivilinna
1
-688
/
+688
2012-09-07
crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...
Jussi Kivilinna
2
-6
/
+6
2012-09-07
crypto: cast6-avx - tune assembler code for more performance
Jussi Kivilinna
1
-114
/
+162
2012-09-07
crypto: cast5-avx - tune assembler code for more performance
Jussi Kivilinna
1
-106
/
+160
2012-09-07
crypto: twofish-avx - tune assembler code for more performance
Jussi Kivilinna
1
-85
/
+142
2012-09-07
crypto: geode-aes - Use module_pci_driver
Sachin Kamat
1
-14
/
+1
2012-09-07
crypto: remove duplicated include
Wei Yongjun
3
-15
/
+0
2012-09-07
crypto: caam - coccicheck fixes
Kim Phillips
3
-8
/
+16
2012-09-07
crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini
Devendra Naga
1
-1
/
+0
2012-09-07
arm/crypto: Add optimized AES and SHA1 routines
David McCullough
7
-0
/
+1945
2012-09-07
crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driver
Kent Yoder
1
-0
/
+6
2012-08-28
crypto: talitos - add IPsec ESN support
Horia Geanta
1
-2
/
+28
2012-08-28
crypto: talitos - support for assoc data provided as scatterlist
Horia Geanta
1
-51
/
+125
2012-08-28
crypto: talitos - change type and name for [src|dst]_is_chained
Horia Geanta
1
-21
/
+20
2012-08-28
crypto: talitos - prune unneeded descriptor allocation param
Horia Geanta
1
-7
/
+6
2012-08-28
crypto: talitos - fix icv management on outbound direction
Horia Geanta
1
-1
/
+1
2012-08-28
crypto: talitos - consolidate common cra_* assignments
Kim Phillips
1
-146
/
+17
2012-08-28
crypto: talitos - consolidate cra_type assignments
Kim Phillips
1
-26
/
+3
2012-08-20
crypto: atmel - Remove possible typo error
Tushar Behera
1
-1
/
+1
2012-08-20
drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated data
Julia Lawall
1
-12
/
+5
2012-08-20
crypto: nx - Remove virt_to_abs() usage in nx-842.c
Michael Ellerman
1
-16
/
+18
2012-08-20
crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...
Jussi Kivilinna
2
-35
/
+220
2012-08-01
powerpc/crypto: add 842 crypto driver
Seth Jennings
3
-0
/
+193
2012-08-01
powerpc/crypto: add 842 hardware compression driver
Seth Jennings
5
-0
/
+1644
2012-08-01
powerpc/crypto: add compression support to arch vec
Seth Jennings
1
-2
/
+2
2012-08-01
powerpc/crypto: rework Kconfig
Seth Jennings
5
-16
/
+29
2012-08-01
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
3
-7
/
+7
2012-08-01
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2
-6
/
+15
2012-08-01
crypto: caam - fix possible deadlock condition
Kim Phillips
1
-5
/
+5
2012-08-01
crypto: cast6 - add x86_64/avx assembler implementation
Johannes Goetzfried
5
-0
/
+1062
2012-08-01
crypto: testmgr - add larger cast6 testvectors
Johannes Goetzfried
3
-2
/
+1520
2012-08-01
crypto: cast6 - prepare generic module for optimized implementations
Johannes Goetzfried
3
-24
/
+67
2012-08-01
crypto: cast5 - add x86_64/avx assembler implementation
Johannes Goetzfried
5
-0
/
+928
2012-08-01
crypto: testmgr - add larger cast5 testvectors
Johannes Goetzfried
4
-2
/
+871
2012-08-01
crypto: cast5 - prepare generic module for optimized implementations
Johannes Goetzfried
3
-34
/
+69
2012-08-01
crypto: arch/s390 - cleanup - remove unneeded cra_list initialization
Jussi Kivilinna
3
-16
/
+0
2012-08-01
crypto: drivers - remove cra_list initialization
Jussi Kivilinna
12
-21
/
+0
2012-08-01
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
11
-54
/
+1
2012-08-01
crypto: cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
15
-15
/
+0
2012-08-01
crypto: whirlpool - use crypto_[un]register_shashes
Jussi Kivilinna
1
-33
/
+6
[next]