index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-23
libbpf: Fixes incorrect rx_ring_setup_done
Kev Jackson
1
-1
/
+1
2021-05-19
libbpf: Fix signed overflow in ringbuf_process_ring
Brendan Jackman
1
-9
/
+21
2021-05-14
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
1
-0
/
+2
2021-05-14
perf tools: Change fields type in perf_record_time_conv
Leo Yan
1
-2
/
+3
2021-05-14
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
1
-4
/
+12
2021-05-14
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
1
-11
/
+29
2021-05-14
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
1
-0
/
+1
2021-05-14
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
1
-0
/
+1
2021-04-21
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
1
-2
/
+3
2021-04-14
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
1
-2
/
+11
2021-04-14
libbpf: Restore umem state after socket create failure
Ciara Loftus
1
-18
/
+23
2021-04-14
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
1
-0
/
+3
2021-04-14
libbpf: Fix bail out from 'ringbuf_process_ring()' on error
Pedro Tammela
1
-1
/
+1
2021-03-30
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
1
-1
/
+1
2021-03-30
libbpf: Use SOCK_CLOEXEC when opening the netlink socket
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-03-30
libbpf: Fix error path in bpf_object__elf_init()
Namhyung Kim
1
-1
/
+2
2021-03-30
libbpf: Fix INSTALL flag order
Georgi Valkov
1
-1
/
+1
2021-03-17
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
1
-2
/
+3
2021-03-04
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
1
-11
/
+11
2021-01-27
perf evlist: Fix id index for heterogeneous systems
Adrian Hunter
1
-13
/
+4
2021-01-27
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
1
-0
/
+1
2021-01-27
libperf tests: If a test fails return non-zero
Ian Rogers
4
-4
/
+4
2020-12-30
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
1
-0
/
+12
2020-12-01
libbpf: Fix ring_buffer__poll() to return number of consumed samples
Andrii Nakryiko
1
-1
/
+1
2020-11-19
libbpf: Fix VERSIONED_SYM_COUNT number parsing
Jiri Olsa
1
-0
/
+2
2020-11-09
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
1
-10
/
+13
2020-11-04
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
1
-2
/
+4
2020-11-04
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
1
-1
/
+2
2020-11-02
libbpf, hashmap: Fix undefined behavior in hash_bits
Ian Rogers
1
-6
/
+9
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+2
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
1
-0
/
+2
2020-10-17
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
8
-108
/
+101
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
23
-1574
/
+4726
2020-10-14
Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-4
/
+6
2020-10-14
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
1
-1
/
+11
2020-10-13
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+3
2020-10-13
tools lib traceevent: Hide non API functions
Tzvetomir Stoyanov (VMware)
6
-107
/
+83
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-60
/
+295
2020-10-07
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
1
-1
/
+1
2020-10-07
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
1
-8
/
+136
2020-10-07
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-10-07
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
1
-1
/
+6
2020-10-07
perf stat: Fix out of bounds CPU map access when handling armv8_pmu events
Namhyung Kim
1
-0
/
+3
2020-10-06
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
1
-3
/
+2
2020-10-06
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
1
-19
/
+18
2020-10-06
libbpf: Close map fd if init map slots failed
Hangbin Liu
1
-21
/
+34
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-10-02
bpf/libbpf: BTF support for typed ksyms
Hao Luo
1
-13
/
+99
2020-10-02
tools: Avoid comma separated statements
Joe Perches
1
-4
/
+6
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
3
-22
/
+65
[next]