summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-05tools build: Correct bpf fixdep dependenciesBrian Norris-4/+22
2024-08-05tools build: Avoid circular .fixdep-in.o.cmd issuesBrian Norris-12/+2
2024-08-05tools build: Correct libsubcmd fixdep dependenciesBrian Norris-1/+1
2024-08-05perf mem: Update documentation for new optionsNamhyung Kim-31/+63
2024-08-03tools: hv: lsvmbus: change shebang to use python3Anthony Nandaa-1/+1
2024-08-02selftests: net: ksft: print more of the stack for checksJakub Kicinski-2/+12
2024-08-02selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev-4/+5
2024-08-02selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev-2/+45
2024-08-02selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev-1/+24
2024-08-02selftests/bpf: Fix a btf_dump selftest failureYonghong Song-2/+2
2024-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+4
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2024-08-02Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+3
2024-08-02uretprobe: change syscall number, againArnd Bergmann-1/+1
2024-08-02selftests/mm: Add new testcases for pkeysKeith Lucas-11/+494
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov-13/+12
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov-2/+2
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa-0/+1
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi-3/+91
2024-08-02tools/x86/kcpuid: Introduce a complete cpuid bitfields CSV fileAhmed S. Darwish-414/+1016
2024-08-02tools/x86/kcpuid: Parse subleaf ranges if providedAhmed S. Darwish-18/+32
2024-08-02tools/x86/kcpuid: Recognize all leaves with subleavesAhmed S. Darwish-21/+18
2024-08-02tools/x86/kcpuid: Strip bitfield names leading/trailing whitespaceAhmed S. Darwish-1/+1
2024-08-02tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish-7/+5
2024-08-02tools/x86/kcpuid: Set max possible subleaves count to 64Ahmed S. Darwish-1/+1
2024-08-02tools/x86/kcpuid: Properly align long-description columnsAhmed S. Darwish-1/+2
2024-08-02tools/x86/kcpuid: Remove unused variableAhmed S. Darwish-3/+0
2024-08-01selftests: mptcp: join: test both signal & subflowMatthieu Baerts (NGI0)-0/+15
2024-08-01selftests: mptcp: join: ability to invert ADD_ADDR checkMatthieu Baerts (NGI0)-14/+26
2024-08-01perf mem: Add -T/--data-type option to report subcommandNamhyung Kim-0/+9
2024-08-01perf mem: Add -s/--sort optionNamhyung Kim-2/+9
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim-8/+10
2024-08-01perf mem: Rework command option handlingNamhyung Kim-34/+45
2024-08-01perf mem: Free the allocated sort string, fixing a leakNamhyung Kim-0/+1
2024-08-01perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim-7/+42
2024-08-01perf python: Remove PYTHON_PERF ifdefsIan Rogers-6/+0
2024-08-01perf jevents: Autogenerate empty-pmu-events.cIan Rogers-352/+562
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo-186/+209
2024-08-01selftest: acct: Add selftest for the acct() syscallAbdulrasaq Lawani-0/+87
2024-08-01selftests: lib: remove strscpy testMuhammad Usama Anjum-6/+1
2024-08-01selftests: user: remove user suiteMuhammad Usama Anjum-29/+0
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+128
2024-08-01perf test: Update sample filtering testNamhyung Kim-6/+7
2024-08-01perf record: Add --setup-filter optionNamhyung Kim-0/+20
2024-08-01perf record: Fix a potential error handling issueNamhyung Kim-3/+3
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim-4/+48
2024-08-01perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim-34/+209
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim-40/+168
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim-10/+15