index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...
Linus Torvalds
2024-05-22
7
-41
/
+131
|
\
|
*
tools lib subcmd: Show parent options in help
Namhyung Kim
2024-05-13
1
-12
/
+24
|
*
libsubcmd: Fix parse-options memory leak
Ian Rogers
2024-05-10
1
-3
/
+5
|
*
perf record: Fix comment misspellings
Howard Chu
2024-04-27
1
-1
/
+1
|
*
tools lib rbtree: Pick some improvements from the kernel rbtree code
Arnaldo Carvalho de Melo
2024-04-27
1
-1
/
+1
|
*
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2024-04-22
2
-4
/
+8
|
|
\
|
*
|
tools subcmd: Add check_if_command_finished()
Ian Rogers
2024-04-08
2
-24
/
+49
|
*
|
libperf cpumap: Ensure empty cpumap is NULL from alloc
Ian Rogers
2024-03-21
1
-1
/
+5
|
*
|
libperf cpumap: Add any, empty and min helpers
Ian Rogers
2024-03-21
3
-0
/
+47
*
|
|
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-19
1
-1
/
+1
|
\
\
\
|
*
|
|
tools lib rbtree: pick some improvements from the kernel rbtree code
Arnaldo Carvalho de Melo
2024-05-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
libbpf: fix feature detectors when using token_fd
Andrii Nakryiko
2024-05-15
2
-2
/
+2
*
|
|
bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
Jose E. Marchesi
2024-05-09
1
-0
/
+1
*
|
|
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
2024-05-08
1
-1
/
+14
*
|
|
libbpf: fix libbpf_strerror_r() handling unknown errors
Andrii Nakryiko
2024-05-08
1
-2
/
+14
*
|
|
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
2024-05-08
1
-1
/
+9
*
|
|
libbpf: remove unnecessary struct_ops prog validity check
Andrii Nakryiko
2024-05-08
1
-10
/
+3
*
|
|
libbpf: Avoid casts from pointers to enums in bpf_tracing.h
Jose E. Marchesi
2024-05-03
2
-47
/
+47
*
|
|
libbpf: Fix bpf_ksym_exists() in GCC
Jose E. Marchesi
2024-05-03
1
-3
/
+14
*
|
|
libbpf: fix ring_buffer__consume_n() return result logic
Andrii Nakryiko
2024-05-03
1
-1
/
+1
*
|
|
libbpf: fix potential overflow in ring__consume_n()
Andrii Nakryiko
2024-05-03
1
-1
/
+1
*
|
|
libbpf: Fix error message in attach_kprobe_multi
Jiri Olsa
2024-05-02
1
-1
/
+1
*
|
|
libbpf: Fix error message in attach_kprobe_session
Jiri Olsa
2024-05-02
1
-1
/
+1
*
|
|
libbpf: better fix for handling nulled-out struct_ops program
Andrii Nakryiko
2024-05-01
1
-11
/
+26
*
|
|
libbpf: support "module: Function" syntax for tracing programs
Viktor Malik
2024-05-01
1
-9
/
+26
*
|
|
libbpf: Add kprobe session attach type name to attach_type_name
Jiri Olsa
2024-04-30
1
-0
/
+1
*
|
|
libbpf: Add support for kprobe session attach
Jiri Olsa
2024-04-30
3
-3
/
+41
*
|
|
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
2024-04-30
1
-0
/
+1
*
|
|
bpf_helpers.h: Define bpf_tail_call_static when building with GCC
Jose E. Marchesi
2024-04-26
1
-1
/
+3
*
|
|
libbpf: Fix dump of subsequent char arrays
Quentin Deslandes
2024-04-17
1
-0
/
+4
*
|
|
libbpf: Fix misaligned array closing bracket
Quentin Deslandes
2024-04-17
1
-0
/
+1
*
|
|
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
2024-04-11
3
-0
/
+10
*
|
|
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
2024-04-06
3
-3
/
+50
*
|
|
libbpf: ringbuf: Allow to consume up to a certain amount of items
Andrea Righi
2024-04-06
1
-7
/
+12
*
|
|
libbpf: Start v1.5 development cycle
Andrea Righi
2024-04-06
2
-1
/
+4
*
|
|
libbpf: Use local bpf_helpers.h include
Tobias Böhm
2024-04-02
1
-1
/
+1
*
|
|
libbpf: Handle <orig_name>.llvm.<hash> symbol properly
Yonghong Song
2024-03-29
1
-1
/
+20
*
|
|
libbpf: Mark libbpf_kallsyms_parse static function
Yonghong Song
2024-03-29
2
-6
/
+4
*
|
|
bpf: improve error message for unsupported helper
Mykyta Yatsenko
2024-03-29
1
-2
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-29
1
-3
/
+7
|
\
|
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-03-26
1
-3
/
+7
|
|
\
\
|
|
*
|
libbpf: Define MFD_CLOEXEC if not available
Arnaldo Carvalho de Melo
2024-03-21
1
-0
/
+4
|
|
*
|
libbpf: fix u64-to-pointer cast on 32-bit arches
Andrii Nakryiko
2024-03-20
1
-2
/
+2
|
|
*
|
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
2024-03-15
1
-1
/
+1
*
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-27
5
-21
/
+128
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
libbpf: Add new sec_def "sk_skb/verdict"
Yonghong Song
2024-03-22
1
-0
/
+1
|
*
|
|
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
2024-03-20
5
-5
/
+53
|
*
|
|
libbpbpf: Check bpf_map/bpf_program fd validity
Mykyta Yatsenko
2024-03-18
1
-7
/
+52
|
*
|
|
libbpf: Skip zeroed or null fields if not found in the kernel type.
Kui-Feng Lee
2024-03-14
1
-5
/
+19
|
*
|
|
libbpf: Prevent null-pointer dereference when prog to load has no BTF
Quentin Monnet
2024-03-14
1
-4
/
+3
|
|
/
/
[next]