aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds7-9/+14
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim3-3/+62
2025-09-02bpftool: Add CET-aware symbol matching for x86_64 architecturesYuan Chen1-4/+50
2025-09-02bpftool: Refactor kernel config reading into common helperYuan Chen3-82/+106
2025-09-02selftests/proc: add tests for new pidns APIsAleksa Sarai3-0/+213
2025-09-02selftests/fs/mount-notify: Fix compilation failure.Xing Guo2-19/+16
2025-09-01selftests: net: fix spelling and grammar mistakesPraveen Balakrishnan2-7/+7
2025-09-01selftests: drv-net: csum: fix interface name for remote hostJakub Kicinski1-2/+2
2025-09-01selftests/nolibc: remove outdated comment about construct orderBenjamin Berg1-1/+0
2025-09-01selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg1-2/+2
2025-09-01tools/nolibc: drop wait4() supportThomas Weißschuh1-17/+0
2025-09-01kselftest/arm64: tpidr2: Switch to waitpid() over wait4()Thomas Weißschuh1-3/+3
2025-09-01tools/nolibc: fold llseek fallback into lseek()Thomas Weißschuh1-28/+14
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from fork functionsThomas Weißschuh1-6/+2
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from dup2()Thomas Weißschuh1-3/+1
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from *at() functionsThomas Weißschuh1-24/+8
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from time64-related functionsThomas Weißschuh4-18/+6
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh2-3/+3
2025-09-01tools/nolibc: avoid error in dup2() if old fd equals new fdThomas Weißschuh1-0/+13
2025-09-01selftests/futex: Fix futex_wait() for 32bit ARMDan Carpenter2-1/+12
2025-09-01selftests/futex: Fix typos and grammar in futex_priv_hashGopi Krishna Menon1-4/+4
2025-09-01selftests/futex: Fix format-security warnings in futex_priv_hashNai-Chen Cheng1-5/+5
2025-09-01selftests/futex: Fix some futex_numa_mpol subtestsWaiman Long1-4/+2
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-1/+1
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+2
2025-08-30kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptraceMark Brown1-3/+2
2025-08-30Merge branch 'for-linus' into for-nextTakashi Iwai28-78/+1130
2025-08-29vsock/test: Remove redundant semicolonsLiao Yuanhong1-1/+0
2025-08-29netfilter: nft_flowtable.sh: re-run with random mtu sizesFlorian Westphal1-37/+76
2025-08-29tools: docs: parse_data_structs.py: add methods to return outputMauro Carvalho Chehab2-5/+62
2025-08-29tools: docs: parse-headers.py: move it from sphinx dirMauro Carvalho Chehab4-0/+525
2025-08-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-25/+94
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski49-135/+737
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini10-23/+92
2025-08-29selftests/futex: Remove the -g parameter from futex_priv_hashSebastian Andrzej Siewior2-2/+0
2025-08-28Merge tag 'block-6.17-20250828' of git://git.kernel.dk/linuxLinus Torvalds6-33/+74
2025-08-28Merge patch series "Bump minimum supported version of LLVM for building the k...Nathan Chancellor1-10/+0
2025-08-28objtool: Drop noinstr hack for KCSAN_WEAK_MEMORYNathan Chancellor1-10/+0
2025-08-28selftests: drv-net: rss_ctx: fix the queue count checkJakub Kicinski1-1/+1
2025-08-28vfio: selftests: Fix .gitignore for already tracked filesDavid Matlack1-0/+3
2025-08-28selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière1-1/+1
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim3-5/+15
2025-08-28perf annotate: Hide data-type for stack operation and canaryNamhyung Kim1-2/+13
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim2-0/+28
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim1-5/+12
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim4-9/+50
2025-08-28perf annotate: Return printed number from disasm_line__write()Namhyung Kim1-3/+3
2025-08-28perf annotate: Simplify width calculation in annotation_line__write()Namhyung Kim1-3/+9
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim3-18/+43
2025-08-28perf annotate: Remove __annotation_line__write()Namhyung Kim2-28/+20