index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-24
Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
7
-103
/
+48
2025-01-17
libbpf: Work around kernel inconsistently stripping '.llvm.' suffix
Andrii Nakryiko
1
-1
/
+25
2025-01-17
libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED
Pu Lehui
1
-1
/
+1
2025-01-17
libbpf: Fix return zero when elf_begin failed
Pu Lehui
1
-0
/
+1
2025-01-11
libbpf: Add unique_match option for multi kprobe
Yonghong Song
2
-2
/
+15
2024-12-31
libbpf: Set MFD_NOEXEC_SEAL when creating memfd
Daniel Xu
1
-1
/
+13
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-2
/
+16
2024-12-14
libbpf: prog load: Allow to use fd_array_cnt
Anton Protopopov
2
-2
/
+6
2024-12-13
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-2
/
+16
2024-12-13
libbpf: Extend linker API to support in-memory ELF files
Alastair Robertson
3
-21
/
+150
2024-12-13
libbpf: Pull file-opening logic up to top-level functions
Alastair Robertson
1
-42
/
+42
2024-12-11
libperf: evlist: Fix --cpu argument on hybrid platform
James Clark
1
-2
/
+16
2024-12-09
tool api fs: Correctly encode errno for read/write open failures
Ian Rogers
1
-3
/
+3
2024-12-09
libperf cpumap: Grow array of read CPUs in smaller increments
Ian Rogers
1
-4
/
+5
2024-12-09
libperf cpumap: Remove perf_cpu_map__read()
Ian Rogers
4
-60
/
+0
2024-12-09
libperf cpumap: Remove use of perf_cpu_map__read()
Ian Rogers
1
-5
/
+6
2024-12-09
libperf cpumap: Be tolerant of newline at the end of a cpumask
Ian Rogers
1
-2
/
+2
2024-12-09
libperf cpumap: Hide/reduce scope of MAX_NR_CPUS
Ian Rogers
2
-4
/
+2
2024-12-09
perf: Increase MAX_NR_CPUS to 4096
Kyle Meyer
1
-1
/
+1
2024-12-09
libperf cpumap: Refactor perf_cpu_map__merge()
Leo Yan
3
-25
/
+30
2024-12-06
libbpf: Fix segfault due to libelf functions not setting errno
Quentin Monnet
1
-14
/
+8
2024-12-02
libbpf: Improve debug message when the base BTF cannot be found
Ben Olson
1
-1
/
+1
2024-12-02
libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing
Andrii Nakryiko
1
-1
/
+1
2024-11-27
Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
6
-4
/
+145
2024-11-26
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+0
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
26
-476
/
+917
2024-11-16
libbpf: Change hash_combine parameters from long to unsigned long
Sidong Yang
1
-1
/
+1
2024-11-15
libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
Jiri Olsa
1
-6
/
+5
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2
-1
/
+5
2024-11-13
libsubcmd: Move va_end() before exit
Luo Yifan
1
-1
/
+1
2024-11-12
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
6
-53
/
+56
2024-11-12
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
2
-13
/
+16
2024-11-12
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-12
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
2
-0
/
+78
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
3
-3
/
+20
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
1
-0
/
+1
2024-11-11
Merge back thermal control material for 6.13
Rafael J. Wysocki
5
-26
/
+279
2024-11-09
tools api io: Ensure line_len_out is always initialized
Ian Rogers
1
-0
/
+1
2024-11-06
tools/lib/list_sort: remove unnecessary header includes
Kuan-Wei Chiu
1
-2
/
+0
2024-11-04
tools/lib/thermal: Remove the thermal.h soft link when doing make clean
zhang jiao
1
-1
/
+3
2024-11-04
tools/lib/thermal: Fix sampling handler context ptr
Emil Dahl Juhl
1
-0
/
+2
2024-10-29
libbpf: start v1.6 development cycle
Andrii Nakryiko
2
-1
/
+4
2024-10-28
tools subcmd: Add non-waitpid check_if_command_finished()
Ian Rogers
1
-0
/
+33
2024-10-24
libbpf: define __uptr.
Kui-Feng Lee
1
-0
/
+1
2024-10-24
thermal/lib: Fix memory leak on error in thermal_genl_auto()
Daniel Lezcano
1
-4
/
+7
2024-10-24
tools/lib/thermal: Add the threshold netlink ABI
Daniel Lezcano
5
-14
/
+241
2024-10-24
tools/lib/thermal: Make more generic the command encoding function
Daniel Lezcano
1
-9
/
+32
2024-10-24
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
1
-43
/
+40
2024-10-24
libsubcmd: Silence compiler warning
Eder Zulian
1
-1
/
+1
2024-10-24
libbpf: Prevent compiler warnings/errors
Eder Zulian
1
-2
/
+2
[next]