index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
9
-21
/
+571
2026-02-19
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-9
/
+84
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+29
2026-02-18
libbpf: Remove extern declaration of bpf_stream_vprintk()
Ihor Solodrai
1
-3
/
+0
2026-02-17
bpftool: Fix truncated netlink dumps
Jakub Kicinski
1
-1
/
+3
2026-02-17
libbpf: Delay feature gate check until object prepare time
Emil Tsalapatis
1
-7
/
+13
2026-02-17
libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
Emil Tsalapatis
1
-2
/
+3
2026-02-15
Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux
Linus Torvalds
1
-0
/
+1
2026-02-13
libbpf: Fix invalid write loop logic in bpf_linker__add_buf()
Amery Hung
1
-1
/
+1
2026-02-13
libbpf: Add gating for arena globals relocation feature
Emil Tsalapatis
3
-2
/
+71
2026-02-12
tools: bitmap: add missing bitmap_[subset(), andnot()]
Lorenzo Stoakes
1
-0
/
+29
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
9
-79
/
+467
2026-02-10
perf evlist: Special map propagation for tool events that read on 1 CPU
Ian Rogers
2
-4
/
+34
2026-02-09
Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux
Linus Torvalds
15
-313
/
+642
2026-02-09
docs: kdoc_parser: allow __exit in function prototypes
Randy Dunlap
1
-0
/
+1
2026-02-03
libperf build: Always place libperf includes first
Ian Rogers
1
-1
/
+1
2026-02-02
docs: kdoc: Fix pdfdocs build for tools
Mauro Carvalho Chehab
1
-3
/
+7
2026-01-26
Revert "perf tools: Fix arm64 build by generating unistd_64.h"
Leo Yan
1
-12
/
+2
2026-01-24
libbpf: add fsession support
Menglong Dong
2
-0
/
+4
2026-01-23
Merge branch 'mauro' into docs-mw
Jonathan Corbet
15
-254
/
+393
2026-01-23
docs: parse_features: make documentation more consistent
Mauro Carvalho Chehab
1
-7
/
+20
2026-01-23
docs: jobserver: do some documentation improvements
Mauro Carvalho Chehab
1
-8
/
+12
2026-01-23
docs: kabi: helpers: add documentation for each "enum" value
Mauro Carvalho Chehab
1
-20
/
+20
2026-01-23
docs: kabi: helpers: add helper for debug bits 7 and 8
Mauro Carvalho Chehab
1
-0
/
+2
2026-01-23
docs: kabi: system_symbols: end docstring phrases with a dot
Mauro Carvalho Chehab
1
-7
/
+7
2026-01-23
docs: python: abi_regex: do some improvements at documentation
Mauro Carvalho Chehab
1
-6
/
+20
2026-01-23
docs: python: abi_parser: do some improvements at documentation
Mauro Carvalho Chehab
1
-15
/
+18
2026-01-23
docs: kdoc: python_version: Improve docstrings and comments
Mauro Carvalho Chehab
1
-4
/
+16
2026-01-23
docs: kdoc: enrich_formatter: Improve docstrings and comments
Mauro Carvalho Chehab
1
-5
/
+15
2026-01-23
docs: kdoc: parse_data_structs: Improve docstrings and comments
Mauro Carvalho Chehab
1
-23
/
+39
2026-01-23
docs: kdoc_re: Improve docstrings and comments
Mauro Carvalho Chehab
1
-7
/
+11
2026-01-23
docs: kdoc_output: Improve docstrings and comments
Mauro Carvalho Chehab
1
-25
/
+35
2026-01-23
docs: kdoc_parser: Improve docstrings and comments
Mauro Carvalho Chehab
1
-77
/
+92
2026-01-23
docs: kdoc_item: Improve docstrings and comments
Mauro Carvalho Chehab
1
-0
/
+18
2026-01-23
docs: kdoc_files: Improve docstrings and comments
Mauro Carvalho Chehab
1
-11
/
+12
2026-01-23
docs: kdoc: latex_fonts: Improve docstrings and comments
Mauro Carvalho Chehab
1
-39
/
+56
2026-01-22
perf sched stats: Add schedstat v17 support
Swapnil Sapkal
3
-1
/
+179
2026-01-22
perf sched stats: Add schedstat v16 support
Swapnil Sapkal
3
-1
/
+161
2026-01-22
perf sched stats: Add record and rawdump support
Swapnil Sapkal
4
-0
/
+190
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
1
-3
/
+3
2026-01-20
Merge branch 'mauro' into docs-mw
Jonathan Corbet
1
-7
/
+28
2026-01-20
jobserver: Split up the big try: block
Jonathan Corbet
1
-53
/
+90
2026-01-20
docs: kdoc: fix logic to handle unissued warnings
Mauro Carvalho Chehab
1
-7
/
+28
2026-01-20
tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config template
Romain Gantois
1
-2
/
+2
2026-01-13
btf: Refactor the code by calling str_is_empty
Donglin Peng
2
-19
/
+19
2026-01-13
libbpf: Verify BTF sorting
Donglin Peng
1
-0
/
+25
2026-01-13
libbpf: Optimize type lookup with binary search for sorted BTF
Donglin Peng
1
-24
/
+64
2026-01-13
libbpf: Add BTF permutation support for type reordering
Donglin Peng
3
-0
/
+176
2026-01-13
libsubcmd: Fix null intersection case in exclude_cmds()
Sri Jayaramappa
1
-4
/
+6
2026-01-12
tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reporting
Changbin Du
1
-1
/
+6
[next]