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
2019-08-06
kernel/module.c: Only return -EEXIST for modules that have finished loading
Prarit Bhargava
1
-4
/
+2
2019-08-06
ftrace: Enable trampoline when rec count returns back to one
Cheng Jian
1
-13
/
+15
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2
-5
/
+21
2019-08-04
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-2
/
+19
2019-08-04
locking/lockdep: Hide unused 'class' variable
Arnd Bergmann
1
-1
/
+2
2019-08-04
locking/lockdep: Fix lock used or unused stats error
Yuyang Du
1
-2
/
+3
2019-08-04
padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
Daniel Jordan
1
-0
/
+12
2019-08-04
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
1
-4
/
+8
2019-08-04
timer_list: Guard procfs specific code
Nathan Huckleberry
1
-17
/
+19
2019-08-04
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-08-04
bpf: silence warning messages in core
Valdis Klētnieks
1
-0
/
+1
2019-08-04
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
1
-9
/
+9
2019-08-04
signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig
Eric W. Biederman
1
-1
/
+1
2019-07-21
perf/core: Fix perf_sample_regs_user() mm check
Peter Zijlstra
1
-1
/
+1
2019-07-10
ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
Jann Horn
1
-3
/
+1
2019-07-10
cpu/speculation: Warn on unsupported mitigations= parameter
Geert Uytterhoeven
1
-0
/
+3
2019-07-10
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
3
-10
/
+20
2019-06-22
perf/ring_buffer: Add ordering to rb->nest increment
Peter Zijlstra
1
-0
/
+9
2019-06-22
perf/ring_buffer: Fix exposing a temporarily decreased data_head
Yabin Cui
1
-4
/
+20
2019-06-22
x86/uaccess, kcov: Disable stack protector
Peter Zijlstra
1
-0
/
+1
2019-06-22
ptrace: restore smp_rmb() in __ptrace_may_access()
Jann Horn
2
-0
/
+19
2019-06-22
signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO
Eric W. Biederman
1
-2
/
+8
2019-06-22
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
1
-1
/
+1
2019-06-22
kernel/sys.c: prctl: fix false positive in validate_prctl_map()
Cyrill Gorcunov
1
-1
/
+1
2019-06-22
sysctl: return -EINVAL if val violates minmax
Christian Brauner
1
-2
/
+4
2019-06-11
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
Jiri Kosina
2
-2
/
+11
2019-06-11
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-06-11
kernel/signal.c: trace_signal_deliver when signal_group_exit
Zhenliang Wei
1
-0
/
+2
2019-05-31
rcuperf: Fix cleanup path for invalid perf_type strings
Paul E. McKenney
1
-0
/
+5
2019-05-31
rcutorture: Fix cleanup path for invalid torture_type strings
Paul E. McKenney
1
-0
/
+5
2019-05-31
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
1
-0
/
+2
2019-05-31
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-1
/
+6
2019-05-31
audit: fix a memory leak bug
Wenwen Wang
1
-5
/
+7
2019-05-25
tracing: Fix partial reading of trace event's id file
Elazar Leibovich
1
-3
/
+0
2019-05-21
locking/rwsem: Prevent decrement of reader count before increment
Waiman Long
1
-14
/
+30
2019-05-16
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
1
-23
/
+48
2019-05-16
bpf: fix struct htab_elem layout
Alexei Starovoitov
1
-6
/
+22
2019-05-14
cpu/speculation: Add 'mitigations=' cmdline option
Josh Poimboeuf
1
-0
/
+15
2019-05-14
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+9
2019-05-14
sched: Add sched_smt_active()
Ben Hutchings
2
-0
/
+20
2019-05-14
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
Jiri Kosina
1
-1
/
+10
2019-05-14
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
1
-0
/
+10
2019-05-10
timer/debug: Change /proc/timer_stats from 0644 to 0600
Ben Hutchings
1
-1
/
+1
2019-05-10
genirq: Prevent use-after-free and work list corruption
Prasad Sodagudi
1
-1
/
+3
2019-05-02
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
1
-0
/
+4
2019-05-02
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-05-02
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-27
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
1
-1
/
+2
2019-04-27
Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"
Greg Kroah-Hartman
1
-3
/
+0
2019-04-27
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
1
-0
/
+25
[next]