index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Lines
2026-01-09
libbpf: Fix OOB read in btf_dump_get_bitfield_value
Varun R Mallya
-0
/
+9
2026-01-06
libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
Leon Hwang
-19
/
+36
2025-12-22
kdoc: allow dots in inline @param names
Steven Price
-1
/
+1
2025-12-22
docs: kernel-doc.rst: Parse DEFINE_ macros without prefixes
Mauro Carvalho Chehab
-6
/
+12
2025-12-22
kernel-doc: add support to handle DEFINE_ variables
Mauro Carvalho Chehab
-7
/
+23
2025-12-22
kernel-doc: add support for handling global variables
Mauro Carvalho Chehab
-1
/
+102
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
-18
/
+43
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-3
/
+4
2025-12-16
libbpf: Move arena globals to the end of the arena
Emil Tsalapatis
-4
/
+13
2025-12-16
libbpf: Turn relo_core->sym_off unsigned
Emil Tsalapatis
-7
/
+7
2025-12-09
libbpf: Fix -Wdiscarded-qualifiers under C23
Mikhail Gavrilov
-3
/
+4
2025-12-07
Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
-15
/
+39
2025-12-05
libbpf: Add support for associating BPF program with struct_ops
Amery Hung
-0
/
+89
2025-12-05
libbpf: Add debug messaging in dedup equivalence/identity matching
Alan Maguire
-5
/
+24
2025-12-05
libperf: Use 'extern' in LIBPERF_API visibility macro
Arnaldo Carvalho de Melo
-1
/
+1
2025-12-04
libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
Ian Rogers
-4
/
+6
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-55
/
+362
2025-12-03
Merge tag 'docs-6.19' of git://git.lwn.net/linux
Linus Torvalds
-0
/
+5919
2025-12-02
Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-6
/
+0
2025-12-02
perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
-0
/
+13
2025-11-29
docs: kdoc: various fixes for grammar, spelling, punctuation
Randy Dunlap
-26
/
+26
2025-11-29
docs: kdoc_parser: use '@' for Excess enum value
Randy Dunlap
-1
/
+1
2025-11-29
docs: kdoc_parser: add data/function attributes to ignore
Randy Dunlap
-0
/
+3
2025-11-25
libbpf: Fix some incorrect @param descriptions in the comment of libbpf.h
Jianyun Gao
-11
/
+16
2025-11-21
tools/docs/get_feat.py: convert get_feat.pl to Python
Mauro Carvalho Chehab
-0
/
+494
2025-11-18
docs: bring some order to our Python module hierarchy
Jonathan Corbet
-10
/
+10
2025-11-18
docs: Move the python libraries to tools/lib/python
Jonathan Corbet
-0
/
+5422
2025-11-17
libperf cpumap: Reduce allocations and sorting in intersect
Ian Rogers
-10
/
+19
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
-6
/
+0
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
-14
/
+14
2025-11-14
libbpf: Fix BTF dedup to support recursive typedef definitions
Paul Houssel
-16
/
+55
2025-11-05
libbpf: support llvm-generated indirect jumps
Anton Protopopov
-1
/
+251
2025-11-05
libbpf: Recognize insn_array map type
Anton Protopopov
-0
/
+5
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
-14
/
+14
2025-11-04
libbpf: Fix parsing of multi-split BTF
Alan Maguire
-2
/
+2
2025-11-04
libbpf: Update the comment to remove the reference to the deprecated interfac...
Jianyun Gao
-2
/
+2
2025-11-04
libbpf: Complete the missing @param and @return tags in btf.h
Jianyun Gao
-0
/
+8
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
-1
/
+1
2025-10-28
libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment.
Jianyun Gao
-1
/
+1
2025-10-28
libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...
Jianyun Gao
-1
/
+1
2025-10-23
libbpf: Fix powerpc's stack register definition in bpf_tracing.h
Andrii Nakryiko
-1
/
+1
2025-10-21
libbpf: fix formatting of bpf_object__append_subprog_code
Anton Protopopov
-26
/
+26
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-10
/
+14
2025-10-08
Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...
Linus Torvalds
-1
/
+2
2025-10-07
Merge tag 'thermal-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+11
2025-10-06
libbpf: Fix undefined behavior in {get,put}_unaligned_be32()
Eric Biggers
-10
/
+14
2025-10-03
tools: lib: thermal: expose thermal_exit symbols
Emil Dahl Juhl
-1
/
+4
2025-10-03
tools: lib: thermal: don't preserve owner in install
Emil Dahl Juhl
-1
/
+1
2025-10-03
tools: lib: thermal: use pkg-config to locate libnl3
Sascha Hauer
-1
/
+6
2025-10-02
libbpf: Fix missing #pragma in libbpf_utils.c
Tony Ambardar
-0
/
+1
[prev]
[next]