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
2020-03-17
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
-1
/
+1
2020-03-13
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
-0
/
+103
2020-03-13
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
-0
/
+4
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
-5
/
+12
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
-0
/
+4
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
-4
/
+4
2020-03-04
tools lib traceevent: Remove extra '\n' in print_event_time()
Steven Rostedt (VMware)
-1
/
+1
2020-03-04
libperf: Add counting example
Michael Petlan
-0
/
+83
2020-03-04
tools lib api fs: Move cgroupsfs_find_mountpoint()
Namhyung Kim
-0
/
+70
2020-03-03
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
-1
/
+1
2020-03-02
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
-27
/
+114
2020-03-02
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Andrii Nakryiko
-0
/
+118
2020-03-02
libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
Andrii Nakryiko
-1
/
+1
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-7
/
+40
2020-02-20
libbpf: Add support for dynamic program attach target
Eelco Chaudron
-4
/
+36
2020-02-20
libbpf: Bump libpf current version to v0.0.8
Eelco Chaudron
-0
/
+3
2020-02-20
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
-3
/
+1
2020-02-18
libbpf: Sanitise internal map names so they are not rejected by the kernel
Toke Høiland-Jørgensen
-1
/
+7
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-611
/
+2868
2020-01-24
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
-1
/
+3
2020-01-24
libbpf: Improve handling of failed CO-RE relocations
Andrii Nakryiko
-40
/
+61
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-176
/
+1064
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
-4
/
+17
2020-01-20
Merge tag 'perf-core-for-mingo-5.6-20200116' of git://git.kernel.org/pub/scm/...
Ingo Molnar
-0
/
+3
2020-01-20
Merge tag 'v5.5-rc7' into perf/core, to pick up fixes
Ingo Molnar
-7
/
+8
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-1
/
+3
2020-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+3
2020-01-17
libbpf: Load btf_vmlinux only once per object.
KP Singh
-52
/
+101
2020-01-17
libbpf: Fix potential multiplication overflow in mmap() size calculation
Andrii Nakryiko
-1
/
+1
2020-01-17
libbpf: Simplify BTF initialization logic
Andrii Nakryiko
-13
/
+6
2020-01-17
libbpf: Fix error handling bug in btf_dump__new
Andrii Nakryiko
-0
/
+1
2020-01-16
libbpf: Revert bpf_helper_defs.h inclusion regression
Andrii Nakryiko
-1
/
+1
2020-01-16
libbpf: Fix unneeded extra initialization in bpf_map_batch_common
Brian Vazquez
-1
/
+1
2020-01-15
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
-96
/
+102
2020-01-15
libbpf: Add libbpf support to batch ops
Yonghong Song
-0
/
+84
2020-01-15
libbpf: Support .text sub-calls relocations
Andrii Nakryiko
-7
/
+22
2020-01-14
libperf: Setup initial evlist::all_cpus value
Jiri Olsa
-0
/
+3
2020-01-13
libbpf: Clean up bpf_helper_defs.h generation output
Andrii Nakryiko
-1
/
+1
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
-1
/
+37
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
-1
/
+34
2020-01-09
selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
Andrii Nakryiko
-1
/
+1
2020-01-09
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
-4
/
+5
2020-01-09
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
-14
/
+0
2020-01-09
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
-13
/
+661
2020-01-08
libbpf: Add probe for large INSN limit
Michal Rostecki
-0
/
+23
2020-01-06
tools lib: Fix builds when glibc contains strlcpy()
Vitaly Chikunov
-0
/
+7
2020-01-06
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
-1
/
+3
2020-01-06
libperf: Add man pages
Jiri Olsa
-229
/
+1197
2020-01-06
libperf: Move to tools/lib/perf
Jiri Olsa
-0
/
+3866
2020-01-06
tools bitmap: Implement bitmap_equal() operation at bitmap API
Alexey Budankov
-0
/
+15
[prev]
[next]