index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
libbpf: remove prog_info_linear APIs
Andrii Nakryiko
3
-317
/
+0
2022-06-28
libbpf: clean up perfbuf APIs
Andrii Nakryiko
3
-112
/
+18
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
5
-325
/
+24
2022-06-28
libbpf: remove deprecated probing APIs
Andrii Nakryiko
3
-132
/
+5
2022-06-28
libbpf: remove deprecated XDP APIs
Andrii Nakryiko
3
-78
/
+8
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
5
-374
/
+4
2022-06-28
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
5
-1610
/
+2
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
3
-71
/
+83
2022-06-16
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
1
-1
/
+4
2022-06-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
1
-60
/
+63
2022-06-14
libbpf: Fix an unsigned < 0 bug
Yonghong Song
1
-1
/
+1
2022-06-09
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
1
-41
/
+22
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
3
-20
/
+48
2022-06-07
libbpf: Add enum64 support for bpf linking
Yonghong Song
1
-0
/
+2
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
3
-5
/
+56
2022-06-07
libbpf: Add enum64 support for btf_dump
Yonghong Song
2
-34
/
+108
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
2
-2
/
+65
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
3
-0
/
+117
2022-06-07
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
1
-15
/
+21
2022-06-07
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
1
-1
/
+1
2022-06-07
libbpf: Permit 64bit relocation value
Yonghong Song
2
-24
/
+29
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
3
-10
/
+5
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
3
-6
/
+6
2022-06-02
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
1
-6
/
+20
2022-06-02
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
3
-0
/
+31
2022-06-02
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
3
-0
/
+64
2022-06-02
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
3
-0
/
+52
2022-06-02
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
3
-0
/
+55
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
2
-122
/
+0
2022-05-19
libbpf: start 1.0 development cycle
Andrii Nakryiko
2
-2
/
+6
2022-05-19
libbpf: fix up global symbol counting logic
Andrii Nakryiko
1
-1
/
+1
2022-05-16
libbpf: fix memory leak in attach_tp for target-less tracepoint program
Andrii Nakryiko
1
-4
/
+4
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
5
-0
/
+229
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
3
-0
/
+41
2022-05-11
libbpf: Clean up ringbuf size adjustment implementation
Andrii Nakryiko
1
-4
/
+2
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
5
-4
/
+40
2022-05-09
libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary
Andrii Nakryiko
1
-1
/
+41
2022-05-09
libbpf: Provide barrier() and barrier_var() in bpf_helpers.h
Andrii Nakryiko
1
-0
/
+24
2022-05-09
libbpf: Complete field-based CO-RE helpers with field offset helper
Andrii Nakryiko
1
-0
/
+12
2022-05-09
libbpf: Improve usability of field-based CO-RE helpers
Andrii Nakryiko
1
-4
/
+21
2022-05-09
libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
Andrii Nakryiko
1
-5
/
+0
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
3
-17
/
+133
2022-04-28
libbpf: Use libbpf_mem_ensure() when allocating new map
Andrii Nakryiko
1
-27
/
+10
2022-04-28
libbpf: Append "..." in fixed up log if CO-RE spec is truncated
Andrii Nakryiko
1
-4
/
+4
2022-04-28
libbpf: Support target-less SEC() definitions for BTF-backed programs
Andrii Nakryiko
1
-17
/
+32
2022-04-28
libbpf: Allow "incomplete" basic tracing SEC() definitions
Andrii Nakryiko
1
-18
/
+51
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
3
-4
/
+154
2022-04-26
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
1
-19
/
+15
2022-04-26
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
1
-26
/
+38
[prev]
[next]