index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-28
Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code
Julien Tinnes
1
-4
/
+12
2011-03-28
smp_call_function_many: handle concurrent clearing of mask
Milton Miller
1
-3
/
+10
2011-03-21
call_function_many: add missing ordering
Milton Miller
1
-13
/
+33
2011-03-21
call_function_many: fix list delete vs add race
Milton Miller
1
-7
/
+13
2011-03-21
sched: Fix user time incorrectly accounted as system time on 32-bit
Stanislaw Gruszka
1
-4
/
+4
2011-03-21
pid: make setpgid() system call use RCU read-side critical section
Paul E. McKenney
1
-0
/
+2
2011-03-21
hw breakpoints: Fix pid namespace bug
Matt Helsley
1
-1
/
+2
2011-03-21
Fix unprotected access to task credentials in waitid()
Daniel J Blueman
1
-3
/
+2
2011-03-21
ftrace: Fix memory leak with function graph and cpu hotplug
Steven Rostedt
2
-8
/
+46
2011-03-21
cpuset: add a missing unlock in cpuset_write_resmask()
Li Zefan
1
-2
/
+5
2011-03-21
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
3
-1
/
+18
2011-03-21
genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now
Thomas Gleixner
1
-1
/
+1
2011-03-21
PM / Hibernate: Return error code when alloc_image_page() fails
Stanislaw Gruszka
1
-5
/
+2
2011-03-21
CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
Tetsuo Handa
1
-2
/
+2
2011-03-21
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
1
-4
/
+8
2011-03-21
CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials
David Howells
1
-0
/
+25
2011-03-21
kernel/smp.c: fix smp_call_function_many() SMP race
Anton Blanchard
1
-0
/
+30
2011-03-21
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
1
-1
/
+1
2011-03-21
posix-cpu-timers: workaround to suppress the problems with mt exec
Oleg Nesterov
1
-0
/
+8
2011-03-21
tracing: Fix panic when lseek() called on "trace" opened for writing
Slava Pestov
1
-1
/
+9
2011-03-21
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
Takashi Iwai
1
-1
/
+1
2011-03-21
nohz: Fix get_next_timer_interrupt() vs cpu hotplug
Heiko Carstens
1
-0
/
+6
2011-03-21
nohz: Fix printk_needs_cpu() return value on offline cpus
Heiko Carstens
1
-0
/
+2
2011-03-21
genirq: Fix incorrect proc spurious output
Kenji Kaneshige
1
-1
/
+1
2011-03-21
Prioritize synchronous signals over 'normal' signals
Linus Torvalds
1
-13
/
+30
2011-03-21
compat: Make compat_alloc_user_space() incorporate the access_ok()
H. Peter Anvin
1
-0
/
+22
2011-03-21
do_exit(): make sure that we run with get_fs() == USER_DS
Nelson Elhage
1
-0
/
+9
2011-03-21
latencytop: fix per task accumulator
Ken Chen
1
-9
/
+8
2011-03-21
futex: Fix errors in nested key ref-counting
Darren Hart
1
-15
/
+16
2011-03-21
sched: Fix string comparison in /proc/sched_features
Mathieu Desnoyers
1
-4
/
+3
2011-03-21
hrtimer: Preserve timer state in remove_hrtimer()
Salman Qazi
1
-2
/
+11
2011-03-21
ring-buffer: Fix typo of time extends per page
Steven Rostedt
1
-1
/
+1
2010-08-02
futex: futex_find_get_task remove credentails check
Michal Hocko
1
-13
/
+4
2010-08-02
genirq: Deal with desc->set_type() changing desc->chip
Thomas Gleixner
1
-0
/
+3
2010-08-02
sched: Fix over-scheduling bug
Alex,Shi
1
-3
/
+0
2010-08-02
sched: Prevent compiler from optimising the sched_avg_update() loop
Will Deacon
1
-0
/
+6
2010-08-02
dynamic debug: move ddebug_remove_module() down into free_module()
Jason Baron
1
-1
/
+3
2010-07-05
tracing: Consolidate protection of reader access to the ring buffer
Lai Jiangshan
1
-39
/
+97
2010-07-05
perf: Fix signed comparison in perf_adjust_period()
Peter Zijlstra
1
-1
/
+4
2010-07-05
signals: check_kill_permission(): don't check creds if same_thread_group()
Oleg Nesterov
1
-2
/
+4
2010-07-05
mutex: Fix optimistic spinning vs. BKL
Tony Breeds
1
-0
/
+7
2010-07-05
cpumask: fix compat getaffinity
KOSAKI Motohiro
1
-14
/
+11
2010-07-05
posix_timer: Fix error path in timer_create
Andrey Vagin
1
-7
/
+4
2010-07-05
Fix racy use of anon_inode_getfd() in perf_event.c
Al Viro
1
-18
/
+22
2010-05-26
profile: fix stats and data leakage
Hugh Dickins
1
-1
/
+3
2010-05-26
revert "procfs: provide stack information for threads" and its fixup commits
Robin Holt
1
-2
/
+0
2010-05-12
CRED: Fix a race in creds_are_invalid() in credentials debugging
David Howells
1
-2
/
+0
2010-05-12
perf: Fix resource leak in failure path of perf_event_open()
Tejun Heo
1
-1
/
+1
2010-04-26
sched: Use proper type in sched_getaffinity()
KOSAKI Motohiro
1
-1
/
+1
2010-04-26
lockdep: fix incorrect percpu usage
Mathieu Desnoyers
1
-3
/
+3
[next]