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
/
crypto
Commit message (
Expand
)
Author
Age
*
[CRYPTO] aes: Fixed array boundary violation
David McCullough
2006-03-21
*
[CRYPTO] tcrypt: Fix key alignment
Atsushi Nemoto
2006-03-21
*
[CRYPTO] all: Add missing cra_alignmask
Atsushi Nemoto
2006-03-21
*
[CRYPTO] all: Use kzalloc where possible
Eric Sesterhenn
2006-03-21
*
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
2006-03-21
*
[CRYPTO] twofish: Use rol32/ror32 where appropriate
Denis Vlasenko
2006-03-21
*
[PATCH] remove bogus asm/bug.h includes.
Al Viro
2006-02-07
*
[CRYPTO] cipher: Set alignmask for multi-byte loads
Herbert Xu
2006-01-09
*
[CRYPTO] api: Require block size to be less than PAGE_SIZE/8
Herbert Xu
2006-01-09
*
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update
Herbert Xu
2006-01-09
*
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
Herbert Xu
2006-01-09
*
[CRYPTO] sha1: Avoid shifting count left and right
Nicolas Pitre
2006-01-09
*
[CRYPTO] sha1: Rename i/j to done/partial
Nicolas Pitre
2006-01-09
*
[CRYPTO] sha1: Avoid useless memcpy()
Nicolas Pitre
2006-01-09
*
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2006-01-09
*
[CRYPTO] Allow multiple implementations of the same algorithm
Herbert Xu
2006-01-09
*
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
2006-01-09
*
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
2006-01-06
*
[PATCH] s390: in-kernel crypto test vectors
Jan Glauber
2006-01-06
*
[PATCH] s390: aes support
Jan Glauber
2006-01-06
*
[PATCH] s390: sha256 support
Jan Glauber
2006-01-06
*
[PATCH] s390: in-kernel crypto rename
Jan Glauber
2006-01-06
*
[CRYPTO] Check cra_alignmask against cra_blocksize
Herbert Xu
2005-10-29
*
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
2005-10-29
*
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
2005-10-29
*
[CRYPTO] Fix boundary check in standard multi-block cipher processors
Herbert Xu
2005-09-06
*
[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
Herbert Xu
2005-09-01
*
[CRYPTO]: Fix XTEA implementation
Aaron Grothe
2005-09-01
*
[PATCH] clean up inline static vs static inline
Jesper Juhl
2005-07-27
*
[CRYPTO]: Fix zero-extension bug on 64-bit architectures.
Herbert Xu
2005-07-15
*
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
2005-07-06
*
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2005-07-06
*
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
2005-07-06
*
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
2005-07-06
*
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
2005-07-06
*
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
2005-07-06
*
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2005-07-06
*
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
2005-07-06
*
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
2005-07-06
*
[CRYPTO] Add plumbing for multi-block operations
Herbert Xu
2005-07-06
*
[CRYPTO] Don't check for NULL before kfree()
Jesper Juhl
2005-07-06
*
[CRYPTO]: Use CPU cycle counters in tcrypt
Herbert Xu
2005-06-22
*
[CRYPTO]: Use template keys for speed tests if possible
Herbert Xu
2005-06-22
*
[CRYPTO]: Add cipher speed tests
Harald Welte
2005-06-22
*
[CRYPTO]: Kill unnecessary strncpy from tcrypt
Herbert Xu
2005-06-22
*
[CRYPTO]: White space and coding style clean up in tcrypt
Herbert Xu
2005-06-22
*
[CRYPTO]: Only reschedule if !in_atomic()
Herbert Xu
2005-05-23
*
[PATCH] crypto: fix null encryption/compression
Patrick McHardy
2005-05-17
*
[PATCH] uml: support AES i586 crypto driver
Paolo 'Blaisorblade' Giarrusso
2005-05-01
*
[PATCH] crypto: call zlib end functions on deflate exit path
Artem B. Bityuckiy
2005-04-16
[next]