]> Git Repo - linux.git/history - tools
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
[linux.git] / tools /
2022-11-18 Sean Christophersonx86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb...
2022-11-18 Sean ChristophersonKVM: SVM: Add a proper field for Hyper-V VMCB enlighten...
2022-11-18 Sean ChristophersonKVM: selftests: Move "struct hv_enlightenments" to...
2022-11-18 Sean Christophersonx86/hyperv: Move VMCB enlightenment definitions to...
2022-11-17 Paolo BonziniMerge branch 'kvm-svm-harden' into HEAD
2022-11-17 Maxim LevitskyKVM: selftests: add svm part to triple_fault_test
2022-11-17 Maxim Levitskykvm: selftests: add svm nested shutdown test
2022-11-17 Maxim LevitskyKVM: selftests: move idt_entry to header
2022-11-17 Paolo BonziniMerge tag 'kvm-selftests-6.2-1' of https://github.com...
2022-11-17 David MatlackKVM: selftests: Check for KVM nEPT support using "featu...
2022-11-17 David MatlackKVM: selftests: Assert in prepare_eptp() that nEPT...
2022-11-17 Sean ChristophersonKVM: selftests: Drop helpers for getting specific KVM...
2022-11-17 Sean ChristophersonKVM: selftests: Add and use KVM helpers for x86 Family...
2022-11-17 Sean ChristophersonKVM: selftests: Add dedicated helpers for getting x86...
2022-11-17 Sean ChristophersonKVM: selftests: Add PMU feature framework, use in PMU...
2022-11-17 Sean ChristophersonKVM: selftests: Convert vmx_pmu_caps_test to use X86_PR...
2022-11-17 Sean ChristophersonKVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
2022-11-17 Sean ChristophersonKVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
2022-11-17 Sean ChristophersonKVM: selftests: Refactor kvm_cpuid_has() to prep for...
2022-11-17 Sean ChristophersonKVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID...
2022-11-17 Sean ChristophersonKVM: selftests: Add X86_PROPERTY_* framework to retriev...
2022-11-17 Sean ChristophersonKVM: selftests: Refactor X86_FEATURE_* framework to...
2022-11-17 Sean ChristophersonKVM: selftests: Add X86_FEATURE_PAE and use it calc...
2022-11-17 David MatlackKVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATIO...
2022-11-17 David MatlackKVM: selftests: Expect #PF(RSVD) when TDP is disabled
2022-11-17 Sean ChristophersonKVM: selftests: Provide error code as a KVM_ASM_SAFE...
2022-11-17 Sean ChristophersonKVM: selftests: Avoid JMP in non-faulting path of KVM_A...
2022-11-17 David MatlackKVM: selftests: Copy KVM PFERR masks into selftests
2022-11-17 David MatlackKVM: selftests: Move flds instruction emulation failure...
2022-11-17 David MatlackKVM: selftests: Delete dead ucall code
2022-11-17 David MatlackKVM: selftests: Explicitly require instructions bytes
2022-11-17 David MatlackKVM: selftests: Rename emulator_error_test to smaller_m...
2022-11-17 Gautam MenghaniKVM: selftests: Don't assume vcpu->id is '0' in xAPIC...
2022-11-17 Vishal AnnapurveKVM: selftests: Add arch specific post vm creation...
2022-11-17 Vishal AnnapurveKVM: selftests: Add arch specific initialization
2022-11-17 Vishal AnnapurveKVM: selftests: move common startup logic to kvm_util.c
2022-11-17 Sean ChristophersonKVM: selftests: Play nice with huge pages when getting...
2022-11-17 Sean ChristophersonKVM: selftests: Use vm_get_page_table_entry() in addr_a...
2022-11-17 Sean ChristophersonKVM: selftests: Use virt_get_pte() when getting PTE...
2022-11-17 Sean ChristophersonKVM: selftests: Verify parent PTE is PRESENT when getti...
2022-11-17 Sean ChristophersonKVM: selftests: Remove useless shifts when creating...
2022-11-17 Sean ChristophersonKVM: selftests: Drop reserved bit checks from PTE accessor
2022-11-17 Sean ChristophersonKVM: selftests: Drop helpers to read/write page table...
2022-11-17 Colin Ian KingKVM: selftests: Fix spelling mistake "begining" ->...
2022-11-17 Peter GondaKVM: selftests: Add ucall pool based implementation
2022-11-17 Sean ChristophersonKVM: selftests: Drop now-unnecessary ucall_uninit()
2022-11-17 Sean ChristophersonKVM: selftests: Make arm64's MMIO ucall multi-VM friendly
2022-11-17 Peter Gondatools: Add atomic_test_and_set_bit()
2022-11-17 Sean ChristophersonKVM: selftests: Automatically do init_ucall() for non...
2022-11-17 Sean ChristophersonKVM: selftests: Consolidate boilerplate code in get_ucall()
2022-11-17 Sean ChristophersonKVM: selftests: Consolidate common code for populating...
2022-11-17 Sean ChristophersonKVM: arm64: selftests: Disable single-step without...
2022-11-17 Sean ChristophersonKVM: arm64: selftests: Disable single-step with correct...
2022-11-16 David MatlackKVM: selftests: Rename perf_test_util symbols to memstress
2022-11-16 David MatlackKVM: selftests: Rename pta (short for perf_test_args...
2022-11-16 David MatlackKVM: selftests: Rename perf_test_util.[ch] to memstress...
2022-11-16 Colton LewisKVM: selftests: randomize page access order
2022-11-16 Colton LewisKVM: selftests: randomize which pages are written vs...
2022-11-16 Colton LewisKVM: selftests: create -r argument to specify random...
2022-11-16 Colton LewisKVM: selftests: implement random number generator for...
2022-11-16 Vipin SharmaKVM: selftests: Allowing running dirty_log_perf_test...
2022-11-16 Vipin SharmaKVM: selftests: Add atoi_positive() and atoi_non_negati...
2022-11-16 Vipin SharmaKVM: selftests: Shorten the test args in memslot_modifi...
2022-11-16 Vipin SharmaKVM: selftests: Use SZ_* macros from sizes.h in max_gue...
2022-11-16 Vipin SharmaKVM: selftests: Add atoi_paranoid() to catch errors...
2022-11-16 Vipin SharmaKVM: selftests: Put command line options in alphabetica...
2022-11-16 Vipin SharmaKVM: selftests: Add missing break between -e and -g...
2022-11-09 Aaron Lewisselftests: kvm/x86: Test the flags in MSR filtering...
2022-11-09 Paolo BonziniKVM: allow compiling out SMM support
2022-11-09 Paolo BonziniMerge tag 'kvm-s390-master-6.1-1' of https://git.kernel...
2022-11-09 Rong Taotools/kvm_stat: update exit reasons for vmx/svm/aarch64...
2022-11-09 Matthias Gerstnertools/kvm_stat: fix incorrect detection of debugfs
2022-11-06 Linus TorvaldsMerge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag 'hwmon-for-v6.1-rc4' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag 'perf_urgent_for_v6.1_rc4' of git://git.kerne...
2022-11-06 Linus TorvaldsMerge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag 'kbuild-fixes-v6.1-2' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2022-11-06 Linus TorvaldsMerge tag 'for-linus-6.1-rc4-tag' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2022-11-06 Linus TorvaldsMerge tag '6.1-rc4-smb3-fixes' of git://git.samba.org...
2022-11-06 Linus TorvaldsMerge tag 'trace-v6.1-rc3' of git://git.kernel.org...
2022-11-06 Paolo BonziniMerge tag 'kvmarm-fixes-6.1-3' of git://git.kernel...
2022-11-06 Paolo BonziniMerge branch 'kvm-master' into HEAD
2022-11-05 Linus TorvaldsMerge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub...
2022-11-05 Linus TorvaldsMerge tag 'block-6.1-2022-11-05' of git://git.kernel...
2022-11-05 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2022-11-05 Linus TorvaldsMerge tag 'i2c-for-6.1-rc4' of git://git.kernel.org...
2022-11-04 Dan Williamstools/testing/cxl: Add a single-port host-bridge regres...
2022-11-04 Dan Williamstools/testing/cxl: Fix some error exits
2022-11-04 Linus TorvaldsMerge tag 'xfs-6.1-fixes-4' of git://git.kernel.org...
2022-11-04 Linus TorvaldsMerge tag 'landlock-6.1-rc4' of git://git.kernel.org...
2022-11-04 Linus TorvaldsMerge tag 'hardening-v6.1-rc4' of git://git.kernel...
2022-11-04 Linus TorvaldsMerge tag 'efi-fixes-for-v6.1-2' of git://git.kernel...
2022-11-04 Linus TorvaldsMerge tag 'soc-fixes-6.1-2' of git://git.kernel.org...
2022-11-04 Linus TorvaldsMerge tag 'drm-fixes-2022-11-04-1' of git://anongit...
2022-11-04 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2022-11-03 Linus TorvaldsMerge tag 'ata-6.1-rc4' of git://git.kernel.org/pub...
2022-11-03 Linus TorvaldsMerge tag 'fuse-fixes-6.1-rc4' of git://git.kernel...
2022-11-03 Linus TorvaldsMerge tag 'for-6.1-rc3-tag' of git://git.kernel.org...
next
This page took 0.106953 seconds and 7 git commands to generate.