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
2022-05-09
libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
Andrii Nakryiko
-5
/
+0
2022-05-05
perf evlist: Clear all_cpus before propagating
Ian Rogers
-0
/
+4
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
-17
/
+133
2022-04-28
libbpf: Use libbpf_mem_ensure() when allocating new map
Andrii Nakryiko
-27
/
+10
2022-04-28
libbpf: Append "..." in fixed up log if CO-RE spec is truncated
Andrii Nakryiko
-4
/
+4
2022-04-28
libbpf: Support target-less SEC() definitions for BTF-backed programs
Andrii Nakryiko
-17
/
+32
2022-04-28
libbpf: Allow "incomplete" basic tracing SEC() definitions
Andrii Nakryiko
-18
/
+51
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-132
/
+655
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
-4
/
+154
2022-04-26
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
-19
/
+15
2022-04-26
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
-26
/
+38
2022-04-26
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Andrii Nakryiko
-15
/
+12
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
-29
/
+65
2022-04-26
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
-2
/
+3
2022-04-26
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
-4
/
+0
2022-04-26
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
-1
/
+1
2022-04-25
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
-0
/
+7
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
-1
/
+1
2022-04-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
-2
/
+1
2022-04-24
libperf evsel: Factor out perf_evsel__ioctl()
Adrian Hunter
-7
/
+12
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
-3
/
+34
2022-04-22
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
-3
/
+14
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-2
/
+1
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
-4
/
+2
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
-5
/
+13
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
-0
/
+107
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
-6
/
+6
2022-04-19
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
-10
/
+21
2022-04-13
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
-2
/
+1
2022-04-11
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
-0
/
+76
2022-04-10
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
-1
/
+1
2022-04-10
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
-0
/
+23
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-24
/
+2141
2022-04-08
libbpf: Use weak hidden modifier for USDT BPF-side API functions
Andrii Nakryiko
-3
/
+3
2022-04-08
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
-4
/
+11
2022-04-08
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
-2
/
+5
2022-04-08
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
-1
/
+1
2022-04-08
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
-0
/
+55
2022-04-07
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
-0
/
+3
2022-04-07
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
-8
/
+8
2022-04-07
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
-2
/
+2
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
-2
/
+2
2022-04-07
libbpf: Improve string parsing for uprobe auto-attach
Alan Maguire
-48
/
+33
2022-04-07
libbpf: Improve library identification for uprobe binary path resolution
Alan Maguire
-1
/
+12
2022-04-06
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
-1
/
+1
2022-04-05
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
-0
/
+105
2022-04-05
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
-1
/
+167
2022-04-05
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
-1
/
+581
[prev]
[next]