index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
talitos.c
Commit message (
Expand
)
Author
Age
*
crypto: talitos - convert talitos_error to struct device
Kim Phillips
2011-12-20
*
crypto: talitos - remove NO_IRQ references
Kim Phillips
2011-12-20
*
crypto: talitos - fix bad kfree
Kim Phillips
2011-12-20
*
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
2011-11-30
*
crypto: talitos - support for channel remap and 2nd IRQ
Kim Phillips
2011-11-21
*
crypto: talitos - prepare driver for channel remap support
Kim Phillips
2011-11-21
*
crypto: talitos - be less noisy on startup
Kim Phillips
2011-11-21
*
crypto: talitos - add hmac algorithms
Lee Nipper
2011-11-21
*
crypto: talitos - handle descriptor not found in error path
Kim Phillips
2011-10-21
*
crypto: talitos - don't bad_key in ablkcipher setkey
Kim Phillips
2011-07-14
*
crypto: talitos - remove unused giv from ablkcipher methods
Kim Phillips
2011-07-14
*
crypto: talitos - don't set done notification in hot path
Kim Phillips
2011-07-14
*
crypto: talitos - ensure request ordering within a single tfm
Kim Phillips
2011-07-14
*
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
2011-02-28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-10-24
|
\
|
*
crypto: talitos - sparse check endian fixes
Kim Phillips
2010-09-23
|
*
crypto: talitos - fix checkpatch warning
Kim Phillips
2010-09-23
|
*
crypto: talitos - fix warning: 'alg' may be used uninitialized in this function
Kim Phillips
2010-09-23
*
|
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-08-04
|
\
|
*
crypto: talitos - fix ahash for multiple of blocksize
Lee Nipper
2010-06-16
*
|
crypto: talitos - fix bug in sg_copy_end_to_buffer
Lee Nipper
2010-07-19
|
/
*
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
|
\
|
*
crypto: talitos - add support for sha224
Kim Phillips
2010-05-19
|
*
crypto: talitos - add hash algorithms
Lee Nipper
2010-05-19
|
*
crypto: talitos - second prepare step for adding ahash algorithms
Lee Nipper
2010-05-19
|
*
crypto: talitos - prepare for adding ahash algorithms
Lee Nipper
2010-05-19
*
|
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-22
*
|
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-18
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
crypto: Make Open Firmware device id constant
Márton Németh
2010-01-17
*
crypto: talitos - add support for 36 bit addressing
Kim Phillips
2009-08-12
*
crypto: talitos - align locks on cache lines
Kim Phillips
2009-08-12
*
crypto: talitos - simplify hmac data size calculation
Kim Phillips
2009-08-12
*
crypto: talitos - Avoid unnecessary decrypt check
Kim Phillips
2009-06-02
*
crypto: talitos - containerof related codingstyle
Kim Phillips
2009-06-02
*
crypto: talitos - Whitespace/codingstyle/overrun lines cleanup
Kim Phillips
2009-06-02
*
crypto: talitos - Add ablkcipher algorithms
Lee Nipper
2009-06-02
*
crypto: talitos - scaffolding for new algorithm types
Lee Nipper
2009-06-02
*
crypto: talitos - Ack done interrupt in isr instead of tasklet
Lee Nipper
2008-12-24
*
crypto: talitos - Preempt overflow interrupts off-by-one fix
Vishnu Suresh
2008-12-24
*
crypto: talitos - Perform auth check in h/w if on sec 2.1 and above
Kim Phillips
2008-12-24
*
crypto: talitos - Implement done interrupt mitigation
Lee Nipper
2008-12-24
*
crypto: talitos - Pass correct interrupt status to error handler
Kim Phillips
2008-12-24
*
fix talitos
Al Viro
2008-11-30
*
crypto: talitos - Avoid consecutive packets going out with same IV
Kim Phillips
2008-09-14
*
crypto: talitos - Add handling for SEC 3.x treatment of link table
Lee Nipper
2008-08-13
*
crypto: talitos - sparse fix
Kim Phillips
2008-07-17
*
crypto: talitos - Stop leaking memory in error path
Kim Phillips
2008-07-17
*
crypto: talitos - Fix GFP flag usage
Kim Phillips
2008-07-17
[next]