Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9afc746299d39f415fdb13b1213137deb4fc497
e9afc74
hwrng: geode - Use linux/io.h instead of asm/io.h
by PrasannaKumar Muralidharan
· 8 years ago
6e9b5e7
hwrng: geode - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
94879fa
hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
by Wei Yongjun
· 8 years ago
31b2a73
hwrng: amd - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
58b022a
hwrng: core - Allocate memory during module init
by PrasannaKumar Muralidharan
· 8 years ago
378bc4e
crypto: qat - fix leak on error path
by Giovanni Cabiddu
· 8 years ago
a826806
hwrng: pasemi - Use linux/io.h instead of asm/io.h
by PrasannaKumar Muralidharan
· 8 years ago
1d1f98d
crypto: omap-des - fix crypto engine initialization order
by Tero Kristo
· 8 years ago
0d0cda93
crypto: omap-aes - fix crypto engine initialization order
by Tero Kristo
· 8 years ago
9fcb191
crypto: omap-aes - Add fallback support
by Lokesh Vutla
· 8 years ago
164f3ef
crypto: omap-aes - Add support for multiple cores
by Lokesh Vutla
· 8 years ago
f303b45
crypto: omap-aes - use runtime_pm autosuspend for clock handling
by Tero Kristo
· 8 years ago
cb8d5c8
crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3
by Tero Kristo
· 8 years ago
5a793bc
crypto: omap-sham - fix software fallback handling
by Tero Kristo
· 8 years ago
4e7813a
crypto: omap-sham - avoid executing tasklet where not needed
by Tero Kristo
· 8 years ago
71f8991
crypto: arm/ghash - change internal cra_name to "__ghash"
by Ard Biesheuvel
· 8 years ago
0bec9057
PCI: Fix cavium quirk compile failure with PCI_ATS off
by Herbert Xu
· 8 years ago
da28caa
hwrng: pasemi - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
b458745
crypto: mv_cesa - remove NO_IRQ reference
by Arnd Bergmann
· 8 years ago
ba22a1e
crypto: ccp - add missing release in ccp_dmaengine_register
by Quentin Lambert
· 8 years ago
ed4767d
crypto: arm/ghash-ce - add missing async import/export
by Ard Biesheuvel
· 8 years ago
2117eaa
crypto: arm/sha1-neon - add support for building in Thumb2 mode
by Ard Biesheuvel
· 8 years ago
493b2ed
crypto: algif_hash - Handle NULL hashes correctly
by Herbert Xu
· 8 years ago
5ba1c7b
crypto: caam - fix rfc3686(ctr(aes)) IV load
by Catalin Vasile
· 8 years ago
4cba7cf
crypto: engine - permit to enqueue ashash_request
by Corentin LABBE
· 8 years ago
2589ad8
crypto: engine - move crypto engine to its own header
by Corentin LABBE
· 8 years ago
1548a37
crypto: qat - fix incorrect accelerator mask for C3X devices
by Maksim Lukoshkov
· 8 years ago
da59c51
hwrng: bcm2835 - handle of_iomap failures
by Arvind Yadav
· 8 years ago
10faa8c
crypto: FIPS - allow tests to be disabled in FIPS mode
by Stephan Mueller
· 8 years ago
93ba73f
crypto: qat - fix constants table DMA
by Maksim Lukoshkov
· 8 years ago
98a3c46
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
by PrasannaKumar Muralidharan
· 8 years ago
68734bc9
hwrng: Remove check for max less than 4 bytes
by PrasannaKumar Muralidharan
· 8 years ago
27c4d54
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
by Herbert Xu
· 8 years ago
85962d2
hwrng: amd - Convert to new hwrng read() API
by Corentin LABBE
· 8 years ago
3c343a3
hwrng: amd - Access hardware via ioread32/iowrite32
by Corentin LABBE
· 8 years ago
7bad2cc
hwrng: amd - Replace global variable with private struct
by Corentin LABBE
· 8 years ago
fdec60d
hwrng: amd - release_region must be called after hwrng_unregister
by Corentin LABBE
· 8 years ago
055ae89
hwrng: amd - Remove asm/io.h
by Corentin LABBE
· 8 years ago
f8169bf
hwrng: amd - Be consitent with the driver name
by Corentin LABBE
· 8 years ago
1c335d4
hwrng: amd - use the BIT macro
by Corentin LABBE
· 8 years ago
6020721
hwrng: amd - Fix style problem with blank line
by Corentin LABBE
· 8 years ago
1ac6b73
crypto: caam - add missing header dependencies
by Baoyou Xie
· 8 years ago
cc2f190
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
by Omer Khaliq
· 8 years ago
21b5b8e
PCI: quirk fixup for cavium invalid sriov link value.
by Ananth Jasty
· 8 years ago
16d5696
crypto: rockchip - use devm_add_action_or_reset()
by Sudip Mukherjee
· 8 years ago
e09287d
crypto: rsa - allow keys >= 2048 bits in FIPS mode
by Stephan Mueller
· 8 years ago
59df87c
crypto: mxc-scc - check clk_prepare_enable() error
by Fabio Estevam
· 8 years ago
161040f
hwrng: omap3-rom - Remove obsoleted functions
by PrasannaKumar Muralidharan
· 8 years ago
1a45d7e
crypto: drbg - fix error return code
by Wei Yongjun
· 8 years ago
b46b9d1
crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()
by Wei Yongjun
· 8 years ago
39457ac
crypto: xor - skip speed test if the xor function is selected automatically
by Martin Schwidefsky
· 8 years ago
ed0bd72
hwrng: core - Improve description of the ->read() interface
by Daniel Thompson
· 8 years ago
f12e4ed
crypto: doc - fix documentation for bulk registration functions
by Eric Biggers
· 8 years ago
d89a671
crypto: drbg - do not call drbg_instantiate in healt test
by Stephan Mueller
· 8 years ago
c5f91cd
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
by Markus Elfring
· 8 years ago
dabc790
crypto: ccp - Fix non static symbol warning
by Wei Yongjun
· 8 years ago
b6ff2fd
crypto: sun4i-ss - fix indentation of two crypto alg
by Corentin LABBE
· 8 years ago
9b17e5a
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
by Corentin LABBE
· 8 years ago
933e7e3
crypto: sun4i-ss - fix spelling
by Corentin LABBE
· 8 years ago
d98a949
crypto: sun4i-ss - clean unused ss
by Corentin LABBE
· 8 years ago
477d9b2
crypto: sun4i-ss - unify update/final function
by Corentin LABBE
· 8 years ago
ea1a674
crypto: sun4i-ss - fix a few signed warning
by Corentin LABBE
· 8 years ago
ddbc736
crypto: xts - fix a little typo
by Corentin LABBE
· 8 years ago
4785620
crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req
by Romain Perier
· 8 years ago
57cfda1
crypto: marvell - Don't overwrite default creq->state during initialization
by Romain Perier
· 8 years ago
09951d8
crypto: marvell - Update transformation context for each dequeued req
by Romain Perier
· 8 years ago
6dc156f
crypto: marvell - make mv_cesa_ahash_cache_req() return bool
by Thomas Petazzoni
· 8 years ago
3e5c66c
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
by Thomas Petazzoni
· 8 years ago
2a8a785
crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()
by Thomas Petazzoni
· 8 years ago
36225b9
crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()
by Thomas Petazzoni
· 8 years ago
bdc67da
crypto: caam - avoid kernel warnings on probe failure
by Russell King
· 8 years ago
66d2e20
crypto: caam - get rid of tasklet
by Russell King
· 8 years ago
65cf164
crypto: caam - add ahash_edesc_add_src()
by Russell King
· 8 years ago
30a43b4
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
by Russell King
· 8 years ago
5588d03
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
by Russell King
· 8 years ago
bc13c69
crypto: caam - check and use dma_map_sg() return code
by Russell King
· 8 years ago
32686d3
crypto: caam - ensure that we clean up after an error
by Russell King
· 8 years ago
343e44b
crypto: caam - replace sec4_sg pointer with array
by Russell King
· 8 years ago
d7b24ed
crypto: caam - mark the hardware descriptor as cache line aligned
by Russell King
· 8 years ago
64ce56c
crypto: caam - incorporate job descriptor into struct ahash_edesc
by Russell King
· 8 years ago
e11793f
crypto: caam - ensure descriptor buffers are cacheline aligned
by Russell King
· 8 years ago
3d5a2db
crypto: caam - fix DMA API mapping leak
by Russell King
· 8 years ago
5e38d20
crypto: img-hash - Fix set_reqsize call
by Will Thomas
· 8 years ago
fb67740
crypto: img-hash - log a successful probe
by James Hartley
· 8 years ago
436e3bb
crypto: img-hash - Add support for export and import
by James Hartley
· 8 years ago
d084e13
crypto: img-hash - Add suspend resume hooks for img hash
by Govindraj Raja
· 8 years ago
302a1be
crypto: img-hash - Reconfigure DMA Burst length
by Will Thomas
· 8 years ago
dd4f677
crypto: img-hash - Fix hash request context
by Will Thomas
· 8 years ago
10badea
crypto: img-hash - Fix null pointer exception
by Will Thomas
· 8 years ago
0fae0c1
crypto: testmgr - fix !x==y confusion
by Yanjiang Jin
· 8 years ago
e14e7d1
crypto: ccp - Enable use of the additional CCP
by Gary R Hook
· 8 years ago
99d90b2
crypto: ccp - Enable DMA service on a v5 CCP
by Gary R Hook
· 8 years ago
084935b
crypto: ccp - Add support for the RNG in a version 5 CCP
by Gary R Hook
· 8 years ago
4b394a2
crypto: ccp - Let a v5 CCP provide the same function as v3
by Gary R Hook
· 8 years ago
bb4e89b
crypto: ccp - Refactor code to enable checks for queue space.
by Gary R Hook
· 8 years ago
8256e68
crypto: ccp - Refactor code supporting the CCP's RNG
by Gary R Hook
· 8 years ago
58a690b
crypto: ccp - Refactor the storage block allocation code
by Gary R Hook
· 8 years ago
956ee21
crypto: ccp - Refactoring: symbol cleanup
by Gary R Hook
· 8 years ago
a43eb98
crypto: ccp - Shorten the fields of the action structure
by Gary R Hook
· 8 years ago
fba8855
crypto: ccp - Abstract PCI info for the CCP
by Gary R Hook
· 8 years ago
Next »