aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-29KVM: selftests: Add a blank line before logging assertion failuresYosry Ahmed1-1/+1
2026-07-29KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACKYosry Ahmed1-30/+2
2026-07-29KVM: selftests: Reuse GPR switching logic for nVMXYosry Ahmed2-66/+49
2026-07-29KVM: selftests: Handle rflags save/restore for SVM in guest_regsYosry Ahmed2-5/+5
2026-07-29KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)Yosry Ahmed3-28/+54
2026-07-29KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2Yosry Ahmed1-8/+11
2026-07-29KVM: selftests: Use __stringify() instead of custom XSTR() macrosYosry Ahmed4-9/+3
2026-07-29KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list testInochi Amaoto1-0/+21
2026-07-28Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' into perf-tools-nextNamhyung Kim81-267/+2140
2026-07-28selftests/damon/sysfs_refresh: test kdamond refresh_msRuslan Valiyev2-0/+76
2026-07-28selftests/damon/_damon_sysfs: support kdamond refresh_msRuslan Valiyev1-1/+8
2026-07-28selftests/damon/sysfs.py: validate memcg_path staging readbackCheng Nie1-0/+31
2026-07-28selftests/damon/_damon_sysfs.py: fix memcg_path assignmentCheng Nie1-1/+1
2026-07-28selftests/damon: fix dead code, skipped checks, and broken lookupsKunwu Chan7-10/+10
2026-07-28selftests/damon/damos_tried_regions: fix expectation output and join TypeErrorKunwu Chan1-2/+2
2026-07-28selftests/damon: prevent cross-context state pollution in DamonCtxKunwu Chan1-2/+8
2026-07-28tools/mm: add page_owner_filter userspace toolZhen Ni2-2/+312
2026-07-28tools/mm: add thp_swap_allocator_test binary to .gitignoreZenghui Yu1-0/+1
2026-07-28selftests/mm: fix potential wild pointer access of getline due to missing initChris Gellermann1-1/+1
2026-07-28selftests/clone3: fix wild pointer access of getline due to missing initChris Gellermann1-1/+1
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+3
2026-07-28selftests/bpf: Add test for tracepoint btf_ids tracefs fileMykyta Yatsenko1-0/+132
2026-07-27selftests: net: Add a missing config optionAlice Mikityanska1-0/+1
2026-07-28selftests/bpf: Report the real error from libarena parallel workersJiayuan Chen1-1/+17
2026-07-27selftests: net: hsr: add PRP RedBox testXin Xie2-0/+100
2026-07-27perf ui hists: Remove duplicated thread in popup_actionIan Rogers1-1/+0
2026-07-27perf annotate: Be robust to annotating without a threadIan Rogers4-24/+74
2026-07-27perf ui hists: Fix dso_filter reference leak and exit zoom cleanupIan Rogers1-2/+10
2026-07-27perf ui hists: In report UI ensure thread is set with reference countingIan Rogers1-48/+87
2026-07-27perf ui hists: Guard against NULL hist_entry in add_script_opt()Ian Rogers1-0/+2
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers3-3/+10
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+56
2026-07-27KVM: selftests: Extend set_sregs test to cover EFERYosry Ahmed2-20/+63
2026-07-27selftests/filesystems: add failfs selftestsChristian Brauner4-0/+593
2026-07-27arch: hookup fchroot() system callChristian Brauner11-1/+15
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky40-68/+740
2026-07-26tools/sched_ext/include: Regenerate enum_defs.autogen.hTejun Heo1-9/+42
2026-07-26tools/nolibc: remove dead __ARCH_WANT_SYS_OLD_SELECTAmmar Faizi2-6/+0
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-0/+358
2026-07-26Merge tag 'char-misc-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+1
2026-07-26selftests/liveupdate: Move luo_test_utils.* into a reusable libraryVipin Sharma11-22/+39
2026-07-26selftests/liveupdate: Use luo_test_utils.c for liveupdate ioctl APIsVipin Sharma3-85/+83
2026-07-26RDMA/selftests: Add rxe_netns_names testJiri Pirko3-1/+338
2026-07-25tools/build: selftests: Remove some duplicate toolchain definitionsJames Clark6-22/+0
2026-07-25tools/build: Allow versioning LLVM readelfJames Clark3-5/+8
2026-07-25tools/build: Indent if else blocksJames Clark1-36/+36
2026-07-25tools/build: Allow versioning of all LLVM tools defined in Makefile.includeJames Clark1-16/+19
2026-07-25Merge tag 'rust-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2026-07-25Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds13-56/+104