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
2016-05-01
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
1
-1
/
+1
2016-05-01
tracing: Fix trace_printk() to print when not using bprintk()
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-05-01
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
1
-1
/
+4
2016-05-01
tracing: Have preempt(irqs)off trace preempt disabled functions
Steven Rostedt (Red Hat)
1
-2
/
+6
2016-05-01
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-05-01
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
1
-4
/
+3
2016-05-01
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
2
-0
/
+14
2016-03-30
cpu: Defer smpboot kthread unparking until CPU known to scheduler
Paul E. McKenney
1
-3
/
+31
2016-03-08
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
1
-1
/
+2
2016-03-04
kernel/resource.c: fix muxed resource handling in __request_region()
Simon Guinot
1
-2
/
+3
2016-02-25
pipe: limit the per-user amount of pages allocated in pipes
Willy Tarreau
1
-0
/
+14
2016-02-25
workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
Tejun Heo
1
-0
/
+10
2016-02-25
module: wrapper for symbol name.
Rusty Russell
1
-11
/
+15
2016-02-25
cgroup: make sure a parent css isn't offlined before its children
Tejun Heo
1
-5
/
+17
2016-02-24
Revert "workqueue: make sure delayed work run in local cpu"
Tejun Heo
1
-4
/
+4
2016-02-02
printk: do cond_resched() between lines while outputting to consoles
Tejun Heo
2
-3
/
+35
2016-02-02
kernel/panic.c: turn off locks debug before releasing console lock
Vitaly Kuznetsov
1
-1
/
+4
2016-02-02
panic: release stale console lock to always get the logbuf printed out
Vitaly Kuznetsov
1
-0
/
+10
2016-02-02
posix-clock: Fix return code on the poll method's error path
Richard Cochran
1
-2
/
+2
2016-02-02
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
1
-0
/
+5
2016-02-02
time: Avoid signed overflow in timekeeping_get_ns()
David Gibson
1
-2
/
+1
2016-01-25
ftrace/module: Call clean up function when module init fails early
Steven Rostedt (Red Hat)
1
-0
/
+6
2016-01-25
tracing: Fix setting of start_index in find_next()
Qiu Peiyang
1
-0
/
+1
2016-01-25
genirq: Prevent chip buslock deadlock
Thomas Gleixner
1
-3
/
+3
2016-01-11
perf: Fix PERF_EVENT_IOC_PERIOD deadlock
Peter Zijlstra
1
-1
/
+8
2016-01-05
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
1
-1
/
+0
2016-01-05
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
1
-4
/
+4
2016-01-05
ring-buffer: Update read stamp with first real commit on page
Steven Rostedt (Red Hat)
1
-7
/
+5
2015-12-14
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
1
-1
/
+1
2015-12-13
printk: prevent userland from spoofing kernel messages
Mathias Krause
1
-4
/
+8
2015-12-13
perf: Fix inherited events vs. tracepoint filters
Peter Zijlstra
1
-0
/
+4
2015-11-16
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
Konstantin Khlebnikov
1
-3
/
+3
2015-11-16
module: Fix locking in symbol_put_addr()
Peter Zijlstra
1
-2
/
+6
2015-10-30
workqueue: make sure delayed work run in local cpu
Shaohua Li
1
-4
/
+4
2015-10-30
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
2
-7
/
+8
2015-10-28
clocksource: Fix abs() usage w/ 64bit values
John Stultz
1
-1
/
+1
2015-10-28
genirq: Fix race in register_irq_proc()
Ben Hutchings
1
-2
/
+17
2015-09-30
task_work: remove fifo ordering guarantee
Eric Dumazet
1
-10
/
+2
2015-09-29
fs: create and use seq_show_option for escaping
Kees Cook
1
-2
/
+3
2015-09-28
sched: Fix cpu_active_mask/cpu_online_mask race
Jan H. Schönherr
1
-0
/
+8
2015-09-28
unshare: Unsharing a thread does not require unsharing a vm
Eric W. Biederman
1
-10
/
+18
2015-09-03
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+2
2015-09-03
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
1
-1
/
+2
2015-09-03
perf: Fix PERF_EVENT_IOC_PERIOD migration race
Peter Zijlstra
1
-20
/
+55
2015-08-31
perf: Fix fasync handling on inherited events
Peter Zijlstra
1
-2
/
+10
2015-08-20
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
1
-6
/
+4
2015-08-10
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
Thomas Gleixner
1
-5
/
+13
2015-08-10
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2
-7
/
+11
2015-07-15
security_syslog() should be called once only
Vasily Averin
1
-7
/
+4
2015-07-15
perf: Fix ring_buffer_attach() RCU sync, again
Oleg Nesterov
1
-7
/
+7
[next]