summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann2024-07-082-0/+64
* wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMUJason A. Donenfeld2024-07-061-4/+4
* Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-042-4/+35
|\
| * selftests: make order checking verbose in msg_zerocopy selftestZijian Zhang2024-07-041-1/+1
| * selftests: fix OOM in msg_zerocopy selftestZijian Zhang2024-07-041-1/+11
| * selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima2024-07-041-2/+23
* | Merge tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-041-19/+24
|\ \
| * | selftests/harness: Fix tests timeout and race conditionMickaël Salaün2024-06-281-19/+24
* | | Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-021-10/+22
|\ \ \
| * | | selftests/resctrl: Fix non-contiguous CBM for AMDBabu Moger2024-06-261-10/+22
* | | | Merge tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-011-0/+4
|\ \ \ \
| * | | | cxl/region: check interleave capabilityYao Xingtao2024-06-251-0/+4
* | | | | Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-06-282-11/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/power turbostat: Add local build_bug.h header for snapshot targetPatryk Wlazlyn2024-06-282-2/+6
| * | | | tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'Adam Hawley2024-06-281-8/+8
| * | | | tools/power turbostat: option '-n' is ambiguousDavid Arcari2024-06-281-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-2710-439/+1050
|\ \ \ \
| * | | | selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima2024-06-271-0/+72
| * | | | af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-271-0/+68
| * | | | selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima2024-06-271-0/+147
| * | | | selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima2024-06-271-1/+50
| * | | | selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima2024-06-271-0/+91
| * | | | af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima2024-06-271-0/+16
| * | | | selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima2024-06-271-5/+44
| * | | | af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-271-0/+11
| * | | | af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima2024-06-271-2/+23
| * | | | selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima2024-06-272-1/+221
| * | | | selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima2024-06-273-438/+1
| * | | | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2024-06-255-1/+312
| |\ \ \ \
| | * | | | selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov2024-06-241-0/+52
| | * | | | selftests/bpf: Add more ring buffer test coverageDaniel Borkmann2024-06-243-1/+103
| | * | | | selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov2024-06-211-0/+94
| | * | | | selftests/bpf: Add a few tests to coverYonghong Song2024-06-171-0/+63
| * | | | | selftest: af_unix: Add Kconfig file.Kuniyuki Iwashima2024-06-211-0/+3
* | | | | | selftests/mm:fix test_prctl_fork_exec return failureaigourensheng2024-06-251-16/+22
| |_|/ / / |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-06-226-4/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2024-06-213-0/+3
| |\ \ \ \
| | * | | | KVM: selftests: Fix RISC-V compilationAndrew Jones2024-06-063-0/+3
| * | | | | KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su2024-06-052-2/+14
| * | | | | KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bitsColin Ian King2024-06-051-2/+2
* | | | | | Merge tag 'net-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-2010-21/+759
|\ \ \ \ \ \
| * | | | | | selftests: virtio_net: add forgotten config optionsJiri Pirko2024-06-201-1/+7
| * | | | | | selftests: add selftest for the SRv6 End.DX6 behavior with netfilterJianguo Wu2024-06-193-0/+342
| * | | | | | selftests: add selftest for the SRv6 End.DX4 behavior with netfilterJianguo Wu2024-06-193-0/+337
| * | | | | | selftests: openvswitch: Set value to nla flags.Adrian Moreno2024-06-191-1/+1
| * | | | | | selftests: openvswitch: Use bash as interpreterSimon Horman2024-06-181-1/+1
| * | | | | | selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)2024-06-181-18/+28
| | |_|/ / / | |/| | | |
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-152-0/+43
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann2024-06-132-0/+43
* | | | | | Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-06-184-8/+35
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |