Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
63c53823f00f0ffd13e8c86b05c1486614a2df85
/
drivers
63c5382
crypto: stm32/hash - Fix return issue on update
by Lionel Debieve
· 8 years ago
ced6a58
crypto: dh - Remove pointless checks for NULL 'p' and 'g'
by Eric Biggers
· 8 years ago
5829cc8
crypto: qat - Clean up error handling in qat_dh_set_secret()
by Eric Biggers
· 8 years ago
c3577f61
hwrng: iproc-rng200 - Add support for BCM7278
by Florian Fainelli
· 8 years ago
abfa2b3
crypto: chcr - Replace _manual_ swap with swap macro
by Gustavo A. R. Silva
· 8 years ago
9c90344
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
by Boris BREZILLON
· 8 years ago
e5cc6e7
hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume
by Jim Quigley
· 8 years ago
747f6ec
crypto: atmel - remove empty functions
by Tudor-Dan Ambarus
· 8 years ago
dfcd839
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
by Horia Geantă
· 8 years ago
f2ac677
crypto: caam - remove unneeded edesc zeroization
by Horia Geantă
· 8 years ago
7a373fd
crypto: atmel-aes - Reset the controller before each use
by Romain Izard
· 8 years ago
9130801
crypto: atmel-aes - properly set IV after {en,de}crypt
by Romain Izard
· 8 years ago
142a27f
hwrng: core - Reset user selected rng by writing "" to rng_current
by PrasannaKumar Muralidharan
· 8 years ago
c2afad6
crypto: s5p-sss - Add HASH support for Exynos
by Kamil Konieczny
· 8 years ago
e5e4090
crypto: s5p-sss - Change spaces to tabs
by Kamil Konieczny
· 8 years ago
f947732
crypto: drivers - Convert timers to use timer_setup()
by Kees Cook
· 8 years ago
d3b5a87
crypto: caam/qi - abort algorithm setup on DPAA2 parts
by Horia Geantă
· 8 years ago
cc2f8ab
crypto: caam - fix incorrect define
by Radu Alexe
· 8 years ago
d472e42
crypto: atmel - remove useless irq init
by Tudor-Dan Ambarus
· 8 years ago
3c88761
crypto: atmel - return appropriate error code
by Tudor-Dan Ambarus
· 8 years ago
591b95a
crypto: mediatek - move to generic async completion
by Gilad Ben-Yossef
· 8 years ago
c70e5f9
crypto: qce - move to generic async completion
by Gilad Ben-Yossef
· 8 years ago
f1c90ac3
crypto: talitos - move to generic async completion
by Gilad Ben-Yossef
· 8 years ago
12f1ffc
dm: move dm-verity to generic async completion
by Gilad Ben-Yossef
· 8 years ago
3d549e3
crypto: marvell/cesa - remove redundant backlog checks on EBUSY
by Gilad Ben-Yossef
· 8 years ago
cfba73d
crypto: ccp - use -ENOSPC for transient busy indication
by Gilad Ben-Yossef
· 8 years ago
c8dd5e4
hwrng: xgene - Convert timers to use timer_setup()
by Kees Cook
· 8 years ago
ab387f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 8 years ago
e666d4e
crypto: vmx - Use skcipher for ctr fallback
by Paulo Flabiano Smorigo
· 8 years ago
e6cd5bf
crypto: marvell - Switch cipher algs to the skcipher interface
by Boris BREZILLON
· 8 years ago
e3d062a
crypto: qat - mark expected switch fall-throughs in qat_uclo
by Gustavo A. R. Silva
· 8 years ago
9c290c5
crypto: qat - remove unused and redundant pointer vf_info
by Colin Ian King
· 8 years ago
745952a
crypto: ccp - remove unused variable qim
by Colin Ian King
· 8 years ago
2f1fedc
crypto: cavium - clean up clang warning on unread variable offset
by Colin Ian King
· 8 years ago
27b43fd
crypto: marvell - Remove the old mv_cesa driver
by Boris BREZILLON
· 8 years ago
7b0c3d6
crypto: marvell - Add a platform_device_id table
by Boris BREZILLON
· 8 years ago
396d34f
crypto: chelsio - Fix memory leak
by Harsh Jain
· 8 years ago
2f47d58
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
by Harsh Jain
· 8 years ago
2956f36
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl header
by Harsh Jain
· 8 years ago
de1a00a
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
by Harsh Jain
· 8 years ago
40cdbe1
crypto: chelsio - Check error code with IS_ERR macro
by Yeshaswi M R Gowda
· 8 years ago
570265b
crypto: chelsio - Remove unused parameter
by Yeshaswi M R Gowda
· 8 years ago
3c0dd19
crypto: talitos - avoid useless copy
by LEROY Christophe
· 8 years ago
37b5e88
crypto: talitos - chain in buffered data for ahash on SEC1
by LEROY Christophe
· 8 years ago
49f9783
crypto: talitos - do hw_context DMA mapping outside the requests
by LEROY Christophe
· 8 years ago
2e13ce0
crypto: talitos - DMA map key in setkey()
by LEROY Christophe
· 8 years ago
9a65560
crypto: talitos - simplify tests in ipsec_esp()
by LEROY Christophe
· 8 years ago
da9de14
crypto: talitos - remove to_talitos_ptr_len()
by LEROY Christophe
· 8 years ago
9c02e28
crypto: talitos - don't check the number of channels at each interrupt
by LEROY Christophe
· 8 years ago
fd5ea7f
crypto: talitos - use devm_ioremap()
by LEROY Christophe
· 8 years ago
fa14c6c
crypto: talitos - use of_property_read_u32()
by LEROY Christophe
· 8 years ago
24b92ff
crypto: talitos - use devm_kmalloc()
by LEROY Christophe
· 8 years ago
5b2cf26
crypto: talitos - declare local functions static
by LEROY Christophe
· 8 years ago
e4a647c
crypto: talitos - zeroize the descriptor with memset()
by LEROY Christophe
· 8 years ago
70d355c
crypto: talitos - fix ctr-aes-talitos
by LEROY Christophe
· 8 years ago
fbb2213
crypto: talitos - fix use of sg_link_tbl_len
by LEROY Christophe
· 8 years ago
6cda075
crypto: talitos - fix AEAD for sha224 on non sha224 capable chips
by LEROY Christophe
· 8 years ago
f384cdc
crypto: talitos - fix setkey to check key weakness
by LEROY Christophe
· 8 years ago
e04a61b
crypto: talitos - fix memory corruption on SEC2
by LEROY Christophe
· 8 years ago
ec8c7d1
crypto: talitos - fix AEAD test failures
by LEROY Christophe
· 8 years ago
5923136
crypto: crypto4xx - add aes-gcm support
by Christian Lamparter
· 8 years ago
65ea8b6
crypto: crypto4xx - add aes-ccm support
by Christian Lamparter
· 8 years ago
a0aae82
crypto: crypto4xx - prepare for AEAD support
by Christian Lamparter
· 8 years ago
2f77690
crypto: crypto4xx - simplify sa and state context acquisition
by Christian Lamparter
· 8 years ago
4b5b799
crypto: crypto4xx - fix stalls under heavy load
by Christian Lamparter
· 8 years ago
64e1062
crypto: crypto4xx - fix various warnings
by Christian Lamparter
· 8 years ago
cd4dcd6
crypto: crypto4xx - overhaul crypto4xx_build_pd()
by Christian Lamparter
· 8 years ago
4865b12
crypto: crypto4xx - use the correct LE32 format for IV and key defs
by Christian Lamparter
· 8 years ago
8ef8d19
crypto: crypto4xx - add backlog queue support
by Christian Lamparter
· 8 years ago
778f81d
crypto: crypto4xx - increase context and scatter ring buffer elements
by Christian Lamparter
· 8 years ago
333eb3e
crypto: crypto4xx - fix type mismatch compiler error
by Christian Lamparter
· 8 years ago
e9b8e4e
crypto: crypto4xx - fix off-by-one AES-OFB
by Christian Lamparter
· 8 years ago
5a4326d3
crypto: crypto4xx - wire up hmac_mc to hmac_muting
by Christian Lamparter
· 8 years ago
924c9e3
crypto: bcm - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
ed713a2
crypto: qat - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
dce094e
crypto: chelsio - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
e02b8b4
crypto: virtio - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
bfbd625
crypto: omap-aes - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
4d0ec22
hwrng: core - pr_err() strings should end with newlines
by Arvind Yadav
· 8 years ago
d9fa482
crypto: bcm - use of_device_get_match_data
by Corentin LABBE
· 8 years ago
7d556931
crypto: omap - use of_device_get_match_data
by Corentin LABBE
· 8 years ago
de91568
crypto: stm32 - use of_device_get_match_data
by Corentin LABBE
· 8 years ago
2fd23f2
crypto: omap - return -ENOMEM on allocation failure.
by Allen
· 8 years ago
c07f7c2
crypto:ccp - invoke the DMA callback in a standard way
by amd
· 8 years ago
01c4c09
crypto: ccp - unmap pages and remove unmap objects in callback
by amd
· 8 years ago
368f899
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3d9d62b
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a8c964e
Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
0b33ce7
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
74d83ec
Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 8 years ago
95dcc4d
Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 8 years ago
7b5ef82
Merge tag 'md/4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
93b5533
Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
a358320
Merge tag 'drm-fixes-for-v4.14-rc3' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
35dbba3
Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
9f2a512
Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
2b702e7
Merge tag 'drm-misc-fixes-2017-09-28-1' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes
by Dave Airlie
· 8 years ago
770b782
Merge tag 'acpi-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
74de818
Merge tag 'pm-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
333d177
Merge branch 'acpi-apei'
by Rafael J. Wysocki
· 8 years ago
Next »