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
2017-04-30
kconfig: tinyconfig: provide whole choice blocks to avoid warnings
Arnd Bergmann
1
-0
/
+8
2017-04-30
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
6
-13
/
+26
2017-04-30
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
1
-2
/
+14
2017-04-30
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
1
-3
/
+5
2017-04-22
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
1
-4
/
+4
2017-04-22
perf/core: Fix event inheritance on fork()
Peter Zijlstra
1
-2
/
+3
2017-04-22
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
1
-4
/
+10
2017-04-22
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
1
-4
/
+16
2017-04-18
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
1
-0
/
+2
2017-04-18
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
1
-9
/
+11
2017-04-18
padata: avoid race in reordering
Jason A. Donenfeld
1
-2
/
+3
2017-01-15
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
1
-3
/
+14
2016-12-23
cpuset: handle race between CPU hotplug and cpuset_hotplug_work
Joonwoo Park
1
-3
/
+14
2016-10-05
genirq: Generic chip: Change irq_reg_{readl,writel} arguments
Kevin Cernekee
1
-10
/
+10
2016-10-05
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
1
-0
/
+22
2016-09-12
cpuset: make sure new tasks conform to the current config of the cpuset
Zefan Li
1
-0
/
+15
2016-08-31
timekeeping: Cap array access in timekeeping_debug
John Stultz
1
-2
/
+7
2016-08-31
uprobes: Fix the memcg accounting
Oleg Nesterov
1
-2
/
+3
2016-08-22
module: Invalidate signatures on force-loaded modules
Ben Hutchings
1
-4
/
+9
2016-08-22
audit: fix a double fetch in audit_log_single_execve_arg()
Paul Moore
1
-168
/
+164
2016-08-22
Fix broken audit tests for exec arg len
Linus Torvalds
1
-2
/
+1
2016-08-22
audit: Fix check of return value of strnlen_user()
Jan Kara
1
-1
/
+1
2016-08-07
posix_cpu_timer: Exit early when process has been reaped
Alexey Dobriyan
1
-0
/
+1
2016-07-12
pipe: limit the per-user amount of pages allocated in pipes
Willy Tarreau
1
-0
/
+14
2016-07-12
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-07-12
futex: Acknowledge a new waiter in counter before plist
Davidlohr Bueso
1
-1
/
+1
2016-07-12
tracing: Handle NULL formats in hold_module_trace_bprintk_format()
Steven Rostedt (Red Hat)
1
-1
/
+6
2016-07-12
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-07-11
cgroup: remove redundant cleanup in css_create
Wenwei Tao
1
-4
/
+1
2016-06-19
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
1
-3
/
+6
2016-06-06
wait/ptrace: assume __WALL if the child is traced
Oleg Nesterov
1
-9
/
+20
2016-06-06
ring-buffer: Prevent overflow of size in ring_buffer_resize()
Steven Rostedt (Red Hat)
1
-5
/
+4
2016-06-06
ring-buffer: Use long for nr_pages to avoid overflow failures
Steven Rostedt (Red Hat)
1
-12
/
+14
2016-06-06
ring-buffer: Move recursive check to per_cpu descriptor
Steven Rostedt (Red Hat)
1
-18
/
+19
2016-06-06
ring-buffer: Remove duplicate use of '&' in recursive code
Steven Rostedt (Red Hat)
1
-4
/
+1
2016-06-06
ring-buffer: Add unlikelys to make fast path the default
Steven Rostedt (Red Hat)
1
-5
/
+5
2016-06-06
sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems
Sasha Levin
1
-4
/
+7
2016-05-17
workqueue: fix rebind bound workers warning
Wanpeng Li
1
-0
/
+11
2016-05-17
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
1
-2
/
+7
2016-05-17
workqueue: fix ghost PENDING flag while doing MQ IO
Roman Pen
1
-0
/
+29
2016-05-16
timers: Use proper base migration in add_timer_on()
Tejun Heo
1
-3
/
+17
2016-05-10
futex: Handle unlock_pi race gracefully
Sebastian Andrzej Siewior
1
-3
/
+22
2016-04-18
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
1
-1
/
+1
2016-04-18
tracing: Fix trace_printk() to print when not using bprintk()
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-04-18
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
1
-1
/
+4
2016-04-18
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-04-13
modules: fix longstanding /proc/kallsyms vs module insertion race.
Rusty Russell
1
-42
/
+69
2016-04-13
kernel/resource.c: fix muxed resource handling in __request_region()
Simon Guinot
1
-2
/
+3
2016-04-12
module: wrapper for symbol name.
Rusty Russell
1
-11
/
+15
2016-04-12
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
5
-13
/
+36
[next]