index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evlist: Fix id index for heterogeneous systems
Adrian Hunter
2021-01-21
1
-13
/
+4
*
Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-01-20
1
-5
/
+0
|
\
|
*
libbpf: Allow loading empty BTFs
Andrii Nakryiko
2021-01-12
1
-5
/
+0
*
|
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
2021-01-15
1
-0
/
+1
*
|
libperf tests: If a test fails return non-zero
Ian Rogers
2021-01-15
4
-4
/
+4
*
|
libperf tests: Avoid uninitialized variable warning
Ian Rogers
2021-01-15
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-12-17
11
-554
/
+1197
|
\
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-14
4
-24
/
+48
|
|
\
|
|
*
libbpf: Expose libbpf ring_buffer epoll_fd
Brendan Jackman
2020-12-14
3
-0
/
+8
|
|
*
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
2020-12-14
1
-24
/
+40
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
libbpf: Fix ring_buffer__poll() to return number of consumed samples
Andrii Nakryiko
2020-12-01
1
-1
/
+1
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
8
-195
/
+659
|
|
\
\
|
|
*
|
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
2020-12-03
1
-1
/
+1
|
|
*
|
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
2020-12-03
3
-32
/
+112
|
|
*
|
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
2020-12-03
3
-50
/
+113
|
|
*
|
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
2020-12-03
1
-10
/
+169
|
|
*
|
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
2020-12-03
1
-76
/
+111
|
|
*
|
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2020-12-03
2
-26
/
+36
|
|
*
|
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
2020-12-03
1
-1
/
+2
|
|
*
|
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
2020-12-03
1
-0
/
+12
|
|
*
|
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
2020-12-03
1
-1
/
+14
|
|
*
|
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
2020-12-03
3
-9
/
+90
|
|
*
|
libbpf: Add base BTF accessor
Andrii Nakryiko
2020-12-03
3
-0
/
+7
|
|
*
|
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
2020-11-27
1
-9
/
+6
|
|
*
|
libbpf: Add support for canceling cached_cons advance
Li RongQing
2020-11-25
1
-0
/
+6
|
|
*
|
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
2020-11-16
1
-4
/
+4
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-19
2
-10
/
+15
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
4
-335
/
+490
|
|
\
\
|
|
*
|
libbpf: Add support for task local storage
KP Singh
2020-11-06
1
-0
/
+1
|
|
*
|
libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays
Andrii Nakryiko
2020-11-05
1
-2
/
+25
|
|
*
|
libbpf: Support BTF dedup of split BTFs
Andrii Nakryiko
2020-11-05
1
-53
/
+168
|
|
*
|
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
2020-11-05
1
-10
/
+6
|
|
*
|
libbpf: Implement basic split BTF support
Andrii Nakryiko
2020-11-05
3
-45
/
+169
|
|
*
|
libbpf: Unify and speed up BTF string deduplication
Andrii Nakryiko
2020-11-05
1
-165
/
+98
|
|
*
|
libbpf: Factor out common operations in BTF writing APIs
Andrii Nakryiko
2020-11-05
1
-80
/
+43
*
|
|
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-11-30
4
-19
/
+30
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
libbpf: Fix VERSIONED_SYM_COUNT number parsing
Jiri Olsa
2020-11-19
1
-0
/
+2
|
*
|
|
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
2020-11-09
1
-10
/
+13
|
|
/
/
|
*
|
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
2020-11-04
1
-2
/
+4
|
*
|
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
2020-11-04
1
-1
/
+2
|
*
|
libbpf, hashmap: Fix undefined behavior in hash_bits
Ian Rogers
2020-11-02
1
-6
/
+9
|
|
/
*
/
tools lib: Adopt memchr_inv() from kernel
Jiri Olsa
2020-11-27
1
-0
/
+58
|
/
*
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2020-10-23
1
-0
/
+2
|
\
|
*
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-10-22
1
-0
/
+2
*
|
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2020-10-17
8
-108
/
+101
|
\
\
|
|
/
|
/
|
|
*
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
2020-10-14
1
-1
/
+11
|
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2020-10-13
1
-0
/
+3
|
|
\
|
|
*
perf stat: Fix out of bounds CPU map access when handling armv8_pmu events
Namhyung Kim
2020-10-07
1
-0
/
+3
|
*
|
tools lib traceevent: Hide non API functions
Tzvetomir Stoyanov (VMware)
2020-10-13
6
-107
/
+83
[next]