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
2023-08-23
libbpf: Add bpf_object__unpin()
Daniel Xu
-0
/
+17
2023-08-22
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
-0
/
+1
2023-08-21
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
-17
/
+82
2023-08-21
libbpf: Add uprobe multi link detection
Jiri Olsa
-0
/
+38
2023-08-21
libbpf: Add support for u[ret]probe.multi[.s] program sections
Jiri Olsa
-0
/
+36
2023-08-21
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
-0
/
+166
2023-08-21
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
-1
/
+21
2023-08-21
libbpf: Add elf_resolve_pattern_offsets function
Jiri Olsa
-1
/
+67
2023-08-21
libbpf: Add elf_resolve_syms_offsets function
Jiri Olsa
-0
/
+112
2023-08-21
libbpf: Add elf symbol iterator
Jiri Olsa
-64
/
+115
2023-08-21
libbpf: Add elf_open/elf_close functions
Jiri Olsa
-42
/
+57
2023-08-21
libbpf: Move elf_find_func_offset* functions to elf object
Jiri Olsa
-186
/
+202
2023-08-21
libbpf: Add uprobe_multi attach type and link names
Jiri Olsa
-0
/
+2
2023-08-18
libbpf: Support triple-underscore flavors for kfunc relocation
Dave Marchevsky
-1
/
+19
2023-08-16
tools: lib: perf: Implement riscv mmap support
Alexandre Ghiti
-0
/
+66
2023-08-16
libperf: Implement riscv mmap support
Alexandre Ghiti
-0
/
+66
2023-08-14
libbpf: Set close-on-exec flag on gzopen
Marco Vedovati
-2
/
+2
2023-08-04
libbpf: Use local includes inside the library
Sergey Kacheev
-3
/
+3
2023-08-02
libbpf: fix typos in Makefile
Randy Dunlap
-2
/
+2
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+12
2023-07-19
libbpf: Add helper macro to clear opts structs
Daniel Borkmann
-0
/
+16
2023-07-19
libbpf: Add link-based API for tcx
Daniel Borkmann
-11
/
+88
2023-07-19
libbpf: Add opts-based attach/detach/query API for tcx
Daniel Borkmann
-53
/
+159
2023-07-19
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
-1
/
+7
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-35
/
+268
2023-07-11
libsubcmd: Avoid SEGV/use-after-free when commands aren't excluded
Ian Rogers
-6
/
+12
2023-07-11
libbpf: Remove HASHMAP_INIT static initialization helper
John Sanpe
-10
/
+0
2023-07-11
libbpf: Fix realloc API handling in zero-sized edge cases
Andrii Nakryiko
-4
/
+16
2023-07-08
libbpf: only reset sec_def handler when necessary
Andrii Nakryiko
-8
/
+19
2023-07-06
libbpf: Use available_filter_functions_addrs with multi-kprobes
Jackie Liu
-1
/
+61
2023-07-06
libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobes
Jackie Liu
-13
/
+97
2023-06-30
libbpf: Add netfilter link attach helper
Florian Westphal
-0
/
+72
2023-06-30
libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missing
Andrea Terzolo
-0
/
+4
2023-06-30
Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-195
/
+325
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-48
/
+229
2023-06-27
Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-9
/
+4
2023-06-20
perf subcmd: Fix missing check for return value of malloc() in add_cmdname()
Chenyuan Mi
-0
/
+2
2023-06-14
tools api: Add simple timeout to io read
Ian Rogers
-1
/
+27
2023-06-13
tools api fs: More thread safety for global filesystem variables
Ian Rogers
-125
/
+86
2023-06-12
lib subcmd: Avoid memory leak in exclude_cmds
Ian Rogers
-2
/
+6
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+4
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
-1
/
+4
2023-05-28
libsubcmd: Avoid two path statics, removing 8192 bytes from .bss
Ian Rogers
-15
/
+20
2023-05-28
tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...
Ian Rogers
-6
/
+11
2023-05-28
tools lib api fs tracing_path: Remove two unused MAX_PATH paths
Ian Rogers
-11
/
+6
2023-05-28
tools api fs: Avoid large static PATH_MAX arrays
Ian Rogers
-7
/
+18
2023-05-27
perf evlist: Propagate user CPU maps intersecting core PMU maps
Ian Rogers
-8
/
+23
2023-05-27
perf evsel: Add is_pmu_core inorder to interpret own_cpus
Ian Rogers
-0
/
+9
2023-05-27
libperf cpumap: Add "any CPU"/dummy test function
Ian Rogers
-0
/
+15
2023-05-27
perf cpumap: Add equal function
Ian Rogers
-0
/
+23
[prev]
[next]