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
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: api - prevent helper ciphers from being used
Stephan Mueller
2015-03-31
2
-0
/
+16
*
crypto: arm/ghash - fix big-endian bug in ghash
Ard Biesheuvel
2015-03-24
1
-1
/
+1
*
crypto: img-hash - shift wrapping bug in img_hash_hw_init()
Dan Carpenter
2015-03-23
1
-1
/
+1
*
crypto: img-hash - fix some compile warnings
Dan Carpenter
2015-03-23
1
-2
/
+1
*
crypto: qat - make error and info log messages more descriptive
Allan, Bruce W
2015-03-23
12
-91
/
+137
*
crypto: qat - fix typo in string
Allan, Bruce W
2015-03-23
1
-1
/
+1
*
crypto: qat - remove duplicate definition of Intel PCI vendor id
Allan, Bruce W
2015-03-23
1
-1
/
+0
*
crypto: img-hash - Fix Kconfig selections
James Hartley
2015-03-23
1
-2
/
+1
*
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
mancha security
2015-03-20
1
-1
/
+1
*
hwrng: core - allow perfect entropy from hardware devices
Keith Packard
2015-03-18
1
-1
/
+2
*
linux-next: build failure after merge of the crypto tree
Herbert Xu
2015-03-17
1
-1
/
+1
*
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
Andre Wolokita
2015-03-17
1
-1
/
+1
*
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...
Andre Wolokita
2015-03-17
1
-1
/
+1
*
crypto: sha1-mb - Syntax error
Ameen Ali
2015-03-16
1
-1
/
+1
*
crypto: algif_rng - zeroize buffer with random data
Stephan Mueller
2015-03-16
1
-1
/
+1
*
Documentation: crypto: Add DT binding info for the img hw hash accelerator
James Hartley
2015-03-16
1
-0
/
+27
*
crypto: img-hash - Add Imagination Technologies hw hash accelerator
James Hartley
2015-03-16
3
-0
/
+1045
*
hwrng: iproc-rng200 - make use of devm_hwrng_register
Dmitry Torokhov
2015-03-16
1
-14
/
+1
*
hwrng: iproc-rng200 - do not use static structure
Dmitry Torokhov
2015-03-16
1
-23
/
+21
*
hwrng: msm - make use of devm_hwrng_register
Dmitry Torokhov
2015-03-16
1
-10
/
+1
*
hwrng: exynos - make use of devm_hwrng_register
Dmitry Torokhov
2015-03-16
1
-11
/
+1
*
hwrng: bcm63xx - make use of devm_hwrng_register
Dmitry Torokhov
2015-03-16
1
-56
/
+31
*
hwrng: add devm_* interfaces
Dmitry Torokhov
2015-03-16
2
-0
/
+46
*
crypto: don't export static symbol
Julia Lawall
2015-03-13
1
-1
/
+0
*
crypto: testmgr - fix RNG return code enforcement
Stephan Mueller
2015-03-13
1
-5
/
+5
*
linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)
Herbert Xu
2015-03-12
3
-40
/
+5
*
hwrng: omap - remove #ifdefery around PM methods
Dmitry Torokhov
2015-03-12
1
-12
/
+3
*
crypto: arm - add support for GHASH using ARMv8 Crypto Extensions
Ard Biesheuvel
2015-03-12
4
-0
/
+424
*
crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions
Ard Biesheuvel
2015-03-12
4
-0
/
+1049
*
crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions
Ard Biesheuvel
2015-03-12
4
-0
/
+348
*
crypto: arm - add support for SHA1 using ARMv8 Crypto Instructions
Ard Biesheuvel
2015-03-12
4
-0
/
+296
*
crypto: arm - move ARM specific Kconfig definitions to a dedicated file
Ard Biesheuvel
2015-03-12
3
-75
/
+88
*
crypto: amcc - remove incorrect __init/__exit markups
Dmitry Torokhov
2015-03-12
1
-3
/
+3
*
crypto: qat - remove incorrect __exit markup
Dmitry Torokhov
2015-03-12
1
-1
/
+1
*
hwrng: pseries - remove incorrect __init/__exit markups
Dmitry Torokhov
2015-03-12
1
-2
/
+2
*
hwrng: octeon - remove incorrect __exit markups
Dmitry Torokhov
2015-03-12
1
-2
/
+2
*
hwrng: omap - remove incorrect __exit markups
Dmitry Torokhov
2015-03-12
1
-2
/
+2
*
crypto: tcrypt - fix uninit sg entries in test_acipher_speed
Horia Geant?
2015-03-12
1
-2
/
+2
*
crypto: octeon - enable OCTEON SHA1/256/512 module selection
Aaro Koskinen
2015-03-10
1
-0
/
+27
*
crypto: octeon - add SHA512 module
Aaro Koskinen
2015-03-10
2
-0
/
+278
*
crypto: octeon - add SHA256 module
Aaro Koskinen
2015-03-10
2
-0
/
+281
*
crypto: octeon - add SHA1 module
Aaro Koskinen
2015-03-10
2
-1
/
+243
*
crypto: octeon - add instruction definitions for SHA1/256/512
Aaro Koskinen
2015-03-10
1
-4
/
+79
*
crypto: octeon - always disable preemption when using crypto engine
Aaro Koskinen
2015-03-10
2
-5
/
+3
*
crypto: octeon - don't disable bottom half in octeon-md5
Aaro Koskinen
2015-03-10
1
-4
/
+0
*
crypto: powerpc - move files to fix build error
Kim Phillips
2015-03-09
6
-4
/
+4
*
hwrng: xgene - add ACPI support for APM X-Gene RNG unit
Feng Kan
2015-03-09
1
-0
/
+10
*
MAINTAINERS: add crypto-API.tmpl
Stephan Mueller
2015-03-09
1
-0
/
+1
*
crypto: doc - AEAD / RNG AF_ALG interface
Stephan Mueller
2015-03-09
2
-205
/
+596
*
crypto: rng - RNGs must return 0 in success case
Stephan Mueller
2015-03-09
3
-4
/
+12
[next]