index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Add userspace report for cipher type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+37
*
crypto: Add userspace report for rng type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+26
*
crypto: Add userspace report for pcompress type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+23
*
crypto: Add userspace report for nivaead type algorithms
Steffen Klassert
2011-10-21
1
-0
/
+23
*
crypto: Add userspace report for aead type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+34
*
crypto: Add userspace report for givcipher type algorithms
Steffen Klassert
2011-10-21
1
-0
/
+23
*
crypto: Add userspace report for ablkcipher type algorithms
Steffen Klassert
2011-10-21
1
-0
/
+25
*
crypto: Add userspace report for blkcipher type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+35
*
crypto: Add userspace report for ahash type algorithms
Steffen Klassert
2011-10-21
1
-0
/
+21
*
crypto: Add userspace report for shash type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+28
*
crypto: Add userspace report for larval type algorithms
Steffen Klassert
2011-10-21
2
-0
/
+17
*
crypto: Add a report function pointer to crypto_type
Steffen Klassert
2011-10-21
2
-0
/
+7
*
crypto: Add userspace configuration API
Steffen Klassert
2011-10-21
5
-0
/
+433
*
crypto: Export crypto_remove_final
Steffen Klassert
2011-10-21
2
-3
/
+3
*
crypto: Export crypto_remove_spawns
Steffen Klassert
2011-10-21
2
-3
/
+5
*
crypto: Add a flag to identify crypto instances
Steffen Klassert
2011-10-21
2
-0
/
+6
*
crypto: twofish - add 3-way parallel x86_64 assembler implemention
Jussi Kivilinna
2011-10-21
4
-0
/
+810
*
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of...
Jussi Kivilinna
2011-10-21
3
-13
/
+15
*
crypto: tcrypt - add ctr(twofish) speed test
Jussi Kivilinna
2011-10-21
1
-0
/
+4
*
crypto: blowfish-x86_64 - add credits
Jussi Kivilinna
2011-10-21
1
-0
/
+5
*
crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance
Jussi Kivilinna
2011-10-21
1
-100
/
+98
*
crypto: picoxcell - add dependency on HAVE_CLK
Jamie Iles
2011-10-20
1
-1
/
+1
*
crypto: aes-x86 - quiet sparse noise about symbol not declared
H Hartley Sweeten
2011-09-22
1
-0
/
+1
*
crypto: blowfish - add x86_64 assembly implementation
Jussi Kivilinna
2011-09-22
4
-0
/
+896
*
crypto: tcrypt - add ctr(blowfish) speed test
Jussi Kivilinna
2011-09-22
1
-0
/
+4
*
crypto: blowfish - rename C-version to blowfish_generic
Jussi Kivilinna
2011-09-22
2
-5
/
+8
*
crypto: blowfish - split generic and common c code
Jussi Kivilinna
2011-09-22
5
-355
/
+448
*
crypto: cryptd - Use subsys_initcall to prevent races with aesni
Herbert Xu
2011-08-20
1
-1
/
+1
*
crypto: sha - Fix build error due to crypto_sha1_update
Herbert Xu
2011-08-16
1
-0
/
+2
*
crypto: n2 - Fix a get/put_cpu() imbalance
Thomas Meyer
2011-08-15
1
-2
/
+2
*
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
Mathias Krause
2011-08-10
5
-0
/
+819
*
crypto: sha1 - export sha1_update for reuse
Mathias Krause
2011-08-10
2
-4
/
+8
*
crypto: picoxcell - fix possible invalid pointer dereference
Jamie Iles
2011-08-10
1
-1
/
+1
*
crypto: picoxcell - support for device tree matching
Jamie Iles
2011-08-10
2
-6
/
+53
*
crypto: picoxcell - add connection ID to the clock name
Jamie Iles
2011-08-10
1
-1
/
+1
*
crypto: picoxcell - convert to platform ID table
Jamie Iles
2011-08-10
1
-60
/
+33
*
crypto: padlock-aes - Make module loading even quieter when hardware is missing
Jonathan Nieder
2011-08-03
1
-3
/
+1
*
oom: task->mm == NULL doesn't mean the memory was freed
Oleg Nesterov
2011-08-01
1
-1
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
2011-08-01
9
-202
/
+311
|
\
|
*
Merge branch 'for-next' into for-linus
Liam Girdwood
2011-08-01
10
-215
/
+332
|
|
\
|
|
*
regulator: Improve WM831x DVS VSEL selection algorithm
Mark Brown
2011-07-28
1
-37
/
+15
|
|
*
regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already set
Mark Brown
2011-07-28
1
-0
/
+14
|
|
*
regulator: Set up GPIO for WM831x VSEL before enabling VSEL mode
Mark Brown
2011-07-28
1
-21
/
+20
|
|
*
regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdc
Mark Brown
2011-07-28
1
-0
/
+1
|
|
*
regulator: Fix WM831x DCDC DVS VSEL bootstrapping
Mark Brown
2011-07-28
1
-1
/
+1
|
|
*
regulator: Fix WM831x regulator ID lookups for multiple WM831xs
Mark Brown
2011-07-28
2
-5
/
+36
|
|
*
regulator: Fix argument format type errors in error prints
Mark Brown
2011-07-22
1
-2
/
+2
|
|
*
regulator: Fix memory leak in set_machine_constraints() error paths
Axel Lin
2011-07-22
1
-3
/
+4
|
|
*
regulator: Make core more chatty about some errors
Mark Brown
2011-07-22
1
-2
/
+9
|
|
*
regulator: tps65910: Fix array access out of bounds bug
Axel Lin
2011-07-22
1
-12
/
+43
[next]