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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
Jussi Kivilinna
8
-24
/
+1127
2013-04-25
crypto: tcrypt - add async cipher speed tests for blowfish
Jussi Kivilinna
1
-0
/
+15
2013-04-25
crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2
Jussi Kivilinna
1
-38
/
+1062
2013-04-25
crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
Jussi Kivilinna
1
-1
/
+1
2013-04-25
crypto: aesni_intel - add more optimized XTS mode for x86-64
Jussi Kivilinna
3
-0
/
+198
2013-04-25
crypto: x86/camellia-aesni-avx - add more optimized XTS code
Jussi Kivilinna
2
-42
/
+229
2013-04-25
crypto: cast6-avx: use new optimized XTS code
Jussi Kivilinna
2
-41
/
+98
2013-04-25
crypto: x86/twofish-avx - use optimized XTS code
Jussi Kivilinna
2
-41
/
+98
2013-04-25
crypto: x86 - add more optimized XTS-mode for serpent-avx
Jussi Kivilinna
6
-46
/
+273
2013-04-25
xfrm: add rfc4494 AES-CMAC-96 support
Jussi Kivilinna
1
-0
/
+13
2013-04-25
crypto: add CMAC support to CryptoAPI
Jussi Kivilinna
6
-1
/
+480
2013-04-25
crypto: testmgr - add empty test vectors for null ciphers
Jussi Kivilinna
1
-0
/
+9
2013-04-25
crypto: testmgr - add AES GMAC test vectors
Jussi Kivilinna
3
-2
/
+108
2013-04-25
crypto: gcm - fix rfc4543 to handle async crypto correctly
Jussi Kivilinna
1
-2
/
+17
2013-04-25
crypto: gcm - make GMAC work when dst and src are different
Jussi Kivilinna
2
-17
/
+81
2013-04-25
hwrng: timeriomem - added devicetree hooks
Alexander Clouter
2
-2
/
+40
2013-04-25
hwrng: timeriomem - update to support more than one device
Alexander Clouter
2
-59
/
+116
2013-04-25
crypto: crc32-pclmul - Use gas macro for pclmulqdq
Sandy Wu
1
-2
/
+3
2013-04-25
hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver
Lubomir Rintel
4
-0
/
+139
2013-04-25
crypto: caam - static constify error data
Kim Phillips
1
-5
/
+5
2013-04-25
crypto: caam - change key gen functions to return signed int
Kim Phillips
3
-4
/
+4
2013-04-25
crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...
Tim Chen
3
-0
/
+295
2013-04-25
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins...
Tim Chen
1
-0
/
+743
2013-04-25
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...
Tim Chen
1
-0
/
+423
2013-04-25
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ...
Tim Chen
1
-0
/
+421
2013-04-25
crypto: sha512 - Expose generic sha512 routine to be callable from other modules
Tim Chen
2
-6
/
+10
2013-04-25
crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...
Tim Chen
3
-0
/
+288
2013-04-03
crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions
Tim Chen
1
-0
/
+772
2013-04-03
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.
Tim Chen
1
-0
/
+496
2013-04-03
crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental ...
Tim Chen
1
-0
/
+506
2013-04-03
crypto: sha256 - Expose SHA256 generic routine to be callable externally.
Tim Chen
2
-5
/
+8
2013-04-03
crypto: x86 - build AVX block cipher implementations only if assembler suppor...
Jussi Kivilinna
1
-11
/
+23
2013-04-03
crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC
Jussi Kivilinna
1
-3
/
+3
2013-04-03
crypto: ux500 - fix error return code in hash_dma_final()
Wei Yongjun
1
-0
/
+2
2013-03-22
crypto: picoxcell - Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-03-22
hwrng: mxc-rnga - Use devm_ioremap_resource()
Fabio Estevam
1
-17
/
+4
2013-03-22
crypto: caam - Fix missing init of '.type' in AEAD algos.
Vakul Garg
1
-0
/
+6
2013-03-22
crypto: caam - set RDB bit in security configuration register
Vakul Garg
2
-1
/
+6
2013-03-22
hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume
Jingoo Han
1
-1
/
+2
2013-03-21
crypto: ux500 - replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
1
-3
/
+1
2013-03-21
crypto: sahara - Add driver for SAHARA2 accelerator.
Javier Martin
4
-0
/
+1096
2013-03-10
hwrng: Fix a wrong comment in Documentation/hw_random.txt
Tang Chen
1
-1
/
+1
2013-03-10
crypto: caam - fix typo "CRYPTO_AHASH"
Paul Bolle
1
-1
/
+1
2013-03-10
crypto: omap-sham - Use module_platform_driver macro
Sachin Kamat
1
-12
/
+1
2013-03-10
crypto: omap-aes - Use module_platform_driver macro
Sachin Kamat
1
-12
/
+1
2013-03-10
crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
1
-1
/
+1
2013-03-10
crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
1
-1
/
+1
2013-03-10
crypto: bfin_crc - Fix possible NULL pointer dereference
Syam Sidhardhan
1
-3
/
+3
2013-03-10
crypto: user - constify netlink dispatch table
Mathias Krause
1
-2
/
+2
2013-03-10
crypto: crc32c - Update the links to the white papers on CRC32C calculations ...
Tim Chen
1
-2
/
+3
[next]