]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/shortlog
mirror_ubuntu-hirsute-kernel.git
2020-03-16 Vitaly KuznetsovKVM: nVMX: properly handle errors in nested_vmx_handle_...
2020-03-16 Vitaly KuznetsovKVM: nVMX: stop abusing need_vmcs12_to_shadow_sync...
2020-03-16 Paolo BonziniMerge branch 'kvm-null-pointer-fix' into HEAD
2020-03-16 Wainer dos... selftests: kvm: Uses TEST_FAIL in tests/utilities
2020-03-16 Wainer dos... selftests: kvm: Introduce the TEST_FAIL macro
2020-03-16 Christian Borntraegerselftests: KVM: s390: check for registers to NOT change...
2020-03-16 Christian Borntraegerselftests: KVM: s390: test more register variants for...
2020-03-16 Christian Borntraegerselftests: KVM: s390: fix early guest crash
2020-03-16 Andrew JonesKVM: selftests: Introduce steal-time test
2020-03-16 Andrew JonesKVM: selftests: virt_map should take npages, not size
2020-03-16 Andrew JonesKVM: selftests: Use consistent message for test skipping
2020-03-16 Andrew JonesKVM: selftests: Enable printf format warnings for TEST_...
2020-03-16 Christian Borntraegerselftests: KVM: s390: fix format strings for access...
2020-03-16 Christian Borntraegerselftests: KVM: s390: fixup fprintf format error in...
2020-03-16 Andrew JonesKVM: selftests: Share common API documentation
2020-03-16 Andrew Jonesselftests: KVM: SVM: Add vmcall test to gitignore
2020-03-16 Miaohe LinKVM: nSVM: Remove an obsolete comment.
2020-03-16 Paolo BonziniKVM: X86: correct meaningless kvm_apicv_activated(...
2020-03-16 Oliver UptonKVM: nVMX: Consolidate nested MTF checks to helper...
2020-03-16 Wanpeng LiKVM: VMX: Micro-optimize vmexit time when not exposing PMU
2020-03-16 Andrew JonesKVM: selftests: s390x: Provide additional num-guest...
2020-03-16 Suravee Suthikulpanitkvm: svm: Introduce GA Log tracepoint for AVIC
2020-03-16 Peter XuKVM: Documentation: Update fast page fault for indirect sp
2020-03-16 Paolo BonziniKVM: nSVM: avoid loss of pending IRQ/NMI before entering L2
2020-03-16 Paolo BonziniKVM: nSVM: implement check_nested_events for interrupts
2020-03-16 Paolo BonziniKVM: nSVM: ignore L1 interrupt window while running...
2020-03-16 Paolo BonziniKVM: nSVM: do not change host intercepts while nested...
2020-03-16 Paolo BonziniKVM: x86: rename set_cr3 callback and related flags...
2020-03-16 Paolo BonziniKVM: x86: unify callbacks to load paging root
2020-03-16 Sean ChristophersonKVM: x86: Refactor kvm_cpuid() param that controls...
2020-03-16 Sean ChristophersonKVM: x86: Refactor out-of-range logic to contain the...
2020-03-16 Sean ChristophersonKVM: x86: Fix CPUID range checks for Hypervisor and...
2020-03-16 Sean ChristophersonKVM x86: Extend AMD specific guest behavior to Hygon...
2020-03-16 Sean ChristophersonKVM: x86: Add helpers to perform CPUID-based guest...
2020-03-16 Jan KiszkaKVM: x86: Trace the original requested CPUID function...
2020-03-16 Paolo BonziniKVM: CPUID: add support for supervisor states
2020-03-16 Sean ChristophersonKVM: x86: Move nSVM CPUID 0x8000000A handling into...
2020-03-16 Sean ChristophersonKVM: nSVM: Advertise and enable NRIPS for L1 iff nrips...
2020-03-16 Sean ChristophersonKVM: nSVM: Expose SVM features to L1 iff nested is...
2020-03-16 Sean ChristophersonKVM: x86: Move VMX's host_efer to common x86 code
2020-03-16 Sean ChristophersonKVM: Drop largepages_enabled and its accessor/mutator
2020-03-16 Sean ChristophersonKVM: x86: Don't propagate MMU lpage support to memslot...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Configure max page level during hardware...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into...
2020-03-16 Sean ChristophersonKVM: SVM: Refactor logging of NPT enabled/disabled
2020-03-16 Sean ChristophersonKVM: VMX: Directly query Intel PT mode when refreshing...
2020-03-16 Sean ChristophersonKVM: x86: Check for Intel PT MSR virtualization using...
2020-03-16 Sean ChristophersonKVM: VMX: Directly use VMX capabilities helper to detec...
2020-03-16 Sean ChristophersonKVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt...
2020-03-16 Sean ChristophersonKVM: x86: Do kvm_cpuid_array capacity checks in termina...
2020-03-16 Sean ChristophersonKVM: x86: Use kvm_cpu_caps to detect Intel PT support
2020-03-16 Sean ChristophersonKVM: x86: Set emulated/transmuted feature bits via...
2020-03-16 Sean ChristophersonKVM: x86: Override host CPUID results with kvm_cpu_caps
2020-03-16 Sean ChristophersonKVM: x86: Do host CPUID at load time to mask KVM cpu...
2020-03-16 Sean ChristophersonKVM: x86: Remove stateful CPUID handling
2020-03-16 Sean ChristophersonKVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
2020-03-16 Sean ChristophersonKVM: x86: Remove the unnecessary loop on CPUID 0x7...
2020-03-16 Sean ChristophersonKVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_f...
2020-03-16 Sean ChristophersonKVM: x86: Use KVM cpu caps to track UMIP emulation
2020-03-16 Sean ChristophersonKVM: x86: Use KVM cpu caps to mark CR4.LA57 as not...
2020-03-16 Sean ChristophersonKVM: x86: Add a helper to check kernel support when...
2020-03-16 Sean ChristophersonKVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu...
2020-03-16 Sean ChristophersonKVM: VMX: Convert feature updates from CPUID to KVM...
2020-03-16 Sean ChristophersonKVM: SVM: Convert feature updates from CPUID to KVM...
2020-03-16 Sean ChristophersonKVM: x86: Introduce kvm_cpu_caps to replace runtime...
2020-03-16 Sean ChristophersonKVM: x86: Refactor handling of XSAVES CPUID adjustment
2020-03-16 Paolo BonziniKVM: x86: handle GBPAGE CPUID adjustment for EPT with...
2020-03-16 Sean ChristophersonKVM: x86: Handle Intel PT CPUID adjustment in VMX code
2020-03-16 Sean ChristophersonKVM: x86: Handle RDTSCP CPUID adjustment in VMX code
2020-03-16 Sean ChristophersonKVM: x86: Handle PKU CPUID adjustment in VMX code
2020-03-16 Sean ChristophersonKVM: x86: Handle UMIP emulation CPUID adjustment in...
2020-03-16 Sean ChristophersonKVM: x86: Handle INVPCID CPUID adjustment in VMX code
2020-03-16 Sean ChristophersonKVM: x86: Handle MPX CPUID adjustment in VMX code
2020-03-16 Sean ChristophersonKVM: x86: Refactor cpuid_mask() to auto-retrieve the...
2020-03-16 Sean ChristophersonKVM: x86: Introduce cpuid_entry_{change,set,clear}...
2020-03-16 Sean ChristophersonKVM: x86: Introduce cpuid_entry_{get,has}() accessors
2020-03-16 Sean ChristophersonKVM: x86: Replace bare "unsigned" with "unsigned int...
2020-03-16 Sean ChristophersonKVM: x86: Use u32 for holding CPUID register value...
2020-03-16 Sean ChristophersonKVM: x86: Drop explicit @func param from ->set_supporte...
2020-03-16 Sean ChristophersonKVM: x86: Clear output regs for CPUID 0x14 if PT isn...
2020-03-16 Sean ChristophersonKVM: x86: Make kvm_mpx_supported() an inline function
2020-03-16 Sean ChristophersonKVM: x86: Use supported_xcr0 to detect MPX support
2020-03-16 Sean ChristophersonKVM: x86: Calculate the supported xcr0 mask at load...
2020-03-16 Sean ChristophersonKVM: VMX: Add helpers to query Intel PT mode
2020-03-16 Sean ChristophersonKVM: x86: Use common loop iterator when handling CPUID...
2020-03-16 Sean ChristophersonKVM: x86: Drop redundant array size check
2020-03-16 Sean ChristophersonKVM: x86: Encapsulate CPUID entries and metadata in...
2020-03-16 Sean ChristophersonKVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
2020-03-16 Sean ChristophersonKVM: x86: Hoist loop counter and terminator to top...
2020-03-16 Sean ChristophersonKVM: x86: Consolidate CPUID array max num entries checking
2020-03-16 Sean ChristophersonKVM: x86: Drop redundant boot cpu checks on SSBD featur...
2020-03-16 Sean ChristophersonKVM: x86: Drop the explicit @index from do_cpuid_7_mask()
2020-03-16 Sean ChristophersonKVM: x86: Clean up CPUID 0x7 sub-leaf loop
2020-03-16 Sean ChristophersonKVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
2020-03-16 Sean ChristophersonKVM: x86: Warn on zero-size save state for valid CPUID...
2020-03-16 Sean ChristophersonKVM: x86: Check for CPUID 0xD.N support before validati...
2020-03-16 Sean ChristophersonKVM: x86: Move CPUID 0xD.1 handling out of the index...
2020-03-16 Sean ChristophersonKVM: x86: Check userspace CPUID array size after valida...
2020-03-16 Sean ChristophersonKVM: x86: Clean up error handling in kvm_dev_ioctl_get_...
2020-03-16 Sean ChristophersonKVM: x86: Simplify handling of Centaur CPUID leafs
next