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.14.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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf hists browser: Fix hierarchy mode header
Namhyung Kim
2023-09-19
1
-1
/
+1
*
selftests/bpf: Fix a CI failure caused by vsock write
Xu Kuohai
2023-09-19
2
-0
/
+33
*
selftests/bpf: Fix flaky cgroup_iter_sleepable subtest
Yonghong Song
2023-09-19
1
-2
/
+3
*
perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test
Namhyung Kim
2023-09-19
1
-1
/
+1
*
perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators
Kajol Jain
2023-09-19
1
-16
/
+12
*
perf header: Fix missing PMU caps
Ian Rogers
2023-09-19
1
-15
/
+16
*
perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list
Ilkka Koskinen
2023-09-19
1
-3
/
+0
*
perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()
Arnaldo Carvalho de Melo
2023-09-19
1
-0
/
+1
*
perf top: Don't pass an ERR_PTR() directly to perf_session__delete()
Arnaldo Carvalho de Melo
2023-09-19
1
-0
/
+1
*
perf vendor events: Update metric event names for power10 platform
Kajol Jain
2023-09-19
1
-25
/
+25
*
perf vendor events: Move JSON/events to appropriate files for power10 platform
Kajol Jain
2023-09-19
9
-614
/
+616
*
perf vendor events: Drop STORES_PER_INST metric event for power10 platform
Kajol Jain
2023-09-19
1
-6
/
+0
*
perf vendor events: Drop some of the JSON/events for power10 platform
Kajol Jain
2023-09-19
5
-37
/
+0
*
perf vendor events: Update the JSON/events descriptions for power10 platform
Kajol Jain
2023-09-19
8
-69
/
+69
*
perf dlfilter: Add al_cleanup()
Adrian Hunter
2023-09-19
6
-15
/
+464
*
perf dlfilter: Initialize addr_location before passing it to thread__find_sym...
Arnaldo Carvalho de Melo
2023-09-19
1
-0
/
+1
*
perf bpf-filter: Fix sample flag check with ||
Namhyung Kim
2023-09-19
1
-0
/
+10
*
perf script: Print "cgroup" field on the same line as "comm"
Ivan Babrou
2023-09-19
1
-11
/
+11
*
perf annotate bpf: Don't enclose non-debug code with an assert()
Arnaldo Carvalho de Melo
2023-09-19
1
-3
/
+7
*
perf parse-events: Additional error reporting
Ian Rogers
2023-09-19
1
-6
/
+19
*
perf parse-events: Separate ENOMEM memory handling
Ian Rogers
2023-09-19
1
-52
/
+82
*
perf parse-events: Move instances of YYABORT to YYNOMEM
Ian Rogers
2023-09-19
1
-18
/
+40
*
perf parse-events: Separate YYABORT and YYNOMEM cases
Ian Rogers
2023-09-19
1
-19
/
+26
*
perf trace: Really free the evsel->priv area
Arnaldo Carvalho de Melo
2023-09-19
1
-7
/
+2
*
tools/mm: fix undefined reference to pthread_once
Xie XiuQi
2023-09-19
1
-2
/
+2
*
memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2
Aleksa Sarai
2023-09-13
1
-5
/
+17
*
selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
Jeff Xu
2023-09-13
1
-0
/
+5
*
selftests/landlock: Fix a resource leak
Ding Xiang
2023-09-13
1
-3
/
+5
*
XArray: Do not return sibling entries from xa_load()
Matthew Wilcox (Oracle)
2023-09-13
1
-2
/
+66
*
selftests: memfd: error out test process when child test fails
Aleksa Sarai
2023-09-13
1
-1
/
+18
*
selftests/bpf: Clean up fmod_ret in bench_rename test script
Yipeng Zou
2023-09-13
1
-1
/
+1
*
selftests/bpf: Fix repeat option when kfunc_call verification fails
Yipeng Zou
2023-09-13
1
-1
/
+1
*
libbpf: Set close-on-exec flag on gzopen
Marco Vedovati
2023-09-13
1
-2
/
+2
*
selftests/bpf: fix static assert compilation issue for test_cls_*.c
Alan Maguire
2023-09-13
1
-0
/
+9
*
libbpf: Fix realloc API handling in zero-sized edge cases
Andrii Nakryiko
2023-09-13
2
-4
/
+16
*
bpftool: Use a local bpf_perf_event_value to fix accessing its fields
Alexander Lobakin
2023-09-13
1
-10
/
+17
*
bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c
Quentin Monnet
2023-09-13
1
-2
/
+9
*
bpftool: Define a local bpf_perf_link to fix accessing its fields
Alexander Lobakin
2023-09-13
1
-2
/
+7
*
bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie
Alexander Lobakin
2023-09-13
1
-1
/
+5
*
libbpf: only reset sec_def handler when necessary
Andrii Nakryiko
2023-09-13
1
-8
/
+19
*
selftests/bpf: Fix bpf_nf failure upon test rerun
Daniel Borkmann
2023-09-13
1
-2
/
+3
*
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
2023-09-13
8
-8
/
+8
*
tools/nolibc: arch-*.h: add missing space after ','
Zhangjin Wu
2023-09-13
8
-8
/
+8
*
selftests/futex: Order calls to futex_lock_pi
Nysal Jan K.A
2023-09-13
1
-0
/
+7
*
selftests/resctrl: Close perf value read fd on errors
Ilpo Järvinen
2023-09-13
1
-7
/
+11
*
selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
Ilpo Järvinen
2023-09-13
1
-0
/
+1
*
selftests/resctrl: Don't leak buffer in fill_cache()
Ilpo Järvinen
2023-09-13
1
-1
/
+2
*
selftests/resctrl: Add resctrl.h into build deps
Ilpo Järvinen
2023-09-13
1
-1
/
+1
*
selftests/harness: Actually report SKIP for signal tests
Kees Cook
2023-09-13
1
-6
/
+5
*
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-08-25
3
-18
/
+73
|
\
[prev]
[next]