platform/kernel/linux-starfive.git
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
2020-03-16 Sean ChristophersonKVM: x86: Refactor loop around do_cpuid_func() to separ...
2020-03-16 Sean ChristophersonKVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID...
2020-03-16 Sean ChristophersonKVM: x86: Shrink the usercopy region of the emulation...
2020-03-16 Sean ChristophersonKVM: x86: Move kvm_emulate.h into KVM's private directory
2020-03-16 Sean ChristophersonKVM: x86: Dynamically allocate per-vCPU emulation context
2020-03-16 Sean ChristophersonKVM: x86: Move emulation-only helpers to emulate.c
2020-03-16 Sean ChristophersonKVM: x86: Explicitly pass an exception struct to check_...
2020-03-16 Sean ChristophersonKVM: x86: Refactor I/O emulation helpers to provide...
2020-03-16 Peter XuKVM: Drop gfn_to_pfn_atomic()
2020-03-16 Sean ChristophersonKVM: x86: Fix warning due to implicit truncation on...
2020-03-16 Sean ChristophersonKVM: nVMX: Drop unnecessary check on ept caps for execu...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_...
2020-03-16 Sean ChristophersonKVM: nVMX: Rename EPTP validity helper and associated...
2020-03-16 Sean ChristophersonKVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_ge...
2020-03-16 Sean ChristophersonKVM: nVMX: Allow L1 to use 5-level page walks for neste...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack
2020-03-16 Sean ChristophersonKVM: x86/mmu: Don't drop level/direct from MMU role...
2020-03-16 Jay Zhoukvm: selftests: Support dirty log initial-all-set test
2020-03-16 Sean ChristophersonKVM: nVMX: Properly handle userspace interrupt window...
2020-03-16 Wanpeng LiKVM: X86: trigger kvmclock sync request just once on...
2020-03-16 Wanpeng LiKVM: LAPIC: Recalculate apic map in batch
2020-03-16 Miaohe LinKVM: Fix some obsolete comments
2020-03-16 Jay ZhouKVM: x86: enable dirty log gradually in small chunks
2020-03-16 Sean ChristophersonKVM: x86/mmu: Reuse the current root if possible for...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Ignore guest CR3 on fast root switch...
2020-03-16 Oliver UptonKVM: SVM: Inhibit APIC virtualization for X2APIC guest
2020-03-16 Peter XuKVM: Remove unnecessary asm/kvm_host.h includes
2020-03-16 Andrew JonesKVM: selftests: Fix unknown ucall command asserts
2020-03-16 Sean ChristophersonKVM: x86: Consolidate VM allocation and free for VMX...
2020-03-16 Sean ChristophersonKVM: x86: Directly return __vmalloc() result in ->vm_al...
2020-03-16 Sean ChristophersonKVM: x86: Gracefully handle __vmalloc() failure during...
2020-03-16 Eric HanklandKVM: x86: Adjust counter sample period after a wrmsr
2020-03-16 Sean ChristophersonKVM: x86/mmu: Consolidate open coded variants of memslo...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Use range-based TLB flush for dirty log...
2020-03-16 Sean ChristophersonKVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot...
2020-03-16 Sean ChristophersonKVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
2020-03-16 Sean ChristophersonKVM: Dynamically size memslot array based on number...
2020-03-16 Sean ChristophersonKVM: Terminate memslot walks via used_slots
2020-03-16 Sean ChristophersonKVM: Ensure validity of memslot with respect to kvm_get...
2020-03-16 Sean ChristophersonKVM: Provide common implementation for generic dirty...
2020-03-16 Sean ChristophersonKVM: Clean up local variable usage in __kvm_set_memory_...
2020-03-16 Sean ChristophersonKVM: Simplify kvm_free_memslot() and all its descendents
2020-03-16 Sean ChristophersonKVM: Move memslot deletion to helper function
2020-03-16 Sean ChristophersonKVM: x86: Free arrays for old memslot when moving memsl...
2020-03-16 Sean ChristophersonKVM: Drop "const" attribute from old memslot in commit_...
2020-03-16 Sean ChristophersonKVM: Move setting of memslot into helper routine
2020-03-16 Sean ChristophersonKVM: Refactor error handling for setting memory region
2020-03-16 Sean ChristophersonKVM: Explicitly free allocated-but-unused dirty bitmap
2020-03-16 Sean ChristophersonKVM: Drop kvm_arch_create_memslot()
2020-03-16 Sean ChristophersonKVM: x86: Allocate memslot resources during prepare_mem...
2020-03-16 Sean ChristophersonKVM: PPC: Move memslot memory allocation into prepare_m...
2020-03-16 Sean ChristophersonKVM: Don't free new memslot if allocation of said memsl...
2020-03-16 Sean ChristophersonKVM: Reinstall old memslots if arch preparation fails
2020-03-16 Sean ChristophersonKVM: x86: Allocate new rmap and large page tracking...
2020-03-16 Sean ChristophersonKVM: x86: Move gpa_val and gpa_available into the emula...
2020-03-16 Sean ChristophersonKVM: x86: Add EMULTYPE_PF when emulation is triggered...
next