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
*
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
2022-03-11
1
-0
/
+7
*
tracing: Fix return value of __setup handlers
Randy Dunlap
2022-03-08
2
-3
/
+3
*
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2022-03-08
1
-3
/
+3
*
sched: Fix yet more sched_fork() races
Peter Zijlstra
2022-03-08
2
-14
/
+33
*
blktrace: fix use after free for struct blk_trace
Yu Kuai
2022-03-08
1
-8
/
+18
*
ucounts: Fix systemd LimitNPROC with private users regression
Eric W. Biederman
2022-03-08
1
-1
/
+13
*
bpf: Fix possible race in inc_misses_counter
He Fengqing
2022-03-08
1
-2
/
+3
*
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2022-03-08
2
-9
/
+15
*
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
2022-03-08
1
-0
/
+2
*
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
2022-03-08
1
-0
/
+5
*
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2022-03-08
1
-6
/
+7
*
signal: In get_signal test for signal_group_exit every time through the loop
Eric W. Biederman
2022-03-08
1
-10
/
+10
*
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-03-08
1
-24
/
+57
*
sched/fair: Fix fault in reweight_entity
Tadeusz Struk
2022-03-08
1
-5
/
+6
*
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-03-08
1
-3
/
+63
*
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
2022-03-02
1
-6
/
+46
*
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
2022-03-02
1
-1
/
+6
*
bpf: Add schedule points in batch ops
Eric Dumazet
2022-03-02
1
-0
/
+3
*
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
2022-03-02
1
-2
/
+4
*
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
2022-03-02
1
-0
/
+2
*
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
2022-02-23
1
-2
/
+2
*
copy_process(): Move fd_install() out of sighand->siglock critical section
Waiman Long
2022-02-23
1
-4
/
+3
*
ucounts: Move RLIMIT_NPROC handling after set_user
Eric W. Biederman
2022-02-23
1
-5
/
+14
*
rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...
Eric W. Biederman
2022-02-23
1
-2
/
+1
*
ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
Eric W. Biederman
2022-02-23
1
-5
/
+5
*
ucounts: Base set_cred_ucounts changes on the real user
Eric W. Biederman
2022-02-23
1
-7
/
+2
*
ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
Eric W. Biederman
2022-02-23
1
-3
/
+2
*
ucounts: Handle wrapping in is_ucounts_overlimit
Eric W. Biederman
2022-02-23
1
-1
/
+2
*
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
2022-02-23
1
-0
/
+4
*
gcc-plugins/stackleak: Use noinstr in favor of notrace
Kees Cook
2022-02-23
1
-3
/
+2
*
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
2022-02-23
2
-23
/
+5
*
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
2022-02-16
1
-2
/
+2
*
signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
Kees Cook
2022-02-16
1
-2
/
+3
*
seccomp: Invalidate seccomp mode to catch death failures
Kees Cook
2022-02-16
1
-0
/
+10
*
PM: s2idle: ACPI: Fix wakeup interrupts handling
Rafael J. Wysocki
2022-02-16
3
-4
/
+5
*
perf: Always wake the parent event
James Clark
2022-02-16
1
-2
/
+10
*
PM: hibernate: Remove register_nosave_region_late()
Amadeusz Sławiński
2022-02-16
1
-14
/
+7
*
sched: Avoid double preemption in __cond_resched_*lock*()
Peter Zijlstra
2022-02-16
1
-9
/
+3
*
tracing: Propagate is_signed to expression
Tom Zanussi
2022-02-16
1
-0
/
+3
*
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
2022-02-08
1
-0
/
+10
*
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
2022-02-08
1
-0
/
+16
*
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
2022-02-08
1
-1
/
+1
*
audit: improve audit queue handling when "audit=1" on cmdline
Paul Moore
2022-02-08
1
-19
/
+43
*
cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
Tianchen Ding
2022-02-05
1
-2
/
+1
*
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
2022-02-05
1
-0
/
+14
*
psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
2022-02-01
1
-38
/
+41
*
perf/core: Fix cgroup event list management
Namhyung Kim
2022-02-01
1
-2
/
+9
*
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2022-02-01
2
-4
/
+16
*
perf: Fix perf_event_read_local() time
Peter Zijlstra
2022-02-01
1
-100
/
+146
*
sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask
Mathieu Desnoyers
2022-02-01
1
-4
/
+5
[next]