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
*
libbpf: implement __arg_ctx fallback logic
Andrii Nakryiko
2024-01-04
1
-4
/
+252
*
libbpf: move BTF loading step after relocation step
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: move exception callbacks assignment logic into relocation step
Andrii Nakryiko
2024-01-04
1
-80
/
+85
*
libbpf: use stable map placeholder FDs
Andrii Nakryiko
2024-01-04
2
-38
/
+77
*
libbpf: don't rely on map->fd as an indicator of map being created
Andrii Nakryiko
2024-01-04
1
-15
/
+27
*
libbpf: use explicit map reuse flag to skip map creation steps
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: make uniform use of btf__fd() accessor inside libbpf
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
Mingyi Zhang
2023-12-21
1
-0
/
+2
*
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
2023-12-21
1
-0
/
+3
*
libbpf: add __arg_xxx macros for annotating global func args
Andrii Nakryiko
2023-12-20
1
-0
/
+3
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
12
-741
/
+478
*
libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2023-12-14
2
-6
/
+21
*
libbpf: wire up BPF token support at BPF object level
Andrii Nakryiko
2023-12-14
4
-12
/
+158
*
libbpf: wire up token_fd into feature probing logic
Andrii Nakryiko
2023-12-14
5
-46
/
+66
*
libbpf: move feature detection code into its own file
Andrii Nakryiko
2023-12-14
6
-466
/
+479
*
libbpf: further decouple feature checking logic from bpf_object
Andrii Nakryiko
2023-12-14
3
-11
/
+22
*
libbpf: split feature detectors definitions from cached results
Andrii Nakryiko
2023-12-14
1
-6
/
+12
*
libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
Daniel Xu
2023-12-14
1
-0
/
+32
*
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
2023-12-09
1
-4
/
+20
*
bpf: Load vmlinux btf for any struct_ops map
David Vernet
2023-12-08
1
-0
/
+11
*
libbpf: add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2023-12-06
2
-2
/
+4
*
libbpf: add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2023-12-06
2
-2
/
+5
*
libbpf: add BPF token support to bpf_map_create() API
Andrii Nakryiko
2023-12-06
2
-2
/
+7
*
libbpf: add bpf_token_create() API
Andrii Nakryiko
2023-12-06
3
-0
/
+42
*
libbpf: Add st_type argument to elf_resolve_syms_offsets function
Jiri Olsa
2023-11-29
3
-4
/
+6
*
libbpf: Start v1.4 development cycle
Eduard Zingerman
2023-11-23
2
-1
/
+4
*
libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
Yonghong Song
2023-11-10
1
-5
/
+8
*
Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-03
4
-1
/
+24
|
\
|
*
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-10-25
1
-0
/
+7
|
*
libperf rc_check: Make implicit enabling work for GCC
Ian Rogers
2023-10-25
1
-1
/
+5
|
*
tools api: Avoid potential double free
Ian Rogers
2023-10-12
1
-0
/
+1
|
*
perf evlist: Add perf_evlist__go_system_wide() helper
Yang Jihong
2023-09-12
2
-0
/
+11
*
|
libbpf: Add link-based API for netkit
Daniel Borkmann
2023-10-25
5
-0
/
+76
*
|
libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
Andrii Nakryiko
2023-10-17
1
-6
/
+10
*
|
libbpf: Add support for cgroup unix socket address hooks
Daan De Meyer
2023-10-12
1
-0
/
+10
*
|
libbpf: Fix syscall access arguments on riscv
Alexandre Ghiti
2023-10-04
1
-2
/
+0
*
|
libbpf: Allow Golang symbols in uprobe secdef
Hengqi Chen
2023-09-29
1
-6
/
+16
*
|
libbpf: Add ring__consume
Martin Kelly
2023-09-26
3
-0
/
+22
*
|
libbpf: Add ring__map_fd
Martin Kelly
2023-09-26
3
-0
/
+15
*
|
libbpf: Add ring__size
Martin Kelly
2023-09-26
3
-0
/
+16
*
|
libbpf: Add ring__avail_data_size
Martin Kelly
2023-09-26
3
-0
/
+21
*
|
libbpf: Add ring__producer_pos, ring__consumer_pos
Martin Kelly
2023-09-26
3
-0
/
+34
*
|
libbpf: Add ring_buffer__ring
Martin Kelly
2023-09-26
3
-0
/
+24
*
|
libbpf: Switch rings to array of pointers
Martin Kelly
2023-09-26
1
-8
/
+12
*
|
libbpf: Refactor cleanup in ring_buffer__add
Martin Kelly
2023-09-26
1
-6
/
+9
*
|
libbpf: Support symbol versioning for uprobe
Hengqi Chen
2023-09-22
2
-12
/
+124
*
|
libbpf: Resolve symbol conflicts at the same offset for uprobe
Hengqi Chen
2023-09-22
1
-1
/
+4
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2023-09-17
3
-24
/
+303
|
\
\
|
|
/
|
/
|
|
*
libbpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-5
/
+109
|
*
libbpf: Refactor bpf_object__reloc_code
Kumar Kartikeya Dwivedi
2023-09-16
1
-19
/
+33
[next]