summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Avoid frequency mode for the dummy eventIan Rogers2023-11-081-2/+3
* Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-242-0/+41
|\
| * maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-181-0/+40
| * selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
* | Merge tag 'urgent/nolibc.2023.10.16a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-10-232-1/+4
|\ \
| * | tools/nolibc: mark start_c as weakThomas Weißschuh2023-10-121-0/+1
| * | tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi2023-10-121-1/+3
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-10-231-0/+12
|\ \ \
| * | | tools/virtio: Add dma sync api for virtio testLiming Wu2023-10-161-0/+12
* | | | Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-211-0/+13
|\ \ \ \
| * | | | selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel2023-10-201-0/+13
| |/ / /
* | | | Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' of git://git.kernel.org/pu...Linus Torvalds2023-10-205-23/+55
|\ \ \ \
| * | | | tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo2023-10-191-0/+14
| * | | | perf dlfilter: Add a test for object_code()Adrian Hunter2023-09-302-2/+22
| * | | | perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter2023-09-291-17/+15
| * | | | perf pmu: Fix perf stat output with correct scale and unitWyes Karny2023-09-261-4/+4
* | | | | Merge tag 'linux_kselftest_active-fixes-6.6-rc7' of git://git.kernel.org/pub/...Linus Torvalds2023-10-201-7/+9
|\ \ \ \ \
| * | | | | selftests/user_events: Fix abi_test for BE archsBeau Belgrave2023-10-171-7/+9
* | | | | | Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-198-34/+257
|\ \ \ \ \ \
| * | | | | | selftests: mptcp: join: no RST when rm subflow/addrMatthieu Baerts2023-10-191-0/+13
| * | | | | | selftests: mptcp: join: correctly check for no RSTMatthieu Baerts2023-10-191-2/+6
| * | | | | | selftests: net: add very basic test for netdev names and namespacesJakub Kicinski2023-10-192-0/+88
| * | | | | | selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter2023-10-181-0/+6
| * | | | | | netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-181-0/+46
| * | | | | | selftests: openvswitch: Fix the ct_tuple for v4Aaron Conole2023-10-151-1/+3
| * | | | | | selftests: openvswitch: Skip drop testing on older kernelsAaron Conole2023-10-152-0/+51
| * | | | | | selftests: openvswitch: Catch cases where the tests are killedAaron Conole2023-10-151-0/+2
| * | | | | | selftests: openvswitch: Add version check for pyroute2Aaron Conole2023-10-152-2/+10
| * | | | | | netlink: specs: devlink: fix reply command valuesJiri Pirko2023-10-131-27/+27
| * | | | | | selftests: fib_tests: Count all trace point invocationsIdo Schimmel2023-10-131-2/+2
| * | | | | | selftests: fib_tests: Disable RP filter in multipath list receive testIdo Schimmel2023-10-131-0/+3
* | | | | | | Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-10-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | perf/benchmark: fix seccomp_unotify benchmark for 32-bitJiri Slaby (SUSE)2023-10-181-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-10-1611-25/+141
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini2023-10-159-23/+10
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson2023-10-051-6/+3
| | * | | | | | | KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu2023-10-047-17/+0
| | * | | | | | | KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson2023-10-041-0/+7
| * | | | | | | | KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2023-10-122-0/+23
| * | | | | | | | KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson2023-10-121-2/+17
| * | | | | | | | KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2023-10-122-0/+91
* | | | | | | | | Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-135-5/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | riscv: kselftests: Fix mm build by removing testcases subdirectoryAlexandre Ghiti2023-09-205-5/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-125-73/+331
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | selftests/bpf: Add testcase for async callback return value failureDavid Vernet2023-10-092-2/+51
| * | | | | | | selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann2023-10-063-60/+46
| * | | | | | | selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann2023-10-061-0/+59
| * | | | | | | selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann2023-10-063-11/+8
| * | | | | | | selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann2023-10-061-0/+167
* | | | | | | | Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-10-102-37/+235
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |