index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
2010-05-21
36
-315
/
+6456
|
\
|
*
random: simplify fips mode
Matt Mackall
2010-05-20
1
-7
/
+3
|
*
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
2010-05-20
1
-2
/
+6
|
*
crypto: talitos - add support for sha224
Kim Phillips
2010-05-19
2
-10
/
+75
|
*
crypto: talitos - add hash algorithms
Lee Nipper
2010-05-19
2
-18
/
+534
|
*
crypto: talitos - second prepare step for adding ahash algorithms
Lee Nipper
2010-05-19
1
-12
/
+43
|
*
crypto: talitos - prepare for adding ahash algorithms
Lee Nipper
2010-05-19
1
-18
/
+21
|
*
crypto: n2 - Add Niagara2 crypto driver
David S. Miller
2010-05-19
5
-0
/
+2423
|
*
crypto: skcipher - Add ablkcipher_walk interfaces
David S. Miller
2010-05-19
2
-0
/
+317
|
*
crypto: testmgr - Add testing for async hashing and update/final
David S. Miller
2010-05-19
1
-18
/
+48
|
*
crypto: tcrypt - Add speed tests for async hashing
David S. Miller
2010-05-19
1
-6
/
+330
|
*
crypto: scatterwalk - Fix scatterwalk_done() test
David S. Miller
2010-05-19
1
-1
/
+1
|
*
crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walk
David S. Miller
2010-05-19
1
-9
/
+9
|
*
padata: Use get_online_cpus/put_online_cpus in padata_free
Steffen Klassert
2010-05-19
1
-0
/
+3
|
*
padata: Add some code comments
Steffen Klassert
2010-05-19
2
-11
/
+110
|
*
padata: Flush the padata queues actively
Steffen Klassert
2010-05-19
1
-8
/
+25
|
*
padata: Use a timer to handle remaining objects in the reorder queues
Steffen Klassert
2010-05-19
2
-7
/
+20
|
*
crypto: shash - Remove usage of CRYPTO_MINALIGN
Herbert Xu
2010-05-19
1
-1
/
+1
|
*
crypto: mv_cesa - Use resource_size
Tobias Klauser
2010-05-14
1
-2
/
+2
|
*
crypto: omap - OMAP macros corrected
Dmitry Kasatkin
2010-05-14
1
-2
/
+2
|
*
padata: Use get_online_cpus/put_online_cpus
Steffen Klassert
2010-05-03
1
-0
/
+13
|
*
padata: Initialize the padata queues only for the used cpus
Steffen Klassert
2010-05-03
1
-9
/
+5
|
*
padata: Remove superfluous might_sleep
Steffen Klassert
2010-05-03
1
-10
/
+0
|
*
padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU
Steffen Klassert
2010-05-03
1
-6
/
+7
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Herbert Xu
2010-05-03
7774
-129756
/
+264339
|
|
\
|
*
|
padata: Dont scale the parallel objects with the cpus
Steffen Klassert
2010-05-03
1
-1
/
+1
|
*
|
crypto: omap - sha1 & md5 driver
Dmitry Kasatkin
2010-05-03
3
-0
/
+1270
|
*
|
crypto: omap - Updates omap sham device related platform code
Dmitry Kasatkin
2010-05-03
5
-13
/
+56
|
*
|
crypto: algapi - Remove unneeded null check
Dan Carpenter
2010-05-03
1
-1
/
+1
|
*
|
crypto: geode-aes - Fix some code style issues
Chihau Chau
2010-04-19
1
-16
/
+20
|
*
|
crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers
Uri Simchoni
2010-04-13
2
-12
/
+542
|
*
|
crypto: mv_cesa - Support processing of data from previous requests
Uri Simchoni
2010-04-13
1
-3
/
+5
|
*
|
crypto: mv_cesa - Make the copy-back of data optional
Uri Simchoni
2010-04-13
1
-22
/
+27
|
*
|
crypto: mv_cesa - Execute some code via function pointers rathr than direct c...
Uri Simchoni
2010-04-13
1
-4
/
+9
|
*
|
crypto: mv_cesa - Rename a variable to a more suitable name
Uri Simchoni
2010-04-13
1
-5
/
+5
|
*
|
crypto: mv_cesa - Enqueue generic async requests
Uri Simchoni
2010-04-13
1
-19
/
+24
|
*
|
crypto: mv_cesa - Fix situations where the src sglist spans more data than th...
Uri Simchoni
2010-04-13
1
-22
/
+44
|
*
|
crypto: mv_cesa - Fix situation where the dest sglist is organized differentl...
Uri Simchoni
2010-04-13
1
-5
/
+9
|
*
|
crypto: mv_cesa - Remove compiler warning in mv_cesa driver
Uri Simchoni
2010-04-13
1
-0
/
+1
|
*
|
crypto: mv_cesa - Invoke the user callback from a softirq context
Uri Simchoni
2010-04-13
1
-0
/
+2
|
*
|
padata: Section cleanup
Henrik Kretzschmar
2010-03-29
1
-2
/
+2
|
*
|
crypto: aesni-intel - Fix another CTR build failure with gas 2.16.1
Huang Ying
2010-03-24
1
-2
/
+2
|
*
|
crypto: pcrypt - Handle crypto_get_attr_type errors
Dan Carpenter
2010-03-24
1
-7
/
+4
|
*
|
crypto: vmac - Fix big-endian support
Shane Wang
2010-03-18
2
-43
/
+96
|
*
|
crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1
Huang Ying
2010-03-13
2
-5
/
+95
|
*
|
crypto: tcrypt - Speed testing support for ghash
Huang Ying
2010-03-10
2
-0
/
+36
|
*
|
crypto: aesni-intel - Add AES-NI accelerated CTR mode
Huang Ying
2010-03-10
2
-7
/
+238
|
*
|
crypto: internal - Fix checkpatch errors
Richard Hartmann
2010-03-10
1
-1
/
+1
*
|
|
Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
2010-05-21
2
-1
/
+78
|
\
\
\
|
*
|
|
drivers: video: msm: add include msm_mdp.h
Daniel Walker
2010-04-28
1
-0
/
+78
[next]