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-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-07-06
kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...
Don Zickus
1
-2
/
+0
2014-06-30
genirq: Sanitize spurious interrupt detection of threaded irqs
Thomas Gleixner
2
-6
/
+104
2014-06-30
rtmutex: Plug slow unlock race
Thomas Gleixner
1
-6
/
+109
2014-06-30
rtmutex: Handle deadlock detection smarter
Thomas Gleixner
3
-5
/
+38
2014-06-30
rtmutex: Detect changes in the pi lock chain
Thomas Gleixner
1
-24
/
+71
2014-06-30
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
1
-3
/
+7
2014-06-30
kthread: fix return value of kthread_create() upon SIGKILL.
Tetsuo Handa
1
-2
/
+2
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
2014-06-16
fs,userns: Change inode_capable to capable_wrt_inode_uidgid
Andy Lutomirski
1
-12
/
+8
2014-06-11
sched: Fix sched_policy < 0 comparison
Richard Weinberger
1
-1
/
+1
2014-06-11
sched/dl: Fix race in dl_task_timer()
Kirill Tkhai
1
-1
/
+9
2014-06-11
sched: Fix hotplug vs. set_cpus_allowed_ptr()
Lai Jiangshan
2
-3
/
+4
2014-06-11
sched/deadline: Restrict user params max value to 2^63 ns
Juri Lelli
1
-7
/
+30
2014-06-11
sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE
Peter Zijlstra
1
-6
/
+3
2014-06-11
sched: Make sched_setattr() correctly return -EFBIG
Michael Kerrisk
1
-2
/
+3
2014-06-11
sched: Disallow sched_attr::sched_policy < 0
Peter Zijlstra
1
-0
/
+3
2014-06-11
perf: Fix race in removing an event
Peter Zijlstra
1
-21
/
+26
2014-06-11
perf: Limit perf_event_attr::sample_period to 63 bits
Peter Zijlstra
1
-0
/
+3
2014-06-11
perf: Prevent false warning in perf_swevent_add
Jiri Olsa
1
-1
/
+12
2014-06-11
sched: Sanitize irq accounting madness
Thomas Gleixner
1
-16
/
+16
2014-06-11
sched/deadline: Fix memory leak
Li Zefan
1
-3
/
+1
2014-06-11
sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check
Steven Rostedt (Red Hat)
1
-2
/
+1
2014-06-07
futex: Make lookup_pi_state more robust
Thomas Gleixner
1
-28
/
+106
2014-06-07
futex: Always cleanup owner tid in unlock_pi
Thomas Gleixner
1
-22
/
+18
2014-06-07
futex: Validate atomic acquisition in futex_lock_pi_atomic()
Thomas Gleixner
1
-3
/
+11
2014-06-07
futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...
Thomas Gleixner
1
-0
/
+25
2014-06-07
powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode
Srivatsa S. Bhat
1
-0
/
+8
2014-06-07
workqueue: make rescuer_thread() empty wq->maydays list before exiting
Lai Jiangshan
1
-5
/
+16
2014-06-07
workqueue: fix a possible race condition between rescuer and pwq-release
Lai Jiangshan
1
-0
/
+12
2014-06-07
workqueue: fix bugs in wq_update_unbound_numa() failure path
Daeseok Youn
1
-1
/
+2
2014-06-07
hrtimer: Set expiry time before switch_hrtimer_base()
Viresh Kumar
1
-4
/
+4
2014-06-07
hrtimer: Prevent remote enqueue of leftmost timers
Leon Ma
1
-0
/
+5
2014-06-07
hrtimer: Prevent all reprogramming if hang detected
Stuart Hayes
1
-0
/
+17
2014-06-07
module: remove warning about waiting module removal.
Rusty Russell
1
-3
/
+0
2014-06-07
timer: Prevent overflow in apply_slack
Jiri Bohac
1
-1
/
+1
2014-06-07
genirq: Allow forcing cpu affinity of interrupts
Thomas Gleixner
1
-11
/
+6
2014-06-07
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2
-23
/
+7
2014-06-07
rtmutex: Fix deadlock detector for real
Thomas Gleixner
1
-4
/
+28
2014-06-07
futex: Prevent attaching to kernel threads
Thomas Gleixner
1
-0
/
+5
2014-06-07
futex: Add another early deadlock detection check
Thomas Gleixner
1
-13
/
+34
2014-05-31
tracing: Use rcu_dereference_sched() for trace event triggers
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-05-31
tracing/uprobes: Fix uprobe_cpu_buffer memory leak
zhangwei(Jovi)
1
-0
/
+6
2014-05-31
tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()
Viresh Kumar
1
-1
/
+1
2014-05-31
tick-sched: Don't call update_wall_time() when delta is lesser than tick_period
Viresh Kumar
1
-0
/
+3
2014-05-31
tick-common: Fix wrong check in tick_check_replacement()
Viresh Kumar
1
-1
/
+1
2014-05-31
tracepoint: Do not waste memory on mods with no tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-05-31
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
[next]