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
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
1
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2
-5
/
+13
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
1
-0
/
+107
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
3
-6
/
+6
2022-04-19
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
1
-10
/
+21
2022-04-11
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
1
-0
/
+76
2022-04-10
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
1
-1
/
+1
2022-04-10
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
1
-0
/
+23
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-24
/
+2141
2022-04-08
libbpf: Use weak hidden modifier for USDT BPF-side API functions
Andrii Nakryiko
1
-3
/
+3
2022-04-08
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
1
-4
/
+11
2022-04-08
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
1
-2
/
+5
2022-04-08
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
1
-1
/
+1
2022-04-08
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
1
-0
/
+55
2022-04-07
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
1
-0
/
+3
2022-04-07
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2
-8
/
+8
2022-04-07
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
1
-2
/
+2
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
1
-2
/
+2
2022-04-07
libbpf: Improve string parsing for uprobe auto-attach
Alan Maguire
1
-48
/
+33
2022-04-07
libbpf: Improve library identification for uprobe binary path resolution
Alan Maguire
2
-1
/
+12
2022-04-06
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
1
-1
/
+1
2022-04-05
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
1
-0
/
+105
2022-04-05
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
1
-1
/
+167
2022-04-05
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
1
-1
/
+581
2022-04-05
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
6
-11
/
+587
2022-04-05
libbpf: Add BPF-side of USDT support
Andrii Nakryiko
2
-1
/
+257
2022-04-04
libbpf: Support Debian in resolve_full_path()
Ilya Leoshkevich
1
-1
/
+39
2022-04-03
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
1
-4
/
+2
2022-04-03
libbpf: Add auto-attach for uprobes based on section name
Alan Maguire
1
-2
/
+72
2022-04-03
libbpf: Support function name-based attach uprobes
Alan Maguire
2
-1
/
+213
2022-04-03
libbpf: auto-resolve programs/libraries when necessary for uprobes
Alan Maguire
1
-1
/
+53
2022-04-01
perf cpumap: More cpu map reuse by merge.
Ian Rogers
1
-10
/
+5
2022-04-01
perf cpumap: Add is_subset function
Ian Rogers
2
-0
/
+21
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2
-15
/
+20
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+4
2022-03-27
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
8
-23
/
+95
2022-03-27
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+38
2022-03-26
libperf tests: Fix typo in perf_evlist__open() failure error messages
Shunsuke Nakamura
1
-4
/
+4
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
21
-390
/
+1655
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-03-21
libbpf: Close fd in bpf_object__reuse_map
Hengqi Chen
1
-1
/
+1
2022-03-20
libbpf: Avoid NULL deref when initializing map BTF info
Andrii Nakryiko
1
-0
/
+3
2022-03-17
libbpf: Add subskeleton scaffolding
Delyan Kratunov
3
-21
/
+149
2022-03-17
libbpf: Init btf_{key,value}_type_id on internal map open
Delyan Kratunov
1
-1
/
+14
2022-03-17
libbpf: .text routines are subprograms in strict mode
Delyan Kratunov
2
-0
/
+11
2022-03-17
libbpf: Add bpf_program__attach_kprobe_multi_opts function
Jiri Olsa
3
-0
/
+184
2022-03-17
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
2
-1
/
+17
[next]