index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
2022-06-09
1
-2
/
+3
*
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
2022-06-09
1
-4
/
+11
*
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-27
1
-2
/
+1
*
libbpf: Fix build issue with llvm-readelf
Yonghong Song
2022-04-13
1
-2
/
+2
*
libbpf: Unmap rings when umem deleted
lic121
2022-04-08
1
-0
/
+11
*
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
2022-04-08
1
-0
/
+5
*
libbpf: Fix memleak in libbpf_netlink_recv()
Andrii Nakryiko
2022-04-08
1
-3
/
+5
*
libbpf: Use dynamically allocated buffer when receiving netlink messages
Toke Høiland-Jørgensen
2022-04-08
1
-4
/
+51
*
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-04-08
1
-1
/
+2
*
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2022-04-08
1
-2
/
+3
*
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-04-08
1
-0
/
+3
*
libsubcmd: Fix use-after-free for realloc(..., 0)
Kees Cook
2022-02-23
1
-9
/
+2
*
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
2022-01-27
1
-4
/
+41
*
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
2022-01-27
1
-1
/
+3
*
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
2022-01-27
1
-1
/
+1
*
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
2022-01-27
1
-1
/
+4
*
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
2022-01-27
1
-0
/
+1
*
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2022-01-27
2
-6
/
+6
*
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
2022-01-27
1
-1
/
+4
*
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
2021-11-18
1
-1
/
+3
*
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-11-18
1
-1
/
+1
*
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
2021-11-18
1
-1
/
+1
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-11-18
1
-3
/
+9
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-11-18
1
-2
/
+2
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-11-18
1
-2
/
+4
*
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
2021-11-18
1
-2
/
+4
*
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
2021-11-18
1
-0
/
+6
*
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2021-10-14
2
-6
/
+6
*
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
2021-10-14
1
-0
/
+1
*
libbpf: Fix memory leak in strset
Andrii Nakryiko
2021-10-01
1
-0
/
+1
*
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-30
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
1
-1
/
+7
|
\
|
*
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-28
1
-1
/
+7
*
|
libperf evsel: Make use of FD robust.
Ian Rogers
2021-09-18
1
-23
/
+41
|
/
*
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-09-05
4
-8
/
+11
|
\
|
*
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
2021-08-31
1
-8
/
+2
|
*
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
2021-08-31
1
-0
/
+1
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-08-30
2
-3
/
+4
|
|
\
|
*
|
libperf tests: Fix verbose printing
Shunsuke Nakamura
2021-08-24
1
-0
/
+2
|
*
|
libperf: Add perf_cpu_map__default_new()
Jin Yao
2021-08-11
2
-0
/
+6
*
|
|
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2021-08-17
2
-4
/
+17
*
|
|
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
2021-08-17
3
-25
/
+127
*
|
|
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
3
-18
/
+54
*
|
|
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
2021-08-17
1
-21
/
+90
*
|
|
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
2021-08-17
1
-4
/
+5
*
|
|
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-08-17
1
-5
/
+5
*
|
|
libbpf: Support weak typed ksyms.
Hao Luo
2021-08-13
1
-7
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
2
-3
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
1
-2
/
+1
|
*
|
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-08-07
1
-1
/
+3
|
|
/
[next]