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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "swsusp special saveable pages support" commits
Linus Torvalds
2006-06-25
3
-116
/
+18
*
Fix PM_TRACE dependency: works only on 32-bit x86 for now
Linus Torvalds
2006-06-25
1
-1
/
+1
*
[PATCH] pacct: none-delayed process accounting accumulation
KaiGai Kohei
2006-06-25
1
-13
/
+11
*
[PATCH] pacct: avoidance to refer the last thread as a representation of the ...
KaiGai Kohei
2006-06-25
2
-20
/
+26
*
[PATCH] pacct: add pacct_struct to fix some pacct bugs.
KaiGai Kohei
2006-06-25
3
-16
/
+40
*
[PATCH] kthread: move kernel-doc and put it into DocBook
Randy Dunlap
2006-06-25
1
-1
/
+60
*
[PATCH] ktime/hrtimer: fix kernel-doc comments
Randy Dunlap
2006-06-25
1
-10
/
+1
*
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
Heiko Carstens
2006-06-25
4
-0
/
+8
*
[PATCH] kthread: convert stop_machine into a kthread
Serge E. Hallyn
2006-06-25
1
-6
/
+11
*
[PATCH] Link error when futexes are disabled on 64bit architectures
Anton Blanchard
2006-06-25
1
-1
/
+1
*
[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__
akpm@osdl.org
2006-06-25
1
-7
/
+0
*
[PATCH] Get rid of /proc/sys/proc
Stephen Hemminger
2006-06-25
1
-11
/
+0
*
[PATCH] printk time parameter
Jan Engelhardt
2006-06-25
1
-0
/
+2
*
[PATCH] Remove unecessary NULL check in kernel/acct.c
Matt Helsley
2006-06-25
1
-5
/
+3
*
[PATCH] constify parts of kernel/power/
Andreas Mohr
2006-06-25
2
-3
/
+3
*
[PATCH] schedule_on_each_cpu(): reduce kmalloc() size
Andrew Morton
2006-06-25
1
-8
/
+20
*
[PATCH] kernel/sys.c: cleanups
Adrian Bunk
2006-06-25
2
-5
/
+3
*
[PATCH] Make printk work for really early debugging
Michael Ellerman
2006-06-25
1
-17
/
+33
*
[PATCH] Allow raw_notifier callouts to unregister themselves
Alan Stern
2006-06-25
1
-2
/
+3
*
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
2006-06-25
4
-6
/
+6
*
[PATCH] ensure NULL deref can't possibly happen in is_exported()
Jesper Juhl
2006-06-25
1
-1
/
+1
*
Add some basic resume trace facilities
Linus Torvalds
2006-06-24
1
-0
/
+9
*
[PATCH] More BUG_ON conversion
Eric Sesterhenn
2006-06-23
1
-3
/
+2
*
[PATCH] adjust handle_IRR_event() return type
Jan Beulich
2006-06-23
1
-2
/
+3
*
[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loop
Porpoise
2006-06-23
1
-13
/
+9
*
[PATCH] list: use list_replace_init() instead of list_splice_init()
Oleg Nesterov
2006-06-23
2
-6
/
+6
*
[PATCH] Doc: add audit & acct to DocBook
Randy Dunlap
2006-06-23
1
-0
/
+1
*
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
Paul E. McKenney
2006-06-23
1
-11
/
+2
*
[PATCH] kernel/sys.c doesn't need init.h
Jes Sorensen
2006-06-23
1
-1
/
+0
*
[PATCH] CONFIG_NET=n build fix
Andrew Morton
2006-06-23
1
-1
/
+1
*
[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()
Andreas Mohr
2006-06-23
1
-6
/
+6
*
[PATCH] invert irq/migration.c brach prediction
Daniel Walker
2006-06-23
1
-2
/
+2
*
[PATCH] cond_resched() might_sleep() fix
Ingo Molnar
2006-06-23
1
-0
/
+3
*
[PATCH] dup fd error fix
Prasanna Meda
2006-06-23
1
-1
/
+2
*
[PATCH] mmput() might sleep
Andrew Morton
2006-06-23
1
-0
/
+2
*
[PATCH] Add a sysfs file to determine if a kexec kernel is loaded
Jeff Moyer
2006-06-23
2
-3
/
+22
*
[PATCH] swsusp: use less memory during resume
Rafael J. Wysocki
2006-06-23
2
-58
/
+85
*
[PATCH] kernel/power/snapshot.c: cleanups
Adrian Bunk
2006-06-23
1
-7
/
+8
*
[PATCH] swsusp: take lowmem reserves into account
Rafael J. Wysocki
2006-06-23
1
-1
/
+3
*
[PATCH] swsusp: add architecture special saveable pages support
Shaohua Li
2006-06-23
3
-15
/
+117
*
[PATCH] x86: kernel irq balance doesn't work
Zhang Yanmin
2006-06-23
1
-0
/
+3
*
[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)
David Quigley
2006-06-23
1
-0
/
+8
*
[PATCH] SELinux: add security hooks to {get,set}affinity
David Quigley
2006-06-23
1
-1
/
+8
*
[PATCH] move_pages: fix 32 -> 64 bit compat function
Christoph Lameter
2006-06-23
1
-2
/
+2
*
[PATCH] sys_move_pages: 32bit support (i386, x86_64)
Christoph Lameter
2006-06-23
2
-0
/
+24
*
[PATCH] page migration: sys_move_pages(): support moving of individual pages
Christoph Lameter
2006-06-23
1
-0
/
+1
*
[PATCH] swsusp: rework memory shrinker
Rafael J. Wysocki
2006-06-23
1
-2
/
+8
*
[PATCH] support for panic at OOM
KAMEZAWA Hiroyuki
2006-06-23
1
-0
/
+9
*
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
2006-06-23
1
-1
/
+1
*
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-06-23
2
-8
/
+8
[next]