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
2020-01-27
irqdomain: Add the missing assignment of domain->fwnode for named fwnode
Dexuan Cui
1
-0
/
+1
2020-01-27
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-0
/
+5
2020-01-27
perf/ioctl: Add check for the sample_period value
Ravi Bangoria
1
-0
/
+3
2020-01-27
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
1
-1
/
+1
2020-01-23
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
1
-5
/
+9
2020-01-23
ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
Christian Brauner
1
-5
/
+10
2020-01-14
tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
Steven Rostedt (VMware)
1
-0
/
+5
2020-01-14
kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...
Kaitao Cheng
1
-1
/
+3
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2020-01-12
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
1
-15
/
+30
2020-01-12
locking/spinlock/debug: Fix various data races
Marco Elver
1
-16
/
+16
2020-01-09
ftrace: Avoid potential division by zero in function profiler
Wen Yang
1
-3
/
+3
2020-01-09
exit: panic before exit_mm() on global init exit
chenqiwu
1
-4
/
+8
2020-01-09
tracing: Have the histogram compare functions convert to u64 first
Steven Rostedt (VMware)
1
-2
/
+2
2020-01-09
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
2
-4
/
+12
2020-01-09
memcg: account security cred as well to kmemcg
Shakeel Butt
1
-3
/
+3
2020-01-09
taskstats: fix data-race
Christian Brauner
1
-11
/
+19
2020-01-09
PM / hibernate: memory_bm_find_bit(): Tighten node optimisation
Andy Whitcroft
1
-1
/
+8
2020-01-04
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-18
/
+13
2020-01-04
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+7
2020-01-04
kernel: sysctl: make drop_caches write-only
Johannes Weiner
1
-1
/
+1
2019-12-17
kernel/module.c: wakeup processes in module_wq on module unload
Konstantin Khorenko
1
-0
/
+2
2019-12-17
workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
Tejun Heo
1
-0
/
+1
2019-12-17
cgroup: pids: use atomic64_t for pids->limit
Aleksa Sarai
1
-5
/
+6
2019-12-17
workqueue: Fix pwq ref leak in rescuer_thread()
Tejun Heo
1
-3
/
+10
2019-12-17
workqueue: Fix spurious sanity check failures in destroy_workqueue()
Tejun Heo
1
-5
/
+19
2019-12-17
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
1
-14
/
+22
2019-12-17
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
1
-1
/
+2
2019-12-17
audit_get_nd(): don't unlock parent too early
Al Viro
1
-1
/
+1
2019-12-05
futex: Prevent exit livelock
Thomas Gleixner
1
-15
/
+91
2019-12-05
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
1
-7
/
+9
2019-12-05
futex: Add mutex around futex exit
Thomas Gleixner
1
-0
/
+16
2019-12-05
futex: Provide state handling for exec() as well
Thomas Gleixner
1
-4
/
+34
2019-12-05
futex: Sanitize exit state handling
Thomas Gleixner
1
-7
/
+10
2019-12-05
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2
-13
/
+37
2019-12-05
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2
-1
/
+1
2019-12-05
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2
-4
/
+8
2019-12-05
exit/exec: Seperate mm_release()
Thomas Gleixner
2
-2
/
+12
2019-12-05
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2
-28
/
+15
2019-12-05
futex: Move futex exit handling into futex code
Thomas Gleixner
2
-26
/
+32
2019-12-05
futex: Prevent robust futex exit race
Yang Tao
1
-7
/
+51
2019-12-05
y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
3
-208
/
+192
2019-12-05
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-12-05
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-12-05
fork: fix some -Wmissing-prototypes warnings
Yi Wang
1
-5
/
+0
2019-12-01
audit: print empty EXECVE args
Richard Guy Briggs
1
-1
/
+1
2019-12-01
sched/fair: Don't increase sd->balance_interval on newidle balance
Valentin Schneider
1
-2
/
+11
2019-12-01
sched/topology: Fix off by one bug
Peter Zijlstra
1
-1
/
+1
2019-12-01
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
1
-2
/
+1
2019-12-01
printk: fix integer overflow in setup_log_buf()
Sergey Senozhatsky
1
-1
/
+1
[next]