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.12.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
*
module_param: make bool parameters really bool (core code)
Rusty Russell
2012-01-13
5
-8
/
+9
*
kernel/async: remove redundant declaration.
Rusty Russell
2012-01-13
1
-2
/
+0
*
printk: fix unnecessary module_param_name.
Rusty Russell
2012-01-13
1
-1
/
+1
*
lirc_parallel: fix module parameter description.
Rusty Russell
2012-01-13
1
-1
/
+1
*
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
2012-01-13
7
-6
/
+36
*
module_param: check type correctness for module_param_array
Rusty Russell
2012-01-13
5
-5
/
+8
*
modpost: use linker section to generate table.
Rusty Russell
2012-01-13
1
-45
/
+61
*
modpost: use a table rather than a giant if/else statement.
Rusty Russell
2012-01-13
1
-119
/
+73
*
modules: sysfs - export: taint, coresize, initsize
Kay Sievers
2012-01-13
2
-29
/
+80
*
kernel/params: replace DEBUGP with pr_debug
Jim Cromie
2012-01-13
1
-10
/
+4
*
module: replace DEBUGP with pr_debug
Jim Cromie
2012-01-13
1
-26
/
+20
*
module: struct module_ref should contains long fields
Eric Dumazet
2012-01-13
3
-10
/
+21
*
module: Fix performance regression on modules with large symbol tables
Kevin Cernekee
2012-01-13
1
-44
/
+21
*
module: Add comments describing how the "strmap" logic works
Kevin Cernekee
2012-01-13
1
-0
/
+9
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2012-01-12
10
-14
/
+109
|
\
|
*
Input: bcm5974 - set BUTTONPAD property
Jussi Pakkanen
2012-01-10
1
-0
/
+3
|
*
Input: serio_raw - return proper result when serio_raw_write fails
Dmitry Torokhov
2012-01-10
1
-1
/
+1
|
*
Input: serio_raw - really signal HUP upon disconnect
Dmitry Torokhov
2012-01-10
1
-2
/
+2
|
*
Input: serio_raw - remove stray semicolon
Che-Liang Chiou
2012-01-10
1
-1
/
+1
|
*
Input: revert some over-zealous conversions to module_platform_driver()
Dmitry Torokhov
2012-01-10
8
-10
/
+102
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2012-01-12
5
-50
/
+149
|
\
\
|
*
|
FUSE: Notifying the kernel of deletion.
John Muir
2011-12-13
4
-4
/
+102
|
*
|
fuse: support ioctl on directories
Miklos Szeredi
2011-12-13
4
-5
/
+38
|
*
|
fuse: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-13
1
-1
/
+1
|
*
|
fuse: llseek optimize SEEK_CUR and SEEK_SET
Miklos Szeredi
2011-12-13
1
-40
/
+8
*
|
|
Merge tag 'to-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
2012-01-12
23
-247
/
+757
|
\
\
\
|
*
|
|
lguest: Make sure interrupt is allocated ok by lguest_setup_irq
Stratos Psomadakis
2012-01-12
2
-11
/
+20
|
*
|
|
lguest: move the lguest tool to the tools directory
Davidlohr Bueso
2012-01-12
6
-2
/
+2
|
*
|
|
lguest: switch segment-voodoo-numbers to readable symbols
Jacek Galowicz
2012-01-12
1
-11
/
+17
|
*
|
|
virtio: balloon: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
1
-0
/
+47
|
*
|
|
virtio: balloon: Move vq initialization into separate function
Amit Shah
2012-01-12
1
-18
/
+30
|
*
|
|
virtio: net: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
1
-0
/
+46
|
*
|
|
virtio: net: Move vq and vq buf removal into separate function
Amit Shah
2012-01-12
1
-8
/
+12
|
*
|
|
virtio: net: Move vq initialization into separate function
Amit Shah
2012-01-12
1
-19
/
+28
|
*
|
|
virtio: blk: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
1
-0
/
+44
|
*
|
|
virtio: blk: Move vq initialization to separate function
Amit Shah
2012-01-12
1
-5
/
+14
|
*
|
|
virtio: console: Disable callbacks for virtqueues at start of S4 freeze
Amit Shah
2012-01-12
1
-0
/
+8
|
*
|
|
virtio: console: Add freeze and restore handlers to support S4
Amit Shah
2012-01-12
1
-0
/
+58
|
*
|
|
virtio: console: Move vq and vq buf removal into separate functions
Amit Shah
2012-01-12
1
-28
/
+40
|
*
|
|
virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
Amit Shah
2012-01-12
2
-2
/
+97
|
*
|
|
virtio: pci: switch to new PM API
Amit Shah
2012-01-12
1
-4
/
+12
|
*
|
|
virtio_blk: fix config handler race
Michael S. Tsirkin
2012-01-12
1
-1
/
+21
|
*
|
|
virtio: add debugging if driver doesn't kick.
Rusty Russell
2012-01-12
1
-0
/
+31
|
*
|
|
virtio: expose added descriptors immediately.
Rusty Russell
2012-01-12
1
-6
/
+14
|
*
|
|
virtio: avoid modulus operation.
Rusty Russell
2012-01-12
1
-4
/
+6
|
*
|
|
virtio: support unlocked queue kick
Rusty Russell
2012-01-12
2
-12
/
+52
|
*
|
|
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
2012-01-12
10
-58
/
+44
|
*
|
|
virtio: document functions better.
Rusty Russell
2012-01-12
2
-48
/
+91
|
*
|
|
virtio-balloon: Trivial cleanups
Sasha Levin
2012-01-12
1
-3
/
+3
|
*
|
|
virtio: harsher barriers for rpmsg.
Rusty Russell
2012-01-12
8
-22
/
+35
[next]