aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-07-03perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-07-03riscv: selftests: Fix vsetivli args for clangCharlie Jenkins1-1/+1
2024-07-02objtool/x86: objtool can confuse memory and stack accessAlexandre Chartre1-1/+7
2024-07-02objtool: Use "action" in error message to be consistent with helpSiddh Raman Pant1-2/+2
2024-07-02tools: net: package libynl for use in selftestsJakub Kicinski3-2/+29
2024-07-02perf report: Calling available function for stats printingAbhishek Dubey1-2/+1
2024-07-02perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-07-02perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-07-02cpupower: fix lib default installation pathRoman Storozhenko1-9/+1
2024-07-02Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-10/+22
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim51-74/+963
2024-07-02selftests/bpf: Remove arena tests from DENYLIST.s390xIlya Leoshkevich1-3/+0
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich2-0/+94
2024-07-02selftests/bpf: Introduce __arena_globalIlya Leoshkevich2-37/+32
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen1-0/+4
2024-07-02selftests/livepatch: Add selftests for "replace" sysfs attributeYafang Shao1-0/+48
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui4-0/+69
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui3-58/+86
2024-07-02selftests/xsk: Enhance batch size support with dynamic configurationsTushar Vyavahare2-6/+22
2024-07-02selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ...Tushar Vyavahare1-5/+9
2024-07-01Merge tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2024-07-01selftests/bpf: Delete extra blank lines in test_sockmapZhu Jun1-1/+0
2024-07-01libbpf: Fix error handling in btf__distill_base()Alan Maguire1-1/+1
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi3-0/+325
2024-07-01selftests/hid: ensure CKI can compile our new tests on old kernelsBenjamin Tissoires1-0/+16
2024-07-01Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman35-507/+1917
2024-07-01selftests/sigaltstack: Fix ppc64 GCC buildMichael Ellerman1-1/+1
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)1-0/+19
2024-07-01gpio: add sloppy logic analyzer using pollingWolfram Sang1-0/+246
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+37
2024-07-01tcp_metrics: add netlink protocol spec in YAMLJakub Kicinski1-0/+1
2024-06-29selftests: kselftest: also use strerror() on nolibcThomas Weißschuh1-8/+0
2024-06-29tools/nolibc: implement strerror()Thomas Weißschuh2-0/+14
2024-06-29selftests/nolibc: introduce condition to run tests only on nolibcThomas Weißschuh1-13/+19
2024-06-29tools/nolibc: implement strtol() and friendsThomas Weißschuh2-0/+170
2024-06-29tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llongThomas Weißschuh1-0/+19
2024-06-29selftests/nolibc: run-tests.sh: use -Werror by defaultThomas Weißschuh2-3/+8
2024-06-29selftests/nolibc: disable brk()/sbrk() tests on muslThomas Weißschuh1-3/+7
2024-06-29selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()Thomas Weißschuh1-1/+1
2024-06-28selftests: proc: remove unreached code and fix build warningAmer Al Shanawany1-3/+0
2024-06-28tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION defineSidhartha Kumar1-0/+1
2024-06-28selftests: drv-net: rss_ctx: convert to defer()Jakub Kicinski1-132/+103
2024-06-28selftests: drv-net: add ability to schedule cleanup with defer()Jakub Kicinski2-0/+55
2024-06-28selftests: net: ksft: avoid continue when handling resultsJakub Kicinski1-15/+15
2024-06-28selftests/net: Add test coverage for UDP GSO software fallbackJakub Sitnicki2-3/+55
2024-06-28KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata3-0/+203
2024-06-28cpupower: Disable direct build of the 'bench' subprojectRoman Storozhenko1-0/+5
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy2-1/+11
2024-06-28perf: pmus: Remove unneeded semicolonYang Li1-1/+1
2024-06-28KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2-0/+29