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
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
2014-11-21
perf: Handle compat ioctl
Pawel Moll
1
-1
/
+21
2014-11-21
audit: keep inode pinned
Miklos Szeredi
1
-0
/
+1
2014-11-14
posix-timers: Fix stack info leak in timer_create()
Mathias Krause
1
-0
/
+1
2014-11-14
PM / Sleep: fix recovery during resuming from hibernation
Imre Deak
1
-1
/
+7
2014-11-14
OOM, PM: OOM killed task shouldn't escape PM suspend
Michal Hocko
1
-1
/
+39
2014-11-14
freezer: Do not freeze tasks killed by OOM killer
Cong Wang
1
-0
/
+3
2014-11-14
modules, lock around setting of MODULE_STATE_UNFORMED
Prarit Bhargava
1
-0
/
+2
2014-11-14
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
1
-4
/
+4
2014-10-09
jiffies: Fix timeval conversion to jiffies
Andrew Hunter
1
-24
/
+30
2014-10-09
ring-buffer: Fix infinite spin in reading buffer
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-10-09
perf: fix perf bug in fork()
Peter Zijlstra
2
-3
/
+6
2014-10-05
introduce for_each_thread() to replace the buggy while_each_thread()
Oleg Nesterov
2
-0
/
+8
2014-10-05
kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code
Oleg Nesterov
1
-8
/
+7
2014-10-05
PM / sleep: Use valid_state() for platform-dependent sleep states only
Rafael J. Wysocki
4
-37
/
+36
2014-10-05
PM / sleep: Add state field to pm_states[] entries
Rafael J. Wysocki
4
-27
/
+30
2014-10-05
perf: Fix a race condition in perf_remove_from_context()
Cong Wang
1
-0
/
+10
2014-10-05
alarmtimer: Lock k_itimer during timer callback
Richard Larocque
1
-2
/
+8
2014-10-05
alarmtimer: Do not signal SIGEV_NONE timers
Richard Larocque
1
-2
/
+4
2014-10-05
kcmp: fix standard comparison bug
Rasmus Villemoes
1
-3
/
+4
2014-10-05
trace: Fix epoll hang when we race with new entries
Josef Bacik
1
-1
/
+15
2014-09-17
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
1
-6
/
+8
2014-09-17
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
1
-11
/
+6
2014-09-17
kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
Sasha Levin
1
-1
/
+1
2014-09-17
CAPABILITIES: remove undefined caps from all processes
Eric Paris
2
-1
/
+5
2014-08-07
timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
Jan Kara
1
-4
/
+6
2014-08-07
printk: rename printk_sched to printk_deferred
John Stultz
3
-3
/
+3
2014-07-31
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2
-5
/
+6
2014-07-28
sched: Fix possible divide by zero in avg_atom() calculation
Mateusz Guzik
1
-1
/
+1
2014-07-28
locking/mutex: Disable optimistic spinning on some architectures
Peter Zijlstra
1
-1
/
+4
2014-07-28
PM / sleep: Fix request_firmware() error at resume
Takashi Iwai
1
-0
/
+1
2014-07-28
alarmtimer: Fix bug where relative alarm timers were treated as absolute
John Stultz
1
-2
/
+18
2014-07-28
ring-buffer: Fix polling on trace_pipe
Martin Lau
1
-4
/
+0
2014-07-28
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-2
/
+10
2014-07-28
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-07-17
rtmutex: Plug slow unlock race
Thomas Gleixner
1
-6
/
+109
2014-07-17
rtmutex: Handle deadlock detection smarter
Thomas Gleixner
3
-5
/
+38
2014-07-17
rtmutex: Detect changes in the pi lock chain
Thomas Gleixner
1
-15
/
+59
2014-07-17
rtmutex: Fix deadlock detector for real
Thomas Gleixner
1
-4
/
+28
2014-07-17
ring-buffer: Check if buffer exists before polling
Steven Rostedt (Red Hat)
3
-10
/
+24
2014-07-17
workqueue: zero cpumask of wq_numa_possible_cpumask on init
Yasuaki Ishimatsu
1
-1
/
+1
2014-07-17
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
1
-1
/
+7
2014-07-17
workqueue: fix dev_set_uevent_suppress() imbalance
Maxime Bizon
1
-0
/
+1
2014-07-09
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
1
-2
/
+0
2014-07-06
tracing: Fix syscall_*regfunc() vs copy_process() race
Oleg Nesterov
1
-0
/
+2
2014-07-06
tracing: Try again for saved cmdline if failed due to locking
Steven Rostedt (Red Hat)
1
-6
/
+7
2014-06-30
genirq: Sanitize spurious interrupt detection of threaded irqs
Thomas Gleixner
2
-6
/
+104
2014-06-30
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
1
-3
/
+7
2014-06-26
nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off
Thomas Gleixner
1
-1
/
+3
2014-06-26
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-2
/
+2
2014-06-16
auditsc: audit_krule mask accesses need bounds checking
Andy Lutomirski
1
-9
/
+18
[next]