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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-21
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
1
-120
/
+140
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
3
-162
/
+196
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
1
-36
/
+34
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
4
-102
/
+102
2021-10-21
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
1
-8
/
+12
2021-10-20
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
1
-3
/
+6
2021-10-20
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
1
-8
/
+7
2021-10-20
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
1
-12
/
+10
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
1
-0
/
+6
2021-10-20
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
1
-0
/
+252
2021-10-19
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
1
-6
/
+0
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
6
-42
/
+42
2021-10-14
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2
-6
/
+6
2021-10-14
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
1
-0
/
+1
2021-10-08
libbpf: Support detecting and attaching of writable tracepoint program
Hou Tao
1
-5
/
+21
2021-10-08
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
1
-9
/
+18
2021-10-08
libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted
Riccardo Mancini
1
-4
/
+12
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+3
2021-10-06
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
3
-12
/
+51
2021-10-06
libbpf: Deprecate bpf_object__unload() API since v0.6
Hengqi Chen
2
-3
/
+6
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
1
-2
/
+2
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
3
-2
/
+135
2021-10-05
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
3
-58
/
+280
2021-10-05
libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
Kumar Kartikeya Dwivedi
1
-11
/
+13
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
4
-24
/
+72
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-362
/
+631
2021-10-01
libbpf: Support uniform BTF-defined key/value specification across all BPF maps
Hengqi Chen
1
-0
/
+24
2021-10-01
libbpf: Fix memory leak in strset
Andrii Nakryiko
1
-0
/
+1
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2021-09-30
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+2
2021-09-29
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
1
-2
/
+4
2021-09-29
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
1
-0
/
+2
2021-09-29
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
1
-1
/
+6
2021-09-28
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
1
-1
/
+1
2021-09-28
libbpf: Add opt-in strict BPF program section name handling logic
Andrii Nakryiko
2
-46
/
+99
2021-09-28
libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
Andrii Nakryiko
1
-101
/
+35
2021-09-28
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
1
-111
/
+84
2021-09-28
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
2
-18
/
+30
2021-09-28
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
1
-42
/
+87
2021-09-28
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
1
-0
/
+1
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+7
2021-09-28
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+7
2021-09-27
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
1
-2
/
+3
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-23
/
+41
2021-09-21
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
1
-8
/
+122
2021-09-21
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
2
-73
/
+88
2021-09-21
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
1
-3
/
+7
2021-09-20
libbpf: Add doc comments in libbpf.h
Grant Seltzer
1
-8
/
+57
2021-09-18
libperf evsel: Make use of FD robust.
Ian Rogers
1
-23
/
+41
2021-09-17
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
1
-1
/
+7
[prev]
[next]