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-11-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-21
/
+34
2021-11-12
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
3
-21
/
+34
2021-11-12
tools/lib/lockdep: drop liblockdep
Sasha Levin
37
-1211
/
+0
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+3
2021-11-06
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
24
-1191
/
+2805
2021-11-05
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
1
-1
/
+3
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
19
-794
/
+1762
2021-11-01
libbpf: Deprecate AF_XDP support
Magnus Karlsson
1
-38
/
+52
2021-11-01
riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
Björn Töpel
1
-0
/
+32
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
5
-10
/
+10
2021-10-28
libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
Kumar Kartikeya Dwivedi
2
-13
/
+46
2021-10-28
libbpf: Add weak ksym support to gen_loader
Kumar Kartikeya Dwivedi
1
-3
/
+32
2021-10-28
libbpf: Add typeless ksym support to gen_loader
Kumar Kartikeya Dwivedi
3
-23
/
+99
2021-10-28
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
7
-9
/
+91
2021-10-27
libbpf: Deprecate bpf_objects_list
Joe Burton
3
-2
/
+15
2021-10-26
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-6
/
+7
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
5
-15
/
+15
2021-10-25
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
1
-1
/
+1
2021-10-25
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
1
-0
/
+1
2021-10-25
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2
-10
/
+18
2021-10-25
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
3
-4
/
+46
2021-10-25
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
1
-1
/
+1
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-10-22
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2
-2
/
+14
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
6
-50
/
+64
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-10-22
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
1
-1
/
+1
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-6
/
+7
2021-10-21
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
1
-0
/
+10
2021-10-21
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
1
-29
/
+101
2021-10-21
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
1
-120
/
+140
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
3
-162
/
+196
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
1
-36
/
+34
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
4
-102
/
+102
2021-10-21
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
1
-8
/
+12
2021-10-20
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
1
-3
/
+6
2021-10-20
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
1
-8
/
+7
2021-10-20
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
1
-12
/
+10
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
1
-0
/
+6
2021-10-20
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
1
-0
/
+252
2021-10-19
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
1
-6
/
+0
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
6
-42
/
+42
2021-10-14
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2
-6
/
+6
2021-10-14
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
1
-0
/
+1
2021-10-08
libbpf: Support detecting and attaching of writable tracepoint program
Hou Tao
1
-5
/
+21
2021-10-08
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
1
-9
/
+18
2021-10-08
libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted
Riccardo Mancini
1
-4
/
+12
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+3
2021-10-06
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
3
-12
/
+51
[next]