index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-23
PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
Nicolai Stange
1
-0
/
+2
2016-03-17
crypto: marvell/cesa - forward devm_ioremap_resource() error code
Boris BREZILLON
1
-1
/
+1
2016-03-17
crypto: marvell/cesa - initialize hash states
Boris BREZILLON
1
-0
/
+20
2016-03-17
crypto: marvell/cesa - fix memory leak
Boris BREZILLON
2
-69
/
+20
2016-03-17
crypto: ccp - fix lock acquisition code
Gary R Hook
1
-3
/
+3
2016-03-17
eCryptfs: Use skcipher and shash
Herbert Xu
1
-4
/
+2
2016-03-11
crypto: qat - remove redundant arbiter configuration
Tadeusz Struk
1
-19
/
+0
2016-03-11
crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
2
-4
/
+4
2016-03-11
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
3
-6
/
+6
2016-03-11
crypto: qat - Change the definition of icp_qat_uof_regtype
Pingchao Yang
1
-21
/
+21
2016-03-11
hwrng: exynos - use __maybe_unused to hide pm functions
Arnd Bergmann
1
-6
/
+4
2016-03-11
crypto: ccp - Add abstraction for device-specific calls
Gary R Hook
7
-667
/
+710
2016-03-11
crypto: ccp - CCP versioning support
Gary R Hook
7
-5
/
+115
2016-03-11
crypto: ccp - Support for multiple CCPs
Gary R Hook
4
-19
/
+114
2016-03-11
crypto: ccp - Remove check for x86 family and model
Gary R Hook
1
-36
/
+11
2016-02-28
crypto: ccp - memset request context to zero during import
Tom Lendacky
2
-0
/
+2
2016-02-28
lib/mpi: use "static inline" instead of "extern inline"
Arnd Bergmann
2
-5
/
+5
2016-02-28
lib/mpi: avoid assembler warning
Arnd Bergmann
1
-1
/
+1
2016-02-28
hwrng: bcm63xx - fix non device tree compatibility
Álvaro Fernández Rojas
1
-1
/
+3
2016-02-28
crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.
Marcus Meissner
1
-0
/
+16
2016-02-28
crypto: qat - The AE id should be less than the maximal AE number
Pingchao Yang
1
-1
/
+1
2016-02-28
lib/mpi: Endianness fix
Michal Marek
1
-18
/
+21
2016-02-28
crypto: rockchip - add hash support for crypto engine in rk3288
Zain Wang
6
-14
/
+499
2016-02-17
crypto: xts - fix compile errors
Stephan Mueller
5
-0
/
+5
2016-02-17
crypto: doc - add skcipher API documentation
Stephan Mueller
1
-130
/
+74
2016-02-17
crypto: doc - update AEAD AD handling
Stephan Mueller
2
-4
/
+3
2016-02-17
crypto: doc - add crypto_rng_generate
Stephan Mueller
1
-0
/
+1
2016-02-17
crypto: doc - add akcipher API
Stephan Mueller
2
-14
/
+37
2016-02-17
crypto: caam - Staticize caam_jr_shutdown()
Fabio Estevam
1
-1
/
+1
2016-02-17
crypto: qat - fix leak on error path
Tadeusz Struk
1
-34
/
+36
2016-02-17
crypto: xts - consolidate sanity check for keys
Stephan Mueller
13
-53
/
+71
2016-02-17
hwrng: pic32 - Add PIC32 RNG hardware driver
Joshua Henderson
3
-0
/
+169
2016-02-17
dt/bindings: Add bindings for the PIC32 random number generator
Joshua Henderson
1
-0
/
+17
2016-02-17
crypto: atmel-sha - fix race in atmel_sha_final()
Cyrille Pitchen
1
-22
/
+2
2016-02-17
crypto: atmel-sha - fix .import()/.export() implementation
Cyrille Pitchen
1
-34
/
+10
2016-02-17
crypto: testmgr - mark authenticated ctr(aes) also as FIPS able
Marcus Meissner
1
-0
/
+16
2016-02-09
crypto: keys - Revert "convert public key to akcipher api"
Herbert Xu
14
-139
/
+316
2016-02-06
crypto: testmgr - mark more algorithms as FIPS compliant
Marcus Meissner
1
-0
/
+7
2016-02-06
crypto: testmgr - fix out of bound read in __test_aead()
Jerome Marchand
1
-2
/
+3
2016-02-06
crypto: sahara - fill the statesize field
Fabio Estevam
1
-0
/
+2
2016-02-06
crypto: sahara - avoid needlessly saving and restoring sahara_ctx
Fabio Estevam
1
-10
/
+2
2016-02-06
crypto: sahara - remove unneeded mutex in the exported state
Fabio Estevam
1
-5
/
+0
2016-02-06
crypto: testmgr - Add a test case for import()/export()
Wang, Rui Y
1
-0
/
+133
2016-02-06
crypto: public_key - remove MPIs from public_key_signature struct
Tadeusz Struk
1
-13
/
+1
2016-02-06
integrity: convert digsig to akcipher api
Tadeusz Struk
2
-7
/
+4
2016-02-06
crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api
Tadeusz Struk
12
-296
/
+134
2016-02-06
crypto: ccp - Don't assume export/import areas are aligned
Tom Lendacky
2
-25
/
+37
2016-02-06
crypto: sha-mb - Fix load failure
Wang, Rui Y
1
-0
/
+35
2016-02-06
crypto: aead - move aead_request_cast helper to aead.h
Tadeusz Struk
2
-6
/
+6
2016-02-06
crypto: sunxi-ss - prevent compilation on 64-bit
Andre Przywara
1
-1
/
+1
[next]