index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-23
/
+41
2021-09-18
libperf evsel: Make use of FD robust.
Ian Rogers
1
-23
/
+41
2021-09-17
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2
-52
/
+52
2021-09-17
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
3
-0
/
+10
2021-09-17
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
1
-1
/
+12
2021-09-17
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
1
-0
/
+1
2021-09-17
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
1
-9
/
+5
2021-09-15
libbpf: Add sphinx code documentation comments
Grant Seltzer
1
-0
/
+70
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
6
-3
/
+118
2021-09-14
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
1
-8
/
+8
2021-09-14
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
1
-27
/
+19
2021-09-14
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
1
-39
/
+22
2021-09-14
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
1
-42
/
+51
2021-09-14
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
1
-4
/
+124
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
4
-13
/
+33
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
3
-7
/
+38
2021-09-07
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
2
-8
/
+21
2021-09-07
libbpf: Change bpf_object_skeleton data field to const pointer
Matt Smith
1
-1
/
+1
2021-09-07
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
1
-0
/
+6
2021-09-05
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
4
-8
/
+11
2021-08-31
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
1
-8
/
+2
2021-08-31
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
1
-0
/
+1
2021-08-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-3
/
+4
2021-08-24
libperf tests: Fix verbose printing
Shunsuke Nakamura
1
-0
/
+2
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2
-4
/
+17
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
3
-25
/
+127
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
3
-18
/
+54
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
1
-21
/
+90
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
1
-4
/
+5
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
1
-5
/
+5
2021-08-13
libbpf: Support weak typed ksyms.
Hao Luo
1
-7
/
+9
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+4
2021-08-11
libperf: Add perf_cpu_map__default_new()
Jin Yao
2
-0
/
+6
2021-08-07
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
1
-2
/
+1
2021-08-07
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
1
-1
/
+3
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
4
-6
/
+20
2021-07-29
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
3
-2
/
+9
2021-07-29
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
4
-11
/
+24
2021-07-29
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
4
-2
/
+5
2021-07-29
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
1
-1
/
+3
2021-07-27
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
1
-1
/
+14
2021-07-27
libbpf: Fix comment typo
Jason Wang
1
-3
/
+3
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
5
-1297
/
+1319
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
3
-93
/
+102
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
3
-0
/
+7
2021-07-22
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
3
-14
/
+33
2021-07-22
libbpf: Allow decimal offset for kprobes
Jiri Olsa
1
-1
/
+1
2021-07-22
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
[next]