index
:
Linux Stable
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.13.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
*
posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
Oleg Nesterov
2009-04-08
1
-1
/
+1
*
posix-timers: fix RLIMIT_CPU && fork()
Oleg Nesterov
2009-04-08
1
-4
/
+9
*
timers: add missing kernel-doc
Randy Dunlap
2009-04-02
1
-2
/
+5
*
-
-
-
.
Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...
Ingo Molnar
2009-03-26
4
-209
/
+350
|
\
\
\
|
|
|
*
posix timers: fix RLIMIT_CPU && fork()
Oleg Nesterov
2009-03-23
1
-1
/
+2
|
|
*
|
time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix
John Stultz
2009-02-26
1
-2
/
+2
|
|
*
|
time: ntp: clean up second_overflow()
Ingo Molnar
2009-02-25
1
-5
/
+6
|
|
*
|
time: ntp: simplify ntp_tick_adj calculations
Ingo Molnar
2009-02-25
1
-2
/
+5
|
|
*
|
time: ntp: make 64-bit constants more robust
Ingo Molnar
2009-02-25
1
-2
/
+2
|
|
*
|
time: ntp: refactor do_adjtimex() some more
Ingo Molnar
2009-02-25
1
-25
/
+36
|
|
*
|
time: ntp: refactor do_adjtimex()
Ingo Molnar
2009-02-25
1
-83
/
+99
|
|
*
|
time: ntp: fix bug in ntp_update_offset() & do_adjtimex()
Ingo Molnar
2009-02-25
1
-1
/
+8
|
|
*
|
time: ntp: micro-optimize ntp_update_offset()
Ingo Molnar
2009-02-25
1
-3
/
+3
|
|
*
|
time: ntp: simplify ntp_update_offset_fll()
Ingo Molnar
2009-02-25
1
-6
/
+5
|
|
*
|
time: ntp: refactor and clean up ntp_update_offset()
Ingo Molnar
2009-02-25
1
-14
/
+30
|
|
*
|
time: ntp: refactor up ntp_update_frequency()
Ingo Molnar
2009-02-25
1
-8
/
+5
|
|
*
|
time: ntp: clean up ntp_update_frequency()
Ingo Molnar
2009-02-25
1
-9
/
+18
|
|
*
|
time: ntp: simplify the MAX_TICKADJ_SCALED definition
Ingo Molnar
2009-02-25
1
-2
/
+2
|
|
*
|
time: ntp: simplify the second_overflow() code flow
Ingo Molnar
2009-02-25
1
-12
/
+17
|
|
*
|
time: ntp: clean up kernel/time/ntp.c
Ingo Molnar
2009-02-25
1
-48
/
+81
|
|
*
|
time: apply NTP frequency/tick changes immediately
john stultz
2009-02-19
1
-0
/
+7
|
*
|
|
timers: add mod_timer_pending()
Ingo Molnar
2009-02-18
2
-38
/
+74
*
|
|
|
Merge commit 'v2.6.29' into timers/core
Ingo Molnar
2009-03-26
34
-202
/
+468
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
fix ptrace slowness
Miklos Szeredi
2009-03-23
1
-0
/
+8
|
*
|
|
module: fix refptr allocation and release order
Masami Hiramatsu
2009-03-18
1
-12
/
+14
|
*
|
|
kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users
Dhaval Giani
2009-03-10
1
-7
/
+7
|
*
|
|
copy_process: fix CLONE_PARENT && parent_exec_id interaction
Oleg Nesterov
2009-03-09
1
-6
/
+5
|
*
|
|
Fix fixpoint divide exception in acct_update_integrals
Heiko Carstens
2009-03-09
1
-1
/
+5
|
*
|
|
rcu: increment quiescent state counter in ksoftirqd()
Eric Dumazet
2009-03-04
1
-0
/
+1
|
*
|
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2009-03-03
3
-14
/
+50
|
|
\
\
\
|
|
*
|
|
sched: don't allow setuid to succeed if the user does not have rt bandwidth
Dhaval Giani
2009-02-27
3
-13
/
+49
|
|
*
|
|
sched_rt: don't start timer when rt bandwidth disabled
Hiroshi Shimamoto
2009-02-26
1
-1
/
+1
|
*
|
|
|
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-03-03
4
-4
/
+19
|
|
\
\
\
\
|
|
*
|
|
|
rcu: Teach RCU that idle task is not quiscent state at boot
Paul E. McKenney
2009-02-26
4
-4
/
+19
|
|
|
/
/
/
|
*
|
|
|
x86-64: seccomp: fix 32/64 syscall hole
Roland McGrath
2009-03-02
1
-3
/
+4
|
*
|
|
|
Fix recursive lock in free_uid()/free_user_ns()
David Howells
2009-02-27
1
-4
/
+17
|
|
/
/
/
|
*
|
|
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
Rafael J. Wysocki
2009-02-22
3
-2
/
+24
|
*
|
|
Merge branch 'hibernate'
Linus Torvalds
2009-02-21
4
-10
/
+30
|
|
\
\
\
|
|
*
|
|
PM: Fix suspend_console and resume_console to use only one semaphore
Arve Hjønnevåg
2009-02-21
1
-6
/
+9
|
|
*
|
|
PM: Wait for console in resume
Arve Hjønnevåg
2009-02-21
1
-0
/
+6
|
|
*
|
|
PM: Fix pm_notifiers during user mode hibernation
Andrey Borzenkov
2009-02-21
1
-4
/
+4
|
|
*
|
|
PM: fix build for CONFIG_PM unset
Rafael J. Wysocki
2009-02-21
2
-1
/
+2
|
|
*
|
|
PM/resume: wait for device probing to finish
Arjan van de Ven
2009-02-21
1
-0
/
+11
|
*
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-02-19
3
-1
/
+26
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
tracing: limit the number of loops the ring buffer self test can make
Steven Rostedt
2009-02-18
1
-0
/
+10
|
|
*
|
|
tracing: have function trace select kallsyms
Steven Rostedt
2009-02-18
1
-0
/
+2
|
|
*
|
|
tracing: disable tracing while testing ring buffer
Steven Rostedt
2009-02-18
1
-0
/
+9
|
|
*
|
|
tracing/function-graph-tracer: trace the idle tasks
Frederic Weisbecker
2009-02-17
1
-1
/
+5
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-02-18
1
-2
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
block: fix bad definition of BIO_RW_SYNC
Jens Axboe
2009-02-18
1
-2
/
+3
|
|
|
|
_
|
/
|
|
|
/
|
|
[next]