index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-13
crypto: sparc64/md5 - fix module description
Mathias Krause
2015-01-13
crypto: sparc64/des - add "des3_ede" module alias
Mathias Krause
2015-01-13
crypto: sparc64/camellia - fix module alias
Mathias Krause
2015-01-13
crypto: sparc64/aes - fix module description
Mathias Krause
2015-01-13
crypto: qat - remove unnecessary include of atomic.h header file
Allan, Bruce W
2015-01-13
crypto: qat - use pci_wait_for_pending_transaction()
Allan, Bruce W
2015-01-13
crypto: qat - adf_ae_stop() is never called
Allan, Bruce W
2015-01-13
crypto: qat - correctly type a boolean
Allan, Bruce W
2015-01-13
crypto: qat - fix device reset flow
Allan, Bruce W
2015-01-13
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
2015-01-08
lib: memzero_explicit: add comment for its usage
Daniel Borkmann
2015-01-08
crypto: qat - Fix incorrect uses of memzero_explicit
Herbert Xu
2015-01-08
crypto: aead - add check for presence of auth tag
Stephan Mueller
2015-01-08
crypto: omap-des - fix BUG_ON condition
Asaf Vertz
2015-01-05
crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c
Masanari Iida
2015-01-05
crypto: amcc - Remove unused function
Rickard Strandqvist
2015-01-05
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
Herbert Xu
2014-12-29
crypto: algif_rng - enable RNG interface compilation
Stephan Mueller
2014-12-29
crypto: algif_rng - add random number generator support
Stephan Mueller
2014-12-26
crypto: af_alg - zeroize key data
Stephan Mueller
2014-12-26
hwrng: core - Move hwrng_init call into set_current_rng
Herbert Xu
2014-12-26
hwrng: core - Drop current rng in set_current_rng
Herbert Xu
2014-12-26
hwrng: core - Do not register device opportunistically
Herbert Xu
2014-12-26
hwrng: core - Fix current_rng init/cleanup race yet again
Herbert Xu
2014-12-26
hwrng: core - Use struct completion for cleanup_done
Herbert Xu
2014-12-24
crypto: octeon - enable OCTEON MD5 module selection
Aaro Koskinen
2014-12-24
crypto: octeon - add MD5 module
Aaro Koskinen
2014-12-24
MIPS: OCTEON: reintroduce crypto features check
Aaro Koskinen
2014-12-24
crypto: octeon - add instruction definitions for MD5
Aaro Koskinen
2014-12-24
MIPS: OCTEON: add crypto helper functions
Aaro Koskinen
2014-12-22
crypto: ux500 - fix checkpatch errors
Asaf Vertz
2014-12-22
crypto: qat - add support for cbc(aes) ablkcipher
Tadeusz Struk
2014-12-22
crypto: qat - Fix assumption that sg in and out will have the same nents
Tadeusz Struk
2014-12-22
crypto: algif - Mark sgl end at the end of data
Tadeusz Struk
2014-12-22
hwrng: don't init list element we're about to add to list.
Rusty Russell
2014-12-22
hwrng: don't double-check old_rng.
Rusty Russell
2014-12-22
hwrng: fix unregister race.
Rusty Russell
2014-12-22
hwrng: use reference counts on each struct hwrng.
Rusty Russell
2014-12-22
hwrng: move some code out mutex_lock for avoiding underlying deadlock
Amos Kong
2014-12-22
hwrng: place mutex around read functions and buffers.
Rusty Russell
2014-12-22
crypto: af_alg - add setsockopt for auth tag size
Stephan Mueller
2014-12-22
crypto: drbg - panic on continuous self test error
Stephan Mueller
2014-12-22
crypto: api - fixed style erro in algapi.c
Joshua I. James
2014-12-22
crypto: ahash - fixed style error in ahash.c
Joshua I. James
2014-12-22
crypto: af_alg - fixed style error in af_alg.c
Joshua I. James
2014-12-22
crypto: aead - fixed style error in aead.c
Joshua I. James
2014-12-22
crypto: ablkcipher - fixed style errors in ablkcipher.c
Joshua I. James
2014-12-22
crypto: atmel_sha - remove unused shash fallback instance.
Svenning Sørensen
2014-12-22
crypto: af_alg - fix backlog handling
Rabin Vincent
2014-12-20
Linux 3.19-rc1
v3.19-rc1
Linus Torvalds
[next]