summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-272-2/+6
| * tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'Adam Hawley2024-06-271-8/+8
| * tools/power turbostat: option '-n' is ambiguousDavid Arcari2024-06-271-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-245-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-241-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-171-18/+28
| | |_|/ | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-142-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
|\ \ \ \ \
| * | | | | selftests/fchmodat2: fix clang build failure due to -static-libasanJohn Hubbard2024-06-111-1/+10
| * | | | | selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRSJohn Hubbard2024-06-111-2/+12
| * | | | | selftests: seccomp: fix format-zero-length warningsAmer Al Shanawany2024-06-111-3/+3
| * | | | | selftests: filesystems: fix warn_unused_result build warningsAmer Al Shanawany2024-06-111-2/+10
* | | | | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-171-8/+16
|\ \ \ \ \ \
| * | | | | | selftests: mm: make map_fixed_noreplace test names stableMark Brown2024-06-151-8/+16
* | | | | | | Merge tag 'hyperv-fixes-signed-20240616' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-06-171-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | tools: hv: suppress the invalid warning for packed member alignmentSaurabh Sengar2024-05-281-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-131-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | mptcp: pm: update add_addr counters after connectYonglongLi2024-06-101-2/+2
| * | | | mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi2024-06-101-1/+2
* | | | | Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...Linus Torvalds2024-06-0919-29/+118
|\ \ \ \ \