summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf build: Filter out BTF sources without a .BTF sectionIan Rogers2023-06-231-3/+26
| * | | perf test: Add build tests for BUILD_BPF_SKELIan Rogers2023-06-231-0/+4
| * | | perf bpf: Move the declaration of struct rqIan Rogers2023-06-232-2/+10
| * | | perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-234-1/+22
* | | | Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-073-1/+74
|\ \ \ \
| * | | | selftests: Test RISC-V Vector's first-use handlerAndy Chiu2023-07-013-1/+74
* | | | | Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds2023-07-061-1/+1
|\ \ \ \ \
| * | | | | Fix documentation of panic_on_warnOlaf Hering2023-07-041-1/+1
* | | | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-068-182/+43
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | syscalls: Remove file path comments from headersSohil Mehta2023-06-221-99/+30
| * | | | | tools arch: Remove uapi bitsperlong.h of hexagon and microblazeTiezhu Yang2023-06-222-29/+0
| * | | | | asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-225-54/+13
* | | | | | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-057-23/+55
|\ \ \ \ \ \
| * | | | | | selftests: mptcp: pm_nl_ctl: fix 32-bit supportMatthieu Baerts2023-07-051-5/+5
| * | | | | | selftests: mptcp: depend on SYN_COOKIESMatthieu Baerts2023-07-051-0/+1
| * | | | | | selftests: mptcp: userspace_pm: report errors with 'remove' testsMatthieu Baerts2023-07-051-0/+2
| * | | | | | selftests: mptcp: userspace_pm: use correct server portMatthieu Baerts2023-07-051-1/+1
| * | | | | | selftests: mptcp: sockopt: return error if wrong markMatthieu Baerts2023-07-051-4/+5
| * | | | | | selftests: mptcp: sockopt: use 'iptables-legacy' if availableMatthieu Baerts2023-07-051-9/+11
| * | | | | | selftests: mptcp: connect: fail if nft supposed to workMatthieu Baerts2023-07-051-0/+3
| * | | | | | wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld2023-07-031-4/+26
| * | | | | | selftests/net: Add xt_policy config for xfrm_policy testDaniel Díaz2023-07-031-0/+1
* | | | | | | Merge tag 'trace-tools-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-0512-97/+1250
|\ \ \ \ \ \ \
| * | | | | | | rtla/timerlat_hist: Add timerlat user-space supportDaniel Bristot de Oliveira2023-06-131-11/+118
| * | | | | | | rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira2023-06-137-6/+474
| * | | | | | | rtla/hwnoise: Reduce runtime to 75%Daniel Bristot de Oliveira2023-06-131-1/+7
| * | | | | | | rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira2023-06-134-17/+46
| * | | | | | | rtla/timerlat_hist: Add auto-analysis supportDaniel Bristot de Oliveira2023-06-131-2/+49
| * | | | | | | rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira2023-06-133-21/+67
| * | | | | | | rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira2023-06-136-0/+87
| * | | | | | | rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira2023-06-135-87/+24
| * | | | | | | rtla: Add --house-keeping optionDaniel Bristot de Oliveira2023-06-136-9/+162
| * | | | | | | rtla: Add -C cgroup supportDaniel Bristot de Oliveira2023-06-136-9/+282
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-07-031-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | tools/virtio: fix build break for aarch64Peng Fan2023-06-271-1/+12
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0313-118/+1138
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-0111-118/+416
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: selftests: Add new CFLAGS to generate dependency filesYu Zhang2023-06-131-2/+15
| | * | | | | | | | | KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu2023-06-064-13/+32
| | * | | | | | | | | KVM: selftests: Add dirty logging page splitting testBen Gardon2023-06-012-0/+260
| | * | | | | | | | | KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon2023-06-013-77/+87
| | * | | | | | | | | KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini2023-06-011-0/+3
| | * | | | | | | | | KVM: selftests: Allow dumping per-vcpu info for uffd threadsPeter Xu2023-05-311-2/+2
| | * | | | | | | | | KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu2023-05-311-8/+9
| | * | | | | | | | | KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King2023-05-301-1/+1
| | * | | | | | | | | KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()Sean Christopherson2023-05-301-15/+7
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-0/+21
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updatesSean Christopherson2023-06-011-0/+21
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-07-012-0/+701
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | KVM: s390: selftests: add selftest for CMMA migrationNico Boehr2023-06-162-0/+701
| | |/ / / / / / /