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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2021-09-18
selftests/bpf: Fix potential unreleased lock
Chengfeng Ye
2021-09-18
selftests/bpf: Enlarge select() timeout for test_maps
Li Zhijian
2021-09-18
kselftest/arm64: pac: Fix skipping of tests on systems without PAC
Mark Brown
2021-09-18
kselftest/arm64: mte: Fix misleading output when skipping tests
Mark Brown
2021-09-18
selftests: nci: Fix the wrong condition
Bongsu Jeon
2021-09-18
selftests: nci: Fix the code for next nlattr offset
Bongsu Jeon
2021-09-18
selftests/bpf: Fix flaky send_signal test
Yonghong Song
2021-09-18
selftests/bpf: Correctly display subtest skip status
Yucong Sun
2021-09-18
selftests/bpf: Fix xdp_tx.c prog section name
Jussi Maki
2021-09-18
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-09-18
selftests: firmware: Fix ignored return val of asprintf() warn
Shuah Khan
2021-09-18
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-09-18
tools/thermal/tmon: Add cross compiling support
Rolf Eike Beer
2021-09-18
selftests/ftrace: Fix requirement check of README file
Steven Rostedt (VMware)
2021-09-15
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-09-15
selftests/bpf: Fix test_core_autosize on big-endian machines
Ilya Leoshkevich
2021-09-15
selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP
Jose Blanquicet
2021-09-15
tools: Free BTF objects at various locations
Quentin Monnet
2021-09-15
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
2021-09-15
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-09-15
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-09-15
bpf: Fix a typo of reuseport map in bpf.h.
Kuniyuki Iwashima
2021-09-03
tools/virtio: fix build
Michael S. Tsirkin
2021-08-18
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-18
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-08-18
selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
Tianjia Zhang
2021-08-04
perf pmu: Fix alias matching
John Garry
2021-08-04
Revert "perf map: Fix dso->nsinfo refcounting"
Arnaldo Carvalho de Melo
2021-08-04
KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing
David Matlack
2021-08-04
selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
Greg Kroah-Hartman
2021-07-28
perf inject: Close inject.output on exit
Riccardo Mancini
2021-07-28
selftest: use mmap instead of posix_memalign to allocate memory
Peter Collingbourne
2021-07-28
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
2021-07-28
perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set
Yang Jihong
2021-07-28
perf data: Close all files in close_dir()
Riccardo Mancini
2021-07-28
perf probe-file: Delete namelist in del_events() on the error path
Riccardo Mancini
2021-07-28
perf lzma: Close lzma stream on exit
Riccardo Mancini
2021-07-28
perf script: Fix memory 'threads' and 'cpus' leaks on exit
Riccardo Mancini
2021-07-28
perf script: Release zstd data
Riccardo Mancini
2021-07-28
perf report: Free generated help strings for sort option
Riccardo Mancini
2021-07-28
perf env: Fix memory leak of cpu_pmu_caps
Riccardo Mancini
2021-07-28
perf test maps__merge_in: Fix memory leak of maps
Riccardo Mancini
2021-07-28
perf dso: Fix memory leak in dso__new_map()
Riccardo Mancini
2021-07-28
perf test event_update: Fix memory leak of unit
Riccardo Mancini
2021-07-28
perf test event_update: Fix memory leak of evlist
Riccardo Mancini
2021-07-28
perf test session_topology: Delete session->evlist
Riccardo Mancini
2021-07-28
perf env: Fix sibling_dies memory leak
Riccardo Mancini
2021-07-28
perf probe: Fix dso->nsinfo refcounting
Riccardo Mancini
2021-07-28
perf map: Fix dso->nsinfo refcounting
Riccardo Mancini
2021-07-28
perf inject: Fix dso->nsinfo refcounting
Riccardo Mancini
[next]