index
:
linux-stable.git
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.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: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
2023-05-11
1
-3
/
+3
*
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
2023-05-11
1
-10
/
+6
*
bpf: fix precision propagation verbose logging
Andrii Nakryiko
2023-05-11
1
-2
/
+2
*
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-05-11
1
-2
/
+4
*
tick/common: Align tick period with the HZ tick.
Sebastian Andrzej Siewior
2023-05-11
1
-1
/
+11
*
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2023-05-11
1
-0
/
+5
*
tracing: Fix permissions for the buffer_percent file
Ondrej Mosnacek
2023-05-11
1
-1
/
+1
*
relayfs: fix out-of-bounds access in relay_file_read
Zhang Zhengming
2023-05-11
1
-1
/
+2
*
rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
Zheng Yejian
2023-05-11
1
-0
/
+1
*
ring-buffer: Sync IRQ works before buffer destruction
Johannes Berg
2023-05-11
1
-0
/
+4
*
ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...
Tze-nan Wu
2023-05-11
1
-3
/
+13
*
kheaders: Use array declaration instead of char
Kees Cook
2023-05-11
1
-5
/
+5
*
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
2023-05-11
1
-3
/
+8
*
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2023-05-11
2
-14
/
+71
*
sched/fair: Fixes for capacity inversion detection
Qais Yousef
2023-04-26
1
-2
/
+11
*
sched/fair: Consider capacity inversion in util_fits_cpu()
Qais Yousef
2023-04-26
1
-5
/
+9
*
sched/fair: Detect capacity inversion
Qais Yousef
2023-04-26
2
-3
/
+79
*
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
Ondrej Mosnacek
2023-04-26
1
-29
/
+40
*
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
2023-04-26
1
-0
/
+15
*
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
2023-04-20
1
-11
/
+86
*
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
2023-04-20
1
-20
/
+42
*
cgroup/cpuset: Skip spread flags update on v2
Waiman Long
2023-04-20
1
-4
/
+8
*
sched/fair: Fix imbalance overflow
Vincent Guittot
2023-04-20
1
-0
/
+10
*
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
2023-04-20
1
-1
/
+5
*
cgroup/cpuset: Fix partition root's cpuset.cpus update bug
Waiman Long
2023-04-20
1
-2
/
+10
*
cgroup: fix display of forceidle time at root
Josh Don
2023-04-20
1
-3
/
+1
*
tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...
Steven Rostedt (Google)
2023-04-20
1
-7
/
+7
*
tracing: Add trace_array_puts() to write into instance
Steven Rostedt (Google)
2023-04-20
1
-10
/
+17
*
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
Tetsuo Handa
2023-04-20
1
-2
/
+5
*
mm: enable maple tree RCU mode by default.
Liam R. Howlett
2023-04-13
1
-0
/
+3
*
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
2023-04-13
1
-1
/
+12
*
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
2023-04-13
1
-1
/
+1
*
tracing: Free error logs of tracing instances
Steven Rostedt (Google)
2023-04-13
1
-0
/
+1
*
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
2023-04-13
1
-1
/
+1
*
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
2023-04-13
1
-0
/
+2
*
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
2023-04-13
1
-4
/
+15
*
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
2023-04-13
1
-6
/
+9
*
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
2023-04-13
1
-1
/
+1
*
tracing: Fix wrong return in kprobe_event_gen_test.c
Anton Gusev
2023-04-06
1
-2
/
+2
*
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
2023-04-06
2
-3
/
+3
*
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
2023-04-06
1
-0
/
+9
*
tracing: Add .graph suffix option to histogram value
Masami Hiramatsu (Google)
2023-04-06
2
-17
/
+63
*
tracing: Add .percent suffix option to histogram values
Masami Hiramatsu (Google)
2023-04-06
2
-15
/
+78
*
kcsan: avoid passing -g for test
Marco Elver
2023-04-06
1
-1
/
+1
*
kernel: kcsan: kcsan_test: build without structleak plugin
Anders Roxell
2023-04-06
1
-0
/
+1
*
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
2023-03-30
2
-11
/
+47
*
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
2023-03-30
1
-2
/
+13
*
entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
Frederic Weisbecker
2023-03-30
1
-1
/
+2
*
entry: Fix noinstr warning in __enter_from_user_mode()
Josh Poimboeuf
2023-03-30
1
-1
/
+1
*
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-03-30
1
-1
/
+1
[next]