index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2021-07-28
dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
Roman Skakun
1
-2
/
+10
2021-07-28
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
1
-3
/
+5
2021-07-28
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
1
-0
/
+2
2021-07-25
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2
-40
/
+28
2021-07-25
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-20
static_call: Fix static_call_text_reserved() vs __init
Peter Zijlstra
1
-5
/
+8
2021-07-20
jump_label: Fix jump_label_text_reserved() vs __init
Peter Zijlstra
1
-5
/
+8
2021-07-20
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
1
-7
/
+14
2021-07-20
rcu: Reject RCU_LOCKDEP_WARN() false positives
Paul E. McKenney
1
-1
/
+1
2021-07-20
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
3
-1
/
+20
2021-07-20
cgroup: verify that source is a string
Christian Brauner
1
-0
/
+2
2021-07-20
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
2021-07-19
tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT
Paul Burton
1
-16
/
+47
2021-07-19
tracing: Simplify & fix saved_tgids logic
Paul Burton
1
-25
/
+13
2021-07-19
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
1
-2
/
+7
2021-07-19
cpu/hotplug: Cure the cpusets trainwreck
Thomas Gleixner
1
-0
/
+49
2021-07-19
bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()
Rustam Kovhaev
1
-0
/
+2
2021-07-19
sched/fair: Ensure _sum and _avg values stay consistent
Odin Ugedal
1
-3
/
+3
2021-07-19
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
1
-18
/
+43
2021-07-14
cred: add missing return error code when set_cred_ucounts() failed
Yang Yingliang
1
-1
/
+2
2021-07-14
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
1
-1
/
+1
2021-07-14
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
1
-2
/
+4
2021-07-14
psi: Fix race between psi_trigger_create/destroy
Zhaoyang Huang
1
-6
/
+6
2021-07-14
lockdep: Fix wait-type for empty stack
Peter Zijlstra
1
-1
/
+1
2021-07-14
sched/uclamp: Fix uclamp_tg_restrict()
Qais Yousef
1
-31
/
+18
2021-07-14
sched/rt: Fix Deadline utilization tracking during policy change
Vincent Donnefort
1
-0
/
+2
2021-07-14
sched/rt: Fix RT utilization tracking during policy change
Vincent Donnefort
1
-5
/
+12
2021-07-14
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-07-14
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-07-14
kthread_worker: fix return value when kthread_mod_delayed_work() races with k...
Petr Mladek
1
-7
/
+12
2021-07-14
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
1
-0
/
+60
2021-07-14
clocksource: Retry clock read if long delays detected
Paul E. McKenney
1
-6
/
+47
2021-07-14
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
1
-1
/
+11
2021-07-14
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
1
-2
/
+106
2021-07-14
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-07-14
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
3
-3
/
+2
2021-07-14
Add a reference to ucounts for each cred
Alexey Gladkov
5
-3
/
+98
2021-07-14
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
2
-4
/
+32
2021-07-14
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
1
-0
/
+7
2021-06-30
swiotlb: manipulate orig_addr when tlb_addr has offset
Bumyong Lee
1
-0
/
+3
2021-06-30
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
1
-2
/
+1
2021-06-30
kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...
Petr Mladek
1
-11
/
+24
2021-06-30
kthread_worker: split code for canceling the delayed work timer
Petr Mladek
1
-17
/
+29
2021-06-30
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
1
-1
/
+3
2021-06-30
module: limit enabling module.sig_enforce
Mimi Zohar
1
-5
/
+9
2021-06-23
crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
Pingfan Liu
1
-0
/
+1
2021-06-23
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
1
-3
/
+3
2021-06-23
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
1
-9
/
+0
2021-06-23
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
1
-2
/
+0
2021-06-23
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
1
-2
/
+18
[prev]
[next]