summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-0969-266/+336
|\
| * KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson2024-02-221-0/+6
| * KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson2024-02-221-1/+5
| * Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-1458-239/+236
| |\
| | * KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson2024-02-061-9/+12
| | * KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson2024-02-061-23/+27
| | * KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov2024-02-011-0/+1
| | * KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-014-5/+6
| | * KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov2024-02-011-18/+1
| | * KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2024-02-015-37/+40
| | * KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov2024-01-301-1/+2
| | * KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov2024-01-301-4/+5
| | * KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson2024-01-301-2/+2
| | * KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-3022-63/+63
| | * KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-293-13/+13
| | * KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2024-01-292-2/+2
| | * KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones2024-01-297-27/+27
| | * KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-2917-38/+38
| | * KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson2024-01-291-3/+3
| * | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-101-0/+1
| |\ \
| | * | selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum2024-02-071-0/+1
| * | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-092-3/+3
| * | | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-088-23/+85
| |\ \ \
| | * \ \ Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-081-1/+42
| | |\ \ \
| | | * | | netfilter: ctnetlink: fix filtering for zone 0Felix Huettner2024-02-081-1/+42
| | * | | | selftests: cmsg_ipv6: repeat the exact packetJakub Kicinski2024-02-071-2/+2
| | * | | | selftests/net: Amend per-netns counter checksDmitry Safonov2024-02-061-6/+6
| | * | | | selftests: net: let big_tcp test cope with slow envPaolo Abeni2024-02-051-1/+3
| | |/ / /
| | * | | selftests: net: avoid just another constant waitPaolo Abeni2024-02-021-5/+13
| | * | | selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni2024-02-021-1/+4
| | * | | selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni2024-02-021-4/+2
| | * | | selftests: net: cut more slack for gro fwd tests.Paolo Abeni2024-02-022-3/+13
* | | | | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-081-1/+1
|/ / / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-071-0/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-261-0/+108
| |\ \ \
| | * | | KVM: riscv: selftests: Add Zfa extension to get-reg-list testAnup Patel2024-01-191-0/+4
| | * | | KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
| | * | | KVM: riscv: selftests: Add Zihintntl extension to get-reg-list testAnup Patel2024-01-191-0/+4
| | * | | KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
| | * | | KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
| | * | | KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
| | * | | KVM: riscv: selftests: Add Zbc extension to get-reg-list testAnup Patel2024-01-191-0/+4
* | | | | Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds2024-02-0331-383/+588
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo2024-01-311-12/+12
| * | | | tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-01-301-0/+70
| * | | | perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark2024-01-301-1/+8
| * | | | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2024-01-303-4/+8
| * | | | tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Arnaldo Carvalho de Melo2024-01-301-1/+7
| * | | | tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...Arnaldo Carvalho de Melo2024-01-291-1/+14
| * | | | perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers2024-01-273-160/+123