index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
2020-05-06
kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
Paolo Bonzini
2020-04-21
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-04-17
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP
Venkatesh Srinivas
2020-04-17
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
2020-04-11
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
2020-04-07
KVM: X86: Filter out the broadcast dest for IPI fastpath
Wanpeng Li
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
2020-03-31
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-26
KVM: X86: Micro-optimize IPI fastpath delay
Wanpeng Li
2020-03-26
KVM: X86: Delay read msr data iff writes ICR MSR
Wanpeng Li
2020-03-26
KVM: X86: Narrow down the IPI fastpath to single target IPI
Wanpeng Li
2020-03-20
KVM: x86: remove bogus user-triggerable WARN_ON
Paolo Bonzini
2020-03-18
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
Xiaoyao Li
2020-03-16
KVM: X86: correct meaningless kvm_apicv_activated() check
Paolo Bonzini
2020-03-16
kvm: svm: Introduce GA Log tracepoint for AVIC
Suravee Suthikulpanit
2020-03-16
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
2020-03-16
KVM: CPUID: add support for supervisor states
Paolo Bonzini
2020-03-16
KVM: x86: Move VMX's host_efer to common x86 code
Sean Christopherson
2020-03-16
KVM: Drop largepages_enabled and its accessor/mutator
Sean Christopherson
2020-03-16
KVM: VMX: Directly query Intel PT mode when refreshing PMUs
Sean Christopherson
2020-03-16
KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
Sean Christopherson
2020-03-16
KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
Sean Christopherson
2020-03-16
KVM: x86: Use KVM cpu caps to track UMIP emulation
Sean Christopherson
2020-03-16
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
2020-03-16
KVM: x86: Calculate the supported xcr0 mask at load time
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: 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: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
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: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
KVM: x86: Consolidate VM allocation and free for VMX and SVM
Sean Christopherson
2020-03-16
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
Sean Christopherson
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
Sean Christopherson
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
[next]