index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
2016-09-22
1
-3
/
+1
*
crypto: omap-aes - fix error return code in omap_aes_probe()
Wei Yongjun
2016-09-22
1
-1
/
+3
*
crypto: omap-des - fix error return code in omap_des_probe()
Wei Yongjun
2016-09-22
1
-1
/
+3
*
crypto: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-13
1
-10
/
+2
*
hwrng: geode - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-13
1
-4
/
+4
*
hwrng: geode - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
1
-35
/
+15
*
hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
Wei Yongjun
2016-09-13
1
-0
/
+1
*
hwrng: amd - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
1
-37
/
+11
*
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
2016-09-13
1
-17
/
+20
*
crypto: qat - fix leak on error path
Giovanni Cabiddu
2016-09-13
1
-4
/
+4
*
hwrng: pasemi - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-13
1
-1
/
+1
*
crypto: omap-des - fix crypto engine initialization order
Tero Kristo
2016-09-13
1
-13
/
+15
*
crypto: omap-aes - fix crypto engine initialization order
Tero Kristo
2016-09-13
1
-13
/
+15
*
crypto: omap-aes - Add fallback support
Lokesh Vutla
2016-09-13
2
-4
/
+52
*
crypto: omap-aes - Add support for multiple cores
Lokesh Vutla
2016-09-13
1
-14
/
+6
*
crypto: omap-aes - use runtime_pm autosuspend for clock handling
Tero Kristo
2016-09-13
1
-27
/
+16
*
crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3
Tero Kristo
2016-09-13
1
-1
/
+12
*
crypto: omap-sham - fix software fallback handling
Tero Kristo
2016-09-13
1
-1
/
+1
*
crypto: omap-sham - avoid executing tasklet where not needed
Tero Kristo
2016-09-13
1
-5
/
+15
*
PCI: Fix cavium quirk compile failure with PCI_ATS off
Herbert Xu
2016-09-07
1
-1
/
+1
*
hwrng: pasemi - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-07
1
-30
/
+7
*
crypto: mv_cesa - remove NO_IRQ reference
Arnd Bergmann
2016-09-07
1
-5
/
+2
*
crypto: ccp - add missing release in ccp_dmaengine_register
Quentin Lambert
2016-09-07
1
-2
/
+5
*
crypto: caam - fix rfc3686(ctr(aes)) IV load
Catalin Vasile
2016-09-07
2
-42
/
+57
*
crypto: engine - permit to enqueue ashash_request
Corentin LABBE
2016-09-07
2
-8
/
+8
*
crypto: engine - move crypto engine to its own header
Corentin LABBE
2016-09-07
2
-0
/
+2
*
crypto: qat - fix incorrect accelerator mask for C3X devices
Maksim Lukoshkov
2016-09-07
1
-1
/
+1
*
hwrng: bcm2835 - handle of_iomap failures
Arvind Yadav
2016-09-07
1
-2
/
+3
*
crypto: qat - fix constants table DMA
Maksim Lukoshkov
2016-08-31
1
-8
/
+12
*
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
PrasannaKumar Muralidharan
2016-08-31
1
-10
/
+1
*
hwrng: Remove check for max less than 4 bytes
PrasannaKumar Muralidharan
2016-08-31
2
-6
/
+0
*
hwrng: amd - Convert to new hwrng read() API
Corentin LABBE
2016-08-31
1
-19
/
+28
*
hwrng: amd - Access hardware via ioread32/iowrite32
Corentin LABBE
2016-08-31
1
-6
/
+25
*
hwrng: amd - Replace global variable with private struct
Corentin LABBE
2016-08-31
1
-19
/
+38
*
hwrng: amd - release_region must be called after hwrng_unregister
Corentin LABBE
2016-08-31
1
-1
/
+2
*
hwrng: amd - Remove asm/io.h
Corentin LABBE
2016-08-31
1
-4
/
+3
*
hwrng: amd - Be consitent with the driver name
Corentin LABBE
2016-08-31
1
-6
/
+5
*
hwrng: amd - use the BIT macro
Corentin LABBE
2016-08-31
1
-3
/
+3
*
hwrng: amd - Fix style problem with blank line
Corentin LABBE
2016-08-31
1
-5
/
+1
*
crypto: caam - add missing header dependencies
Baoyou Xie
2016-08-31
1
-0
/
+1
*
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
Omer Khaliq
2016-08-31
4
-0
/
+207
*
PCI: quirk fixup for cavium invalid sriov link value.
Ananth Jasty
2016-08-31
1
-0
/
+11
*
crypto: rockchip - use devm_add_action_or_reset()
Sudip Mukherjee
2016-08-24
1
-4
/
+2
*
crypto: mxc-scc - check clk_prepare_enable() error
Fabio Estevam
2016-08-24
1
-1
/
+3
*
hwrng: omap3-rom - Remove obsoleted functions
PrasannaKumar Muralidharan
2016-08-24
1
-8
/
+2
*
crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()
Wei Yongjun
2016-08-24
1
-1
/
+2
*
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
Markus Elfring
2016-08-16
1
-1
/
+0
*
crypto: ccp - Fix non static symbol warning
Wei Yongjun
2016-08-16
1
-1
/
+1
*
crypto: sun4i-ss - fix indentation of two crypto alg
Corentin LABBE
2016-08-16
1
-34
/
+34
*
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
Corentin LABBE
2016-08-16
2
-3
/
+11
[next]