index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Lines
2024-04-26
tools lib rbtree: Pick some improvements from the kernel rbtree code
Arnaldo Carvalho de Melo
-1
/
+1
2024-04-26
bpf_helpers.h: Define bpf_tail_call_static when building with GCC
Jose E. Marchesi
-1
/
+3
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
-4
/
+8
2024-04-17
libbpf: Fix dump of subsequent char arrays
Quentin Deslandes
-0
/
+4
2024-04-17
libbpf: Fix misaligned array closing bracket
Quentin Deslandes
-0
/
+1
2024-04-10
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
-0
/
+10
2024-04-08
tools subcmd: Add check_if_command_finished()
Ian Rogers
-24
/
+49
2024-04-06
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
-3
/
+50
2024-04-06
libbpf: ringbuf: Allow to consume up to a certain amount of items
Andrea Righi
-7
/
+12
2024-04-06
libbpf: Start v1.5 development cycle
Andrea Righi
-1
/
+4
2024-04-02
libbpf: Use local bpf_helpers.h include
Tobias Böhm
-1
/
+1
2024-03-28
libbpf: Handle <orig_name>.llvm.<hash> symbol properly
Yonghong Song
-1
/
+20
2024-03-28
libbpf: Mark libbpf_kallsyms_parse static function
Yonghong Song
-6
/
+4
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
-2
/
+4
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+7
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-21
/
+128
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
-3
/
+7
2024-03-22
libbpf: Add new sec_def "sk_skb/verdict"
Yonghong Song
-0
/
+1
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-1
/
+1
2024-03-21
libbpf: Define MFD_CLOEXEC if not available
Arnaldo Carvalho de Melo
-0
/
+4
2024-03-21
libperf cpumap: Ensure empty cpumap is NULL from alloc
Ian Rogers
-1
/
+5
2024-03-21
libperf cpumap: Add any, empty and min helpers
Ian Rogers
-0
/
+47
2024-03-19
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
-5
/
+53
2024-03-19
libbpf: fix u64-to-pointer cast on 32-bit arches
Andrii Nakryiko
-2
/
+2
2024-03-18
libbpbpf: Check bpf_map/bpf_program fd validity
Mykyta Yatsenko
-7
/
+52
2024-03-15
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
-1
/
+1
2024-03-14
Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-8
/
+18
2024-03-14
libbpf: Skip zeroed or null fields if not found in the kernel type.
Kui-Feng Lee
-5
/
+19
2024-03-14
libbpf: Prevent null-pointer dereference when prog to load has no BTF
Quentin Monnet
-4
/
+3
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
-13
/
+107
2024-03-11
libbpf: Add support for bpf_arena.
Alexei Starovoitov
-8
/
+46
2024-03-11
libbpf: Add __arg_arena to bpf_helpers.h
Alexei Starovoitov
-0
/
+1
2024-03-10
kbuild: unexport abs_srctree and abs_objtree
Masahiro Yamada
-1
/
+1
2024-03-07
libbpf: Allow specifying 64-bit integers in map BTF.
Alexei Starovoitov
-2
/
+43
2024-03-06
libbpf: Rewrite btf datasec names starting from '?'
Eduard Zingerman
-2
/
+41
2024-03-06
libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")
Eduard Zingerman
-1
/
+14
2024-03-06
libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
Eduard Zingerman
-29
/
+32
2024-03-06
libbpf: Sync progs autoload with maps autocreate for struct_ops maps
Eduard Zingerman
-0
/
+43
2024-03-06
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
-3
/
+15
2024-03-06
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
-23
/
+26
2024-03-06
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
-1
/
+5
2024-03-04
libbpf: Correct debug message in btf__load_vmlinux_btf
Chen Shen
-1
/
+1
2024-02-29
libbpf: Convert st_ops->data to shadow type.
Kui-Feng Lee
-2
/
+38
2024-02-29
libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.
Kui-Feng Lee
-0
/
+5
2024-02-29
libperf evlist: Avoid out-of-bounds access
Ian Rogers
-8
/
+14
2024-02-22
bpf: Clarify batch lookup/lookup_and_delete semantics
Martin Kelly
-5
/
+12
2024-02-22
tools subcmd: Add a no exec function call option
Ian Rogers
-0
/
+4
2024-02-14
libbpf: Make remark about zero-initializing bpf_*_info structs
Matt Bobrowski
-5
/
+17
2024-02-13
libbpf: Add support to GCC in CORE macro definitions
Cupertino Miranda
-7
/
+38
2024-02-06
libbpf: Use OPTS_SET() macro in bpf_xdp_query()
Toke Høiland-Jørgensen
-2
/
+2
[prev]
[next]