index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
2022-01-27
1
-3
/
+6
*
bpf: Fix mount source show for bpffs
Yafang Shao
2022-01-27
1
-2
/
+12
*
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-27
1
-4
/
+16
*
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
2022-01-27
1
-4
/
+2
*
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
2022-01-27
1
-1
/
+4
*
sched/cpuacct: Fix user/system in shown cpuacct.usage*
Andrey Ryabinin
2022-01-27
1
-47
/
+32
*
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Andrey Ryabinin
2022-01-27
1
-2
/
+2
*
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
2022-01-27
1
-1
/
+17
*
rcutorture: Avoid soft lockup during cpu stall
Wander Lairson Costa
2022-01-27
1
-0
/
+5
*
psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
Brian Chen
2022-01-27
2
-18
/
+32
*
clocksource: Avoid accidental unstable marking of clocksources
Waiman Long
2022-01-27
1
-9
/
+41
*
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
2022-01-27
1
-0
/
+1
*
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2022-01-27
1
-6
/
+6
*
rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
Frederic Weisbecker
2022-01-27
1
-0
/
+1
*
sched/rt: Try to restart rt period timer when rt runtime exceeded
Li Hua
2022-01-27
1
-5
/
+18
*
bpf: Remove config check to enable bpf support for branch records
Kajol Jain
2022-01-27
1
-5
/
+1
*
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2022-01-27
2
-5
/
+4
*
bpf: Adjust BTF log size limit.
Alexei Starovoitov
2022-01-27
1
-1
/
+1
*
sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
Vincent Donnefort
2022-01-27
1
-1
/
+2
*
sched/fair: Fix detection of per-CPU kthreads waking a task
Vincent Donnefort
2022-01-27
1
-0
/
+1
*
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
2022-01-27
1
-2
/
+2
*
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
2022-01-20
1
-3
/
+10
*
bpf: Fix out of bounds access from invalid *_or_null type verification
Daniel Borkmann
2022-01-16
1
-3
/
+3
*
workqueue: Fix unbind_workers() VS wq_worker_running() race
Frederic Weisbecker
2022-01-16
1
-0
/
+9
*
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2022-01-11
2
-9
/
+21
*
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
2022-01-11
3
-31
/
+65
*
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2022-01-11
2
-4
/
+12
*
tracing: Tag trace_percpu_buffer as a percpu pointer
Naveen N. Rao
2022-01-11
1
-2
/
+2
*
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
Naveen N. Rao
2022-01-11
1
-1
/
+1
*
kernel/crash_core: suppress unknown crashkernel parameter warning
Philipp Rudo
2021-12-29
1
-0
/
+11
*
ucounts: Fix rlimit max values check
Alexey Gladkov
2021-12-29
1
-6
/
+9
*
rcu: Mark accesses to rcu_state.n_force_qs
Paul E. McKenney
2021-12-22
1
-5
/
+5
*
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
2021-12-22
1
-1
/
+1
*
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
2021-12-22
1
-2
/
+1
*
audit: improve robustness of the audit queue handling
Paul Moore
2021-12-22
1
-11
/
+10
*
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-22
1
-1
/
+8
*
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-22
1
-9
/
+15
*
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-22
1
-0
/
+4
*
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-22
1
-3
/
+9
*
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
2021-12-17
1
-0
/
+3
*
wait: add wake_up_pollfree()
Eric Biggers
2021-12-14
1
-0
/
+7
*
timers: implement usleep_idle_range()
SeongJae Park
2021-12-14
1
-7
/
+9
*
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-14
1
-1
/
+1
*
sched/uclamp: Fix rq->uclamp_max not set on first enqueue
Qais Yousef
2021-12-08
1
-1
/
+1
*
preempt/dynamic: Fix setup_preempt_mode() return value
Andrew Halaney
2021-12-08
1
-2
/
+2
*
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
2021-12-08
1
-1
/
+1
*
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
2021-12-08
1
-0
/
+3
*
tracing: Don't use out-of-sync va_list in event printing
Nikita Yushchenko
2021-12-08
1
-0
/
+12
*
tracing: Check pid filtering when creating events
Steven Rostedt (VMware)
2021-12-01
1
-0
/
+10
*
sched/scs: Reset task stack state in bringup_cpu()
Mark Rutland
2021-12-01
2
-4
/
+7
[prev]
[next]