index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-26
crypto: caam - fix gcc 4.6 warning
Kim Phillips
1
-1
/
+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: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
1
-1
/
+2
2011-12-20
crypto: caam - remove DECO access initialization code
Kim Phillips
2
-14
/
+0
2011-12-20
crypto: caam - fix polarity of "propagate error" logic
Kim Phillips
3
-10
/
+11
2011-12-20
crypto: caam - more desc.h cleanups
Kim Phillips
1
-168
/
+167
2011-12-20
crypto: caam - desc.h - convert spaces to tabs
Kim Phillips
1
-1039
/
+1039
2011-11-30
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-11-21
crypto: caam - add support for MD5 algorithm variants
Kim Phillips
2
-0
/
+58
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+13
2011-07-24
caam: don't pass bogus S_IFCHR to debugfs_create_...()
Al Viro
1
-13
/
+13
2011-07-15
crypto: caam - ablkcipher support
Yuan Kang
2
-0
/
+511
2011-07-15
crypto: caam - faster aead implementation
Yuan Kang
2
-330
/
+832
2011-07-15
crypto: caam - structure renaming
Yuan Kang
1
-21
/
+43
2011-07-15
crypto: caam - shorter names
Yuan Kang
1
-137
/
+137
2011-06-30
crypto: caam - fix build warning when DEBUG_FS not configured
Kim Phillips
1
-1
/
+3
2011-06-30
crypto: caam - fix operator precedence in shared descriptor allocation
Kim Phillips
1
-3
/
+3
2011-05-19
crypto: caam - add support for sha512 variants of existing AEAD algorithms
Kim Phillips
2
-13
/
+107
2011-05-19
crypto: caam - remove unused authkeylen from caam_ctx
Kim Phillips
1
-2
/
+0
2011-05-19
crypto: caam - fix decryption shared vs. non-shared key setting
Kim Phillips
1
-4
/
+22
2011-05-19
crypto: caam - platform_bus_type migration
Kim Phillips
1
-5
/
+4
2011-05-04
crypto: caam - fix printk recursion for long error texts
Kim Phillips
2
-3
/
+4
2011-05-04
crypto: caam - remove unused keylen from session context
Kim Phillips
1
-2
/
+0
2011-05-03
crypto: caam - remove duplicate dev_err
Kim Phillips
1
-1
/
+0
2011-05-03
crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptor
Kim Phillips
1
-4
/
+2
2011-05-03
crypto: caam - fix queue interface detection
Kim Phillips
1
-1
/
+1
2011-05-03
crypto: caam - handle interrupt lines shared across rings
Kim Phillips
1
-26
/
+20
2011-04-08
crypto: caam - introduce missing kfree
Julia Lawall
1
-0
/
+1
2011-03-27
crypto: caam - ARRAY_SIZE() vs sizeof()
Dan Carpenter
1
-4
/
+4
2011-03-27
crypto: caam - dereferencing ERR_PTR on allocation failure
Dan Carpenter
1
-1
/
+1
2011-03-27
crypto: caam - standardize device tree naming convention to utilize '-vX.Y'
Kim Phillips
2
-5
/
+5
2011-03-27
crypto: caam - Add support for the Freescale SEC4/CAAM
Kim Phillips
13
-0
/
+4935