index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
crypto: keywrap - simplify code
Stephan Mueller
1
-58
/
+26
2017-10-12
crypto: dh - return unsigned value for crypto_dh_key_len()
Tudor-Dan Ambarus
2
-2
/
+2
2017-10-12
crypto: dh - return unsigned int for dh_data_size()
Tudor-Dan Ambarus
1
-1
/
+1
2017-10-12
crypto: ecdh - return unsigned value for crypto_ecdh_key_len()
Tudor-Dan Ambarus
2
-2
/
+2
2017-10-12
crypto: bcm - pr_err() strings should end with newlines
Arvind Yadav
1
-7
/
+7
2017-10-12
crypto: qat - pr_err() strings should end with newlines
Arvind Yadav
1
-6
/
+6
2017-10-12
crypto: chelsio - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-12
crypto: virtio - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-12
crypto: omap-aes - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-12
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-12
crypto: lrw - Check for incorrect cipher name
Christophe Jaillet
1
-1
/
+2
2017-10-12
crypto: lrw - Fix an error handling path in 'create()'
Christophe Jaillet
1
-2
/
+4
2017-10-07
crypto: bcm - use of_device_get_match_data
Corentin LABBE
1
-5
/
+2
2017-10-07
crypto: omap - use of_device_get_match_data
Corentin LABBE
3
-15
/
+6
2017-10-07
crypto: stm32 - use of_device_get_match_data
Corentin LABBE
1
-5
/
+2
2017-10-07
crypto: algboss - remove redundant setting of len to zero
Colin Ian King
1
-1
/
+0
2017-10-07
crypto: omap - return -ENOMEM on allocation failure.
Allen
1
-1
/
+1
2017-10-07
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
2
-1
/
+21
2017-10-07
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
2
-1
/
+44
2017-10-07
padata: set cpu_index of unused CPUs to -1
Mathias Krause
1
-1
/
+7
2017-10-07
crypto: crc32-pclmul - remove useless relative addressing
Mikulas Patocka
1
-11
/
+6
2017-10-07
crypto:ccp - invoke the DMA callback in a standard way
amd
1
-3
/
+1
2017-10-07
crypto: ccp - unmap pages and remove unmap objects in callback
amd
1
-0
/
+1
2017-09-22
crypto: brcm - Explicity ACK mailbox message
raveendra padasalagi
1
-55
/
+46
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
8
-13
/
+0
2017-09-22
crypto: Use PTR_ERR_ZERO
Himanshu Jha
3
-12
/
+3
2017-09-22
crypto: inside-secure - remove null check before kfree
Himanshu Jha
1
-4
/
+2
2017-09-22
crypto: n2 - remove null check before kfree
Himanshu Jha
1
-8
/
+4
2017-09-22
crypto: padlock-sha - constify x86_cpu_id
Arvind Yadav
1
-1
/
+1
2017-09-22
crypto: padlock-aes - constify x86_cpu_id
Arvind Yadav
1
-1
/
+1
2017-09-22
crypto: crypto4xx - pointer arithmetic overhaul
Christian Lamparter
3
-68
/
+59
2017-09-22
crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
Christian Lamparter
1
-8
/
+9
2017-09-22
crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant
Christian Lamparter
2
-5
/
+3
2017-09-22
crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()
Christian Lamparter
1
-96
/
+30
2017-09-22
crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads
Christian Lamparter
4
-0
/
+177
2017-09-22
crypto: crypto4xx - move and refactor dynamic_contents helpers
Christian Lamparter
5
-99
/
+39
2017-09-22
crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declaration
Christian Lamparter
3
-9
/
+9
2017-09-22
crypto: crypto4xx - remove double assignment of pd_uinfo->state
Christian Lamparter
1
-1
/
+0
2017-09-22
crypto: crypto4xx - remove extern statement before function declaration
Christian Lamparter
1
-24
/
+24
2017-09-22
crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag
Christian Lamparter
1
-1
/
+3
2017-09-22
crypto: crypto4xx - remove unused definitions and write-only variables
Christian Lamparter
3
-23
/
+1
2017-09-22
crypto: crypto4xx - remove bad list_del
Christian Lamparter
1
-4
/
+2
2017-09-22
dt/bindings: exynos-rng: Move dt binding documentation to bindings/crypto
PrasannaKumar Muralidharan
2
-1
/
+1
2017-09-22
hwrng: timeriomem - Remove 'max < 4' condition check
PrasannaKumar Muralidharan
1
-7
/
+0
2017-09-22
crypto: aesni - Use GCM IV size constant
Corentin LABBE
1
-3
/
+4
2017-09-22
crypto: gcm - Use GCM IV size constant
Corentin LABBE
1
-11
/
+12
2017-09-22
crypto: omap - Use GCM IV size constant
Corentin LABBE
2
-5
/
+7
2017-09-22
crypto: chelsio - Use GCM IV size constant
Corentin LABBE
1
-4
/
+5
2017-09-22
crypto: mediatek - Use GCM IV size constant
Corentin LABBE
1
-1
/
+2
2017-09-22
crypto: bcm - Use GCM IV size constant
Corentin LABBE
2
-6
/
+5
[prev]
[next]