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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2011-11-07
tracing: Fix returning of duplicate data after EOF in trace_pipe_raw
Steven Rostedt
2011-11-07
time: Change jiffies_to_clock_t() argument type to unsigned long
hank
2011-11-07
kmod: prevent kmod_loop_msg overflow in __request_module()
Jiri Kosina
2011-08-29
futex: Fix regression with read only mappings
Shawn Bohrer
2011-07-13
PM / Hibernate: Fix free_unnecessary_pages()
Rafael J. Wysocki
2011-07-13
PM / Hibernate: Avoid hitting OOM during preallocation of memory
Rafael J. Wysocki
2011-07-13
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
2011-07-13
PM: Free memory bitmaps if opening /dev/snapshot fails
Michal Kubecek
2011-07-13
clocksource: Make watchdog robust vs. interruption
Thomas Gleixner
2011-06-23
lockdep: Fix lock_is_held() on recursion
Peter Zijlstra
2011-06-23
time: Compensate for rounding on odd-frequency clocksources
Kasper Pedersen
2011-06-23
ftrace: Only update the function code on write to filter files
Steven Rostedt
2011-05-23
tick: Clear broadcast active bit when switching to oneshot
Thomas Gleixner
2011-05-23
clocksource: Install completely before selecting
john stultz
2011-05-23
ptrace: Prepare to fix racy accesses on task breakpoints
Frederic Weisbecker
2011-04-22
next_pidmap: fix overflow condition
Linus Torvalds
2011-04-14
repair gdbstub to match the gdbserial protocol specification
Jason Wessel
2011-04-14
Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo
Roland Dreier
2011-04-14
perf: Better fit max unprivileged mlock pages for tools needs
Frederic Weisbecker
2011-03-28
Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code
Julien Tinnes
2011-03-28
smp_call_function_many: handle concurrent clearing of mask
Milton Miller
2011-03-21
call_function_many: add missing ordering
Milton Miller
2011-03-21
call_function_many: fix list delete vs add race
Milton Miller
2011-03-21
sched: Fix user time incorrectly accounted as system time on 32-bit
Stanislaw Gruszka
2011-03-21
pid: make setpgid() system call use RCU read-side critical section
Paul E. McKenney
2011-03-21
hw breakpoints: Fix pid namespace bug
Matt Helsley
2011-03-21
Fix unprotected access to task credentials in waitid()
Daniel J Blueman
2011-03-21
ftrace: Fix memory leak with function graph and cpu hotplug
Steven Rostedt
2011-03-21
cpuset: add a missing unlock in cpuset_write_resmask()
Li Zefan
2011-03-21
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
2011-03-21
genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now
Thomas Gleixner
2011-03-21
PM / Hibernate: Return error code when alloc_image_page() fails
Stanislaw Gruszka
2011-03-21
CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
Tetsuo Handa
2011-03-21
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
2011-03-21
CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials
David Howells
2011-03-21
kernel/smp.c: fix smp_call_function_many() SMP race
Anton Blanchard
2011-03-21
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
2011-03-21
posix-cpu-timers: workaround to suppress the problems with mt exec
Oleg Nesterov
2011-03-21
tracing: Fix panic when lseek() called on "trace" opened for writing
Slava Pestov
2011-03-21
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
Takashi Iwai
2011-03-21
nohz: Fix get_next_timer_interrupt() vs cpu hotplug
Heiko Carstens
2011-03-21
nohz: Fix printk_needs_cpu() return value on offline cpus
Heiko Carstens
2011-03-21
genirq: Fix incorrect proc spurious output
Kenji Kaneshige
2011-03-21
Prioritize synchronous signals over 'normal' signals
Linus Torvalds
2011-03-21
compat: Make compat_alloc_user_space() incorporate the access_ok()
H. Peter Anvin
2011-03-21
do_exit(): make sure that we run with get_fs() == USER_DS
Nelson Elhage
2011-03-21
latencytop: fix per task accumulator
Ken Chen
2011-03-21
futex: Fix errors in nested key ref-counting
Darren Hart
2011-03-21
sched: Fix string comparison in /proc/sched_features
Mathieu Desnoyers
2011-03-21
hrtimer: Preserve timer state in remove_hrtimer()
Salman Qazi
[next]