aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-06perf test: Add build test for JEVENTS_ARCH=allIan Rogers1-0/+2
2024-08-06memblock test: fix implicit declaration of function 'strscpy'Wei Yang1-0/+2
2024-08-06memblock test: fix implicit declaration of function 'isspace'Wei Yang1-0/+1
2024-08-06memblock test: fix implicit declaration of function 'memparse'Wei Yang4-1/+56
2024-08-06memblock test: add the definition of __setup()Wei Yang1-0/+3
2024-08-06memblock test: fix implicit declaration of function 'virt_to_phys'Wei Yang1-0/+6
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang4-10/+12
2024-08-06memblock tests: include export.h in linkage.h as kernel doseWei Yang2-1/+2
2024-08-06memblock tests: include memory_hotplug.h in mmzone.h as kernel doseWei Yang2-1/+1
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King1-2/+2
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-0/+35
2024-08-05Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-08-05selftest/cgroup: Add new test cases to test_cpuset_prs.shWaiman Long1-1/+11
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim3-5/+22
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim1-4/+2
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim2-10/+6
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim1-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim1-4/+3
2024-08-05tools build: Correct bpf fixdep dependenciesBrian Norris3-4/+22
2024-08-05tools build: Avoid circular .fixdep-in.o.cmd issuesBrian Norris2-12/+2
2024-08-05tools build: Correct libsubcmd fixdep dependenciesBrian Norris1-1/+1
2024-08-05perf mem: Update documentation for new optionsNamhyung Kim1-31/+63
2024-08-03tools: hv: lsvmbus: change shebang to use python3Anthony Nandaa1-1/+1
2024-08-02selftests: net: ksft: print more of the stack for checksJakub Kicinski1-2/+12
2024-08-02selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev2-4/+5
2024-08-02selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev3-2/+45
2024-08-02selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev1-1/+24
2024-08-02selftests/bpf: Fix a btf_dump selftest failureYonghong Song1-2/+2
2024-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+5
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-08-02Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+3
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-08-02selftests/mm: Add new testcases for pkeysKeith Lucas4-11/+494
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov1-13/+12
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov1-2/+2
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa1-0/+1
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi3-3/+91
2024-08-02tools/x86/kcpuid: Introduce a complete cpuid bitfields CSV fileAhmed S. Darwish1-414/+1016
2024-08-02tools/x86/kcpuid: Parse subleaf ranges if providedAhmed S. Darwish1-18/+32
2024-08-02tools/x86/kcpuid: Recognize all leaves with subleavesAhmed S. Darwish1-21/+18
2024-08-02tools/x86/kcpuid: Strip bitfield names leading/trailing whitespaceAhmed S. Darwish1-1/+1
2024-08-02tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish1-7/+5
2024-08-02tools/x86/kcpuid: Set max possible subleaves count to 64Ahmed S. Darwish1-1/+1
2024-08-02tools/x86/kcpuid: Properly align long-description columnsAhmed S. Darwish1-1/+2
2024-08-02tools/x86/kcpuid: Remove unused variableAhmed S. Darwish1-3/+0
2024-08-01selftests: mptcp: join: test both signal & subflowMatthieu Baerts (NGI0)1-0/+15
2024-08-01selftests: mptcp: join: ability to invert ADD_ADDR checkMatthieu Baerts (NGI0)1-14/+26
2024-08-01perf mem: Add -T/--data-type option to report subcommandNamhyung Kim1-0/+9
2024-08-01perf mem: Add -s/--sort optionNamhyung Kim1-2/+9