index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2020-03-16
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
Sean Christopherson
2020-03-16
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
Sean Christopherson
2020-03-16
KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
Sean Christopherson
2020-03-16
KVM: x86: Use u32 for holding CPUID register value in helpers
Sean Christopherson
2020-03-16
KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
Sean Christopherson
2020-03-16
KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
Sean Christopherson
2020-03-16
KVM: x86: Make kvm_mpx_supported() an inline function
Sean Christopherson
2020-03-16
KVM: x86: Use supported_xcr0 to detect MPX support
Sean Christopherson
2020-03-16
KVM: x86: Calculate the supported xcr0 mask at load time
Sean Christopherson
2020-03-16
KVM: VMX: Add helpers to query Intel PT mode
Sean Christopherson
2020-03-16
KVM: x86: Use common loop iterator when handling CPUID 0xD.N
Sean Christopherson
2020-03-16
KVM: x86: Drop redundant array size check
Sean Christopherson
2020-03-16
KVM: x86: Encapsulate CPUID entries and metadata in struct
Sean Christopherson
2020-03-16
KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
Sean Christopherson
2020-03-16
KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
Sean Christopherson
2020-03-16
KVM: x86: Consolidate CPUID array max num entries checking
Sean Christopherson
2020-03-16
KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
Sean Christopherson
2020-03-16
KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
Sean Christopherson
2020-03-16
KVM: x86: Clean up CPUID 0x7 sub-leaf loop
Sean Christopherson
2020-03-16
KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
Sean Christopherson
2020-03-16
KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
Sean Christopherson
2020-03-16
KVM: x86: Check for CPUID 0xD.N support before validating array size
Sean Christopherson
2020-03-16
KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
Sean Christopherson
2020-03-16
KVM: x86: Check userspace CPUID array size after validating sub-leaf
Sean Christopherson
2020-03-16
KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
Sean Christopherson
2020-03-16
KVM: x86: Simplify handling of Centaur CPUID leafs
Sean Christopherson
2020-03-16
KVM: x86: Refactor loop around do_cpuid_func() to separate helper
Sean Christopherson
2020-03-16
KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
Sean Christopherson
2020-03-16
KVM: x86: Shrink the usercopy region of the emulation context
Sean Christopherson
2020-03-16
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson
2020-03-16
KVM: x86: Dynamically allocate per-vCPU emulation context
Sean Christopherson
2020-03-16
KVM: x86: Move emulation-only helpers to emulate.c
Sean Christopherson
2020-03-16
KVM: x86: Explicitly pass an exception struct to check_intercept
Sean Christopherson
2020-03-16
KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant
Sean Christopherson
2020-03-16
KVM: x86: Fix warning due to implicit truncation on 32-bit KVM
Sean Christopherson
2020-03-16
KVM: nVMX: Drop unnecessary check on ept caps for execute-only
Sean Christopherson
2020-03-16
KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
Sean Christopherson
2020-03-16
KVM: nVMX: Rename EPTP validity helper and associated variables
Sean Christopherson
2020-03-16
KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
Sean Christopherson
2020-03-16
KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
Sean Christopherson
2020-03-16
KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack
Sean Christopherson
2020-03-16
KVM: x86/mmu: Don't drop level/direct from MMU role calculation
Sean Christopherson
2020-03-16
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
2020-03-16
KVM: X86: trigger kvmclock sync request just once on VM creation
Wanpeng Li
2020-03-16
KVM: LAPIC: Recalculate apic map in batch
Wanpeng Li
2020-03-16
KVM: Fix some obsolete comments
Miaohe Lin
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
KVM: x86/mmu: Reuse the current root if possible for fast switch
Sean Christopherson
2020-03-16
KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
Sean Christopherson
2020-03-16
KVM: SVM: Inhibit APIC virtualization for X2APIC guest
Oliver Upton
[next]