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
Age
Commit message (
Expand
)
Author
Lines
2026-03-04
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+23
2026-03-04
tools headers: Update the linux/gfp_types.h copy with the kernel sources
Arnaldo Carvalho de Melo
-2
/
+7
2026-03-04
rtla/timerlat: Add --stack-format option
Tomas Glozar
-9
/
+77
2026-03-04
tools/rtla: Add unit tests for utils.c
Costa Shulyupin
-0
/
+157
2026-03-04
tools/build: Add feature test for libcheck
Costa Shulyupin
-0
/
+15
2026-03-04
perf beauty: Update the linux/perf_event.h copy with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+1
2026-03-04
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kern...
Arnaldo Carvalho de Melo
-0
/
+1
2026-03-04
perf beauty: Sync UAPI linux/fs.h with kernel sources
Arnaldo Carvalho de Melo
-0
/
+1
2026-03-04
perf beauty: Sync linux/mount.h copy with the kernel sources
Arnaldo Carvalho de Melo
-2
/
+11
2026-03-04
tools build: Fix rust cross compilation
Dmitrii Dolgov
-1
/
+28
2026-03-04
perf build: Prevent "argument list too long" error
Markus Mayer
-1
/
+2
2026-03-04
tools build: Make in-target rule robust against too long argument error
Changqing Li
-2
/
+4
2026-03-04
tools headers: Sync uapi/linux/prctl.h with the kernel source
Arnaldo Carvalho de Melo
-0
/
+37
2026-03-04
tools/dma: Add dma_map_sg support
Qinxin Xia
-3
/
+20
2026-03-03
perf test type profiling: Remote typedef on struct
Ian Rogers
-4
/
+4
2026-03-04
selftests: tc-testing: fix list_categories() crash on list type
Naveen Anandhan
-3
/
+7
2026-03-03
selftests: net: add macvlan multicast test for shared source MAC
Kibaek Yoo
-0
/
+94
2026-03-03
selftests: netconsole: print diagnostic on busywait timeout in netcons_basic
Breno Leitao
-1
/
+5
2026-03-03
perf pmu: Replace starts_with with strstarts
Ian Rogers
-28
/
+20
2026-03-03
Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-110
/
+114
2026-03-03
Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-14
/
+79
2026-03-03
cpupower: Add intel_pstate turbo boost support for Intel platforms
Zhang Rui
-4
/
+48
2026-03-03
cpupower: Add support for setting EPP via systemd service
Jan Kiszka
-0
/
+11
2026-03-03
docs: kdoc_parser: move nested match transforms to xforms_lists.py
Mauro Carvalho Chehab
-22
/
+13
2026-03-03
docs: kdoc_re: make NestedMatch use KernRe
Mauro Carvalho Chehab
-20
/
+29
2026-03-03
docs: kdoc_re: Change NestedMath args replacement to \0
Mauro Carvalho Chehab
-5
/
+5
2026-03-03
docs: kdoc_re: don't recompile NestedMatch regex every time
Mauro Carvalho Chehab
-13
/
+22
2026-03-03
docs: kdoc_re: handle strings and escape chars on NextMatch
Mauro Carvalho Chehab
-0
/
+18
2026-03-03
docs: xforms_lists: ignore context analysis and lock attributes
Randy Dunlap
-0
/
+15
2026-03-03
docs: kdoc_parser: move transform lists to a separate file
Mauro Carvalho Chehab
-141
/
+160
2026-03-03
docs: kdoc_re: better show KernRe() at documentation
Mauro Carvalho Chehab
-1
/
+22
2026-03-03
docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
Randy Dunlap
-0
/
+1
2026-03-03
docs: kdoc_parser: add support for LIST_HEAD
Mauro Carvalho Chehab
-0
/
+1
2026-03-03
docs: kdoc_parser: fix parser to support multi-word types
Mauro Carvalho Chehab
-2
/
+2
2026-03-03
docs: kdoc_parser: don't exclude defaults from prototype
Mauro Carvalho Chehab
-1
/
+0
2026-03-03
docs: kdoc_parser: fix the default_value logic for variables
Mauro Carvalho Chehab
-2
/
+2
2026-03-03
docs: kdoc_parser: fix variable regexes to work with size_t
Mauro Carvalho Chehab
-3
/
+4
2026-03-03
docs: kdoc_parser: don't mangle with function defines
Mauro Carvalho Chehab
-5
/
+7
2026-03-03
docs: kdoc_parser: move var transformers to the beginning
Mauro Carvalho Chehab
-10
/
+13
2026-03-03
docs: kdoc_re: don't go past the end of a line
Mauro Carvalho Chehab
-1
/
+1
2026-03-03
docs: kdoc_re: add support for groups()
Mauro Carvalho Chehab
-0
/
+7
2026-03-03
selftests/bpf: Split module_attach into subtests
Viktor Malik
-86
/
+148
2026-03-03
selftests: bpf: Add tests for void global subprogs
Emil Tsalapatis
-3
/
+111
2026-03-03
bpf: Allow void global functions in the verifier
Emil Tsalapatis
-2
/
+2
2026-03-03
selftests/bpf: drop test_bpftool.sh
Alexis Lothoré (eBPF Foundation)
-188
/
+1
2026-03-03
selftests/bpf: Add tests for ctx fixed offset support
Kumar Kartikeya Dwivedi
-0
/
+76
2026-03-03
bpf, arm64: Use ORR-based MOV for general-purpose registers
Puranjay Mohan
-4
/
+4
2026-03-03
tools/build: Reject unexpected values for LLVM=
Thomas Weißschuh
-0
/
+2
2026-03-03
selftests/bpf: Add usdt trigger bench
Jiri Olsa
-2
/
+76
2026-03-03
selftests/bpf: Add test for checking correct nop of optimized usdt
Jiri Olsa
-1
/
+142
[prev]
[next]