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
compress-2025-01-21
compress-2025-01-23
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
2022-01-29
rcu: Tighten rcu_advance_cbs_nowake() checks
Paul E. McKenney
1
-3
/
+4
2022-01-27
taskstats: Cleanup the use of task->exit_code
Eric W. Biederman
1
-4
/
+3
2022-01-27
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-27
bpf: Fix mount source show for bpffs
Yafang Shao
1
-2
/
+12
2022-01-27
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
1
-4
/
+16
2022-01-27
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
1
-4
/
+2
2022-01-27
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
1
-1
/
+4
2022-01-27
sched/cpuacct: Fix user/system in shown cpuacct.usage*
Andrey Ryabinin
1
-47
/
+32
2022-01-27
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Andrey Ryabinin
1
-2
/
+2
2022-01-27
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
1
-1
/
+17
2022-01-27
rcutorture: Avoid soft lockup during cpu stall
Wander Lairson Costa
1
-0
/
+5
2022-01-27
psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
Brian Chen
2
-18
/
+32
2022-01-27
clocksource: Avoid accidental unstable marking of clocksources
Waiman Long
1
-9
/
+41
2022-01-27
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
1
-0
/
+1
2022-01-27
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
1
-6
/
+6
2022-01-27
rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
Frederic Weisbecker
1
-0
/
+1
2022-01-27
sched/rt: Try to restart rt period timer when rt runtime exceeded
Li Hua
1
-5
/
+18
2022-01-27
bpf: Remove config check to enable bpf support for branch records
Kajol Jain
1
-5
/
+1
2022-01-27
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2
-5
/
+4
2022-01-27
bpf: Adjust BTF log size limit.
Alexei Starovoitov
1
-1
/
+1
2022-01-27
sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
Vincent Donnefort
1
-1
/
+2
2022-01-27
sched/fair: Fix detection of per-CPU kthreads waking a task
Vincent Donnefort
1
-0
/
+1
2022-01-27
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
1
-2
/
+2
2022-01-20
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-3
/
+10
2022-01-16
bpf: Fix out of bounds access from invalid *_or_null type verification
Daniel Borkmann
1
-3
/
+3
2022-01-16
workqueue: Fix unbind_workers() VS wq_worker_running() race
Frederic Weisbecker
1
-0
/
+9
2022-01-11
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2
-9
/
+21
2022-01-11
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
3
-31
/
+65
2022-01-11
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2
-4
/
+12
2022-01-11
tracing: Tag trace_percpu_buffer as a percpu pointer
Naveen N. Rao
1
-2
/
+2
2022-01-11
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
Naveen N. Rao
1
-1
/
+1
2021-12-29
kernel/crash_core: suppress unknown crashkernel parameter warning
Philipp Rudo
1
-0
/
+11
2021-12-29
ucounts: Fix rlimit max values check
Alexey Gladkov
1
-6
/
+9
2021-12-22
rcu: Mark accesses to rcu_state.n_force_qs
Paul E. McKenney
1
-5
/
+5
2021-12-22
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
1
-1
/
+1
2021-12-22
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
1
-2
/
+1
2021-12-22
audit: improve robustness of the audit queue handling
Paul Moore
1
-11
/
+10
2021-12-22
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-22
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-22
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-22
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-17
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
1
-0
/
+3
2021-12-14
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+7
2021-12-14
timers: implement usleep_idle_range()
SeongJae Park
1
-7
/
+9
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-12-08
sched/uclamp: Fix rq->uclamp_max not set on first enqueue
Qais Yousef
1
-1
/
+1
2021-12-08
preempt/dynamic: Fix setup_preempt_mode() return value
Andrew Halaney
1
-2
/
+2
2021-12-08
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
1
-1
/
+1
2021-12-08
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+3
2021-12-08
tracing: Don't use out-of-sync va_list in event printing
Nikita Yushchenko
1
-0
/
+12
[next]