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
*
mm: bdi: add separate writeback accounting capability
Miklos Szeredi
2008-04-30
10
-30
/
+67
*
mm: bdi: move statistics to debugfs
Miklos Szeredi
2008-04-30
3
-48
/
+99
*
mm: bdi: allow setting a maximum for the bdi dirty limit
Peter Zijlstra
2008-04-30
6
-13
/
+111
*
mm: bdi: allow setting a minimum for the bdi dirty limit
Peter Zijlstra
2008-04-30
4
-1
/
+57
*
mm: bdi: expose the BDI object in sysfs for FUSE
Miklos Szeredi
2008-04-30
3
-18
/
+18
*
mm: bdi: expose the BDI object in sysfs for NFS
Miklos Szeredi
2008-04-30
1
-0
/
+26
*
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
2008-04-30
8
-2
/
+194
*
pidns: make pid->level and pid_ns->level unsigned
Pavel Emelyanov
2008-04-30
3
-3
/
+3
*
make marker_debug static
Adrian Bunk
2008-04-30
1
-1
/
+1
*
mxser: convert large macros to functions
Christoph Hellwig
2008-04-30
2
-152
/
+214
*
pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/
Oleg Nesterov
2008-04-30
1
-15
/
+21
*
pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH
Oleg Nesterov
2008-04-30
1
-13
/
+20
*
pids: __set_special_pids: use change_pid() helper
Oleg Nesterov
2008-04-30
1
-4
/
+2
*
pids: sys_setpgid: use change_pid() helper
Oleg Nesterov
2008-04-30
1
-2
/
+1
*
pids: introduce change_pid() helper
Oleg Nesterov
2008-04-30
2
-7
/
+20
*
pids: de_thread: don't clear session/pgrp pids for the old leader
Oleg Nesterov
2008-04-30
1
-1
/
+0
*
Deprecate find_task_by_pid()
Pavel Emelyanov
2008-04-30
5
-9
/
+24
*
Use find_task_by_vpid in taskstats
Pavel Emelyanov
2008-04-30
1
-3
/
+3
*
free_pidmap: turn it into free_pidmap(struct upid *)
Oleg Nesterov
2008-04-30
1
-6
/
+7
*
devpts: factor out PTY index allocation
Sukadev Bhattiprolu
2008-04-30
3
-35
/
+52
*
devpts: propagate error code from devpts_pty_new
Sukadev Bhattiprolu
2008-04-30
1
-2
/
+2
*
tty: fix routine name in ptmx_open()
Hiroshi Shimamoto
2008-04-30
1
-1
/
+1
*
char serial: switch drivers to ioremap_nocache
Alan Cox
2008-04-30
8
-20
/
+25
*
ip2: switch remaining direct call of ops->flush_buffer
Alan Cox
2008-04-30
1
-2
/
+1
*
tty: add throttle/unthrottle helpers
Alan Cox
2008-04-30
9
-25
/
+31
*
isicom: fix buffer allocation
Alan Cox
2008-04-30
1
-8
/
+6
*
esp: clean up to modern coding style
Alan Cox
2008-04-30
1
-308
/
+283
*
epca: coding style
Alan Cox
2008-04-30
1
-118
/
+158
*
riscom8: coding style
Alan Cox
2008-04-30
1
-340
/
+304
*
strip: Fix up strip for the new order
Alan Cox
2008-04-30
1
-42
/
+24
*
tty: The big operations rework
Alan Cox
2008-04-30
30
-664
/
+537
*
isicom: bring into coding style
Alan Cox
2008-04-30
1
-53
/
+56
*
serial: switch the serial core to int put_char methods
Alan Cox
2008-04-30
1
-4
/
+8
*
pc300: Update to tty_set_operations
Alan Cox
2008-04-30
1
-9
/
+15
*
pty: prepare for tty->ops changes
Alan Cox
2008-04-30
1
-3
/
+26
*
isdn: switch to int put_char method
Alan Cox
2008-04-30
1
-3
/
+6
*
consoles: switch to int put_char method
Alan Cox
2008-04-30
2
-5
/
+6
*
synclink series: switch to int put_char method
Alan Cox
2008-04-30
3
-14
/
+22
*
specialix: Switch to int put_char method
Alan Cox
2008-04-30
1
-4
/
+5
*
serial167: switch to int put_char method
Alan Cox
2008-04-30
1
-3
/
+4
*
riscom/rocket: switch to int put_char method
Alan Cox
2008-04-30
2
-5
/
+9
*
pcmcia: serial to int put_char method
Alan Cox
2008-04-30
1
-3
/
+4
*
mxser: switch to put_char being int
Alan Cox
2008-04-30
1
-3
/
+4
*
char: switch gs, cyclades and esp to return int for put_char
Alan Cox
2008-04-30
4
-13
/
+18
*
amiserial: Switch put char to return success/fail
Alan Cox
2008-04-30
1
-5
/
+6
*
usb gadget: switch to put_char returning int
Alan Cox
2008-04-30
1
-4
/
+6
*
serial m68k: put_char returns
Alan Cox
2008-04-30
3
-5
/
+7
*
s390 tty: Prepare for put_char to return success/fail
Alan Cox
2008-04-30
4
-6
/
+12
*
tty/serial: lay the foundations for the next set of reworks
Alan Cox
2008-04-30
26
-234
/
+189
*
drivers/char/ds1286.c: use time_before, time_before_eq, etc
Julia Lawall
2008-04-30
1
-1
/
+2
[next]