index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
talitos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: talitos - properly lock access to global talitos registers
Horia Geanta
2012-04-09
1
-3
/
+17
*
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
2012-01-13
1
-0
/
+1
*
crypto: talitos - convert talitos_error to struct device
Kim Phillips
2011-12-20
1
-3
/
+2
*
crypto: talitos - remove NO_IRQ references
Kim Phillips
2011-12-20
1
-9
/
+9
*
crypto: talitos - fix bad kfree
Kim Phillips
2011-12-20
1
-4
/
+4
*
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
2011-11-30
1
-11
/
+1
*
crypto: talitos - support for channel remap and 2nd IRQ
Kim Phillips
2011-11-21
1
-69
/
+138
*
crypto: talitos - prepare driver for channel remap support
Kim Phillips
2011-11-21
1
-15
/
+22
*
crypto: talitos - be less noisy on startup
Kim Phillips
2011-11-21
1
-3
/
+4
*
crypto: talitos - add hmac algorithms
Lee Nipper
2011-11-21
1
-2
/
+235
*
crypto: talitos - handle descriptor not found in error path
Kim Phillips
2011-10-21
1
-8
/
+10
*
crypto: talitos - don't bad_key in ablkcipher setkey
Kim Phillips
2011-07-15
1
-11
/
+0
*
crypto: talitos - remove unused giv from ablkcipher methods
Kim Phillips
2011-07-15
1
-4
/
+3
*
crypto: talitos - don't set done notification in hot path
Kim Phillips
2011-07-15
1
-3
/
+3
*
crypto: talitos - ensure request ordering within a single tfm
Kim Phillips
2011-07-15
1
-9
/
+14
*
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
2011-02-28
1
-5
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-10-24
1
-14
/
+15
|
\
|
*
crypto: talitos - sparse check endian fixes
Kim Phillips
2010-09-23
1
-12
/
+11
|
*
crypto: talitos - fix checkpatch warning
Kim Phillips
2010-09-23
1
-2
/
+1
|
*
crypto: talitos - fix warning: 'alg' may be used uninitialized in this function
Kim Phillips
2010-09-23
1
-0
/
+3
*
|
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-08-04
1
-37
/
+40
|
\
|
*
crypto: talitos - fix ahash for multiple of blocksize
Lee Nipper
2010-06-16
1
-37
/
+40
*
|
crypto: talitos - fix bug in sg_copy_end_to_buffer
Lee Nipper
2010-07-19
1
-1
/
+5
|
/
*
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
1
-47
/
+652
|
\
|
*
crypto: talitos - add support for sha224
Kim Phillips
2010-05-19
1
-9
/
+72
|
*
crypto: talitos - add hash algorithms
Lee Nipper
2010-05-19
1
-18
/
+526
|
*
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
*
|
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-22
1
-2
/
+5
*
|
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-18
1
-1
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
crypto: Make Open Firmware device id constant
Márton Németh
2010-01-17
1
-1
/
+1
*
crypto: talitos - add support for 36 bit addressing
Kim Phillips
2009-08-13
1
-29
/
+40
*
crypto: talitos - align locks on cache lines
Kim Phillips
2009-08-13
1
-83
/
+58
*
crypto: talitos - simplify hmac data size calculation
Kim Phillips
2009-08-13
1
-5
/
+3
*
crypto: talitos - Avoid unnecessary decrypt check
Kim Phillips
2009-06-02
1
-2
/
+1
*
crypto: talitos - containerof related codingstyle
Kim Phillips
2009-06-02
1
-10
/
+16
*
crypto: talitos - Whitespace/codingstyle/overrun lines cleanup
Kim Phillips
2009-06-02
1
-47
/
+48
*
crypto: talitos - Add ablkcipher algorithms
Lee Nipper
2009-06-02
1
-38
/
+342
*
crypto: talitos - scaffolding for new algorithm types
Lee Nipper
2009-06-02
1
-116
/
+129
*
crypto: talitos - Ack done interrupt in isr instead of tasklet
Lee Nipper
2008-12-25
1
-13
/
+7
*
crypto: talitos - Preempt overflow interrupts off-by-one fix
Vishnu Suresh
2008-12-25
1
-1
/
+1
*
crypto: talitos - Perform auth check in h/w if on sec 2.1 and above
Kim Phillips
2008-12-25
1
-44
/
+83
*
crypto: talitos - Implement done interrupt mitigation
Lee Nipper
2008-12-25
1
-8
/
+22
*
crypto: talitos - Pass correct interrupt status to error handler
Kim Phillips
2008-12-25
1
-9
/
+3
*
fix talitos
Al Viro
2008-11-30
1
-2
/
+2
*
crypto: talitos - Avoid consecutive packets going out with same IV
Kim Phillips
2008-09-14
1
-2
/
+4
*
crypto: talitos - Add handling for SEC 3.x treatment of link table
Lee Nipper
2008-08-13
1
-15
/
+39
*
crypto: talitos - sparse fix
Kim Phillips
2008-07-17
1
-1
/
+1
[next]