aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-04perf beauty: Sync UAPI linux/fs.h with kernel sourcesArnaldo Carvalho de Melo1-0/+1
2026-03-04perf beauty: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+11
2026-03-04tools build: Fix rust cross compilationDmitrii Dolgov3-1/+28
2026-03-04perf build: Prevent "argument list too long" errorMarkus Mayer1-1/+2
2026-03-04tools build: Make in-target rule robust against too long argument errorChangqing Li1-2/+4
2026-03-04tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo1-0/+37
2026-03-04tools/dma: Add dma_map_sg supportQinxin Xia1-3/+20
2026-03-03perf test type profiling: Remote typedef on structIan Rogers2-4/+4
2026-03-04selftests: tc-testing: fix list_categories() crash on list typeNaveen Anandhan1-3/+7
2026-03-03selftests: net: add macvlan multicast test for shared source MACKibaek Yoo2-0/+94
2026-03-03selftests: netconsole: print diagnostic on busywait timeout in netcons_basicBreno Leitao1-1/+5
2026-03-03perf pmu: Replace starts_with with strstartsIan Rogers2-28/+20
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-110/+114
2026-03-03Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds11-14/+79
2026-03-03cpupower: Add intel_pstate turbo boost support for Intel platformsZhang Rui3-4/+48
2026-03-03cpupower: Add support for setting EPP via systemd serviceJan Kiszka2-0/+11
2026-03-03docs: kdoc_parser: move nested match transforms to xforms_lists.pyMauro Carvalho Chehab2-22/+13
2026-03-03docs: kdoc_re: make NestedMatch use KernReMauro Carvalho Chehab2-20/+29
2026-03-03docs: kdoc_re: Change NestedMath args replacement to \0Mauro Carvalho Chehab2-5/+5
2026-03-03docs: kdoc_re: don't recompile NestedMatch regex every timeMauro Carvalho Chehab1-13/+22
2026-03-03docs: kdoc_re: handle strings and escape chars on NextMatchMauro Carvalho Chehab1-0/+18
2026-03-03docs: xforms_lists: ignore context analysis and lock attributesRandy Dunlap2-0/+15
2026-03-03docs: kdoc_parser: move transform lists to a separate fileMauro Carvalho Chehab3-141/+160
2026-03-03docs: kdoc_re: better show KernRe() at documentationMauro Carvalho Chehab1-1/+22
2026-03-03docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)Randy Dunlap1-0/+1
2026-03-03docs: kdoc_parser: add support for LIST_HEADMauro Carvalho Chehab1-0/+1
2026-03-03docs: kdoc_parser: fix parser to support multi-word typesMauro Carvalho Chehab1-2/+2
2026-03-03docs: kdoc_parser: don't exclude defaults from prototypeMauro Carvalho Chehab1-1/+0
2026-03-03docs: kdoc_parser: fix the default_value logic for variablesMauro Carvalho Chehab1-2/+2
2026-03-03docs: kdoc_parser: fix variable regexes to work with size_tMauro Carvalho Chehab1-3/+4
2026-03-03docs: kdoc_parser: don't mangle with function definesMauro Carvalho Chehab1-5/+7
2026-03-03docs: kdoc_parser: move var transformers to the beginningMauro Carvalho Chehab1-10/+13
2026-03-03docs: kdoc_re: don't go past the end of a lineMauro Carvalho Chehab1-1/+1
2026-03-03docs: kdoc_re: add support for groups()Mauro Carvalho Chehab1-0/+7
2026-03-03selftests/bpf: Split module_attach into subtestsViktor Malik2-86/+148
2026-03-03selftests: bpf: Add tests for void global subprogsEmil Tsalapatis7-3/+111
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis2-2/+2
2026-03-03selftests/bpf: drop test_bpftool.shAlexis Lothoré (eBPF Foundation)3-188/+1
2026-03-03selftests/bpf: Add tests for ctx fixed offset supportKumar Kartikeya Dwivedi1-0/+76
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan1-4/+4
2026-03-03tools/build: Reject unexpected values for LLVM=Thomas Weißschuh1-0/+2
2026-03-03selftests/bpf: Add usdt trigger benchJiri Olsa5-2/+76
2026-03-03selftests/bpf: Add test for checking correct nop of optimized usdtJiri Olsa6-1/+142
2026-03-03selftests/bpf: Emit nop,nop5 instructions combo for x86_64 archJiri Olsa1-0/+2
2026-03-03libbpf: Add support to detect nop,nop5 instructions combo for usdt probeJiri Olsa1-4/+43
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa2-0/+26
2026-03-03selftests/bpf: factor out get_func_* tests for fsessionMenglong Dong6-64/+108
2026-03-03bpf/s390: Implement get_preempt_count()Ilya Leoshkevich1-0/+7
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich1-0/+4
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen1-0/+58