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
2015-01-05
crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c
Masanari Iida
1
-1
/
+1
2015-01-05
crypto: amcc - Remove unused function
Rickard Strandqvist
1
-23
/
+0
2015-01-05
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
Herbert Xu
1
-12
/
+11
2014-12-29
crypto: algif_rng - enable RNG interface compilation
Stephan Mueller
2
-0
/
+10
2014-12-29
crypto: algif_rng - add random number generator support
Stephan Mueller
1
-0
/
+192
2014-12-26
crypto: af_alg - zeroize key data
Stephan Mueller
1
-1
/
+1
2014-12-26
hwrng: core - Move hwrng_init call into set_current_rng
Herbert Xu
1
-14
/
+16
2014-12-26
hwrng: core - Drop current rng in set_current_rng
Herbert Xu
1
-1
/
+2
2014-12-26
hwrng: core - Do not register device opportunistically
Herbert Xu
1
-11
/
+12
2014-12-26
hwrng: core - Fix current_rng init/cleanup race yet again
Herbert Xu
1
-3
/
+11
2014-12-26
hwrng: core - Use struct completion for cleanup_done
Herbert Xu
2
-10
/
+5
2014-12-24
crypto: octeon - enable OCTEON MD5 module selection
Aaro Koskinen
1
-0
/
+9
2014-12-24
crypto: octeon - add MD5 module
Aaro Koskinen
3
-0
/
+220
2014-12-24
MIPS: OCTEON: reintroduce crypto features check
Aaro Koskinen
2
-2
/
+21
2014-12-24
crypto: octeon - add instruction definitions for MD5
Aaro Koskinen
1
-0
/
+56
2014-12-24
MIPS: OCTEON: add crypto helper functions
Aaro Koskinen
5
-5
/
+89
2014-12-22
crypto: ux500 - fix checkpatch errors
Asaf Vertz
1
-4
/
+4
2014-12-22
crypto: qat - add support for cbc(aes) ablkcipher
Tadeusz Struk
3
-112
/
+433
2014-12-22
crypto: qat - Fix assumption that sg in and out will have the same nents
Tadeusz Struk
2
-33
/
+50
2014-12-22
crypto: algif - Mark sgl end at the end of data
Tadeusz Struk
1
-0
/
+8
2014-12-22
hwrng: don't init list element we're about to add to list.
Rusty Russell
1
-1
/
+0
2014-12-22
hwrng: don't double-check old_rng.
Rusty Russell
1
-3
/
+2
2014-12-22
hwrng: fix unregister race.
Rusty Russell
2
-0
/
+13
2014-12-22
hwrng: use reference counts on each struct hwrng.
Rusty Russell
2
-43
/
+94
2014-12-22
hwrng: move some code out mutex_lock for avoiding underlying deadlock
Amos Kong
1
-3
/
+3
2014-12-22
hwrng: place mutex around read functions and buffers.
Rusty Russell
1
-3
/
+17
2014-12-22
crypto: af_alg - add setsockopt for auth tag size
Stephan Mueller
2
-0
/
+8
2014-12-22
crypto: drbg - panic on continuous self test error
Stephan Mueller
1
-9
/
+2
2014-12-22
crypto: api - fixed style erro in algapi.c
Joshua I. James
1
-0
/
+1
2014-12-22
crypto: ahash - fixed style error in ahash.c
Joshua I. James
1
-0
/
+1
2014-12-22
crypto: af_alg - fixed style error in af_alg.c
Joshua I. James
1
-1
/
+1
2014-12-22
crypto: aead - fixed style error in aead.c
Joshua I. James
1
-1
/
+2
2014-12-22
crypto: ablkcipher - fixed style errors in ablkcipher.c
Joshua I. James
1
-2
/
+6
2014-12-22
crypto: atmel_sha - remove unused shash fallback instance.
Svenning Sørensen
1
-44
/
+6
2014-12-22
crypto: af_alg - fix backlog handling
Rabin Vincent
1
-0
/
+3
2014-12-20
Linux 3.19-rc1
v3.19-rc1
Linus Torvalds
1
-2
/
+2
2014-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
10
-25
/
+103
2014-12-20
Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
94
-690
/
+6663
2014-12-20
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-2804
/
+252
2014-12-20
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
51
-366
/
+151
2014-12-20
Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
41
-61
/
+52
2014-12-20
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
3
-1
/
+8
2014-12-20
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
5
-23
/
+21
2014-12-20
i2c: sh_mobile: fix uninitialized var when debug is enabled
Wolfram Sang
1
-0
/
+1
2014-12-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
17
-119
/
+29
2014-12-19
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+16
2014-12-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-25
/
+20
2014-12-19
Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
24
-51
/
+139
2014-12-19
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
23
-1238
/
+1511
2014-12-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...
Linus Torvalds
8
-27
/
+38
[next]