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-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
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-19
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
1
-6
/
+4
2021-07-16
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
1
-5
/
+4
2021-07-16
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
1
-2
/
+2
2021-07-16
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
1
-4
/
+24
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
3
-5
/
+834
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
1
-2
/
+4
2021-07-16
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2
-5
/
+32
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+91
2021-07-15
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-15
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-14
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2021-07-12
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
1
-3
/
+45
2021-07-09
libperf: Add tests for perf_evlist__set_leader()
Jiri Olsa
1
-6
/
+21
2021-07-09
libperf: Remove BUG_ON() from library code in get_group_fd()
Arnaldo Carvalho de Melo
1
-7
/
+16
2021-07-09
libperf: Add group support to perf_evsel__open()
Jiri Olsa
1
-2
/
+24
2021-07-09
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
4
-0
/
+24
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
1
-0
/
+1
[next]