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
Age
Commit message (
Expand
)
Author
2018-12-14
kvm: x86: Use task structs fpu field for user
Marc Orr
2018-12-14
KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...
Krish Sadhukhan
2018-12-14
KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...
Krish Sadhukhan
2018-12-14
KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...
Krish Sadhukhan
2018-12-14
KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...
Krish Sadhukhan
2018-12-14
KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()
Sean Christopherson
2018-12-14
KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...
Krish Sadhukhan
2018-12-14
KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()
Krish Sadhukhan
2018-12-14
KVM/VMX: Check ept_pointer before flushing ept tlb
Lan Tianyu
2018-12-14
KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...
Krish Sadhukhan
2018-12-14
kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset
Jim Mattson
2018-12-14
kvm: vmx: add cpu into VMX preemption timer bug list
Wei Huang
2018-12-14
kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
Eduardo Habkost
2018-12-14
x86/hyper-v: Stop caring about EOI for direct stimers
Vitaly Kuznetsov
2018-12-14
x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...
Vitaly Kuznetsov
2018-12-14
x86/kvm/hyper-v: direct mode for synthetic timers
Vitaly Kuznetsov
2018-12-14
x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h
Vitaly Kuznetsov
2018-12-14
x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h
Vitaly Kuznetsov
2018-12-14
KVM: selftests: Add hyperv_cpuid test
Vitaly Kuznetsov
2018-12-14
KVM: selftests: implement an unchecked version of vcpu_ioctl()
Vitaly Kuznetsov
2018-12-14
x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
2018-12-14
x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
Vitaly Kuznetsov
2018-12-14
x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
Vitaly Kuznetsov
2018-12-14
x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
Vitaly Kuznetsov
2018-12-14
x86/hyper-v: Mark TLFS structures packed
Vitaly Kuznetsov
2018-12-14
x86: kvm: hyperv: don't retry message delivery for periodic timers
Roman Kagan
2018-12-14
x86: kvm: hyperv: simplify SynIC message delivery
Roman Kagan
2018-12-14
kvm: x86: remove unnecessary recalculate_apic_map
Peng Hao
2018-12-14
kvm: svm: remove unused struct definition
Peng Hao
2018-12-14
kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCE
Jim Mattson
2018-12-14
kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry
Jim Mattson
2018-12-14
kvm: vmx: Document the need for MSR_STAR in i386 builds
Jim Mattson
2018-12-14
kvm: vmx: Set IA32_TSC_AUX for legacy mode guests
Jim Mattson
2018-12-14
KVM: nVMX: Move nested code to dedicated files
Sean Christopherson
2018-12-14
KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline
Sean Christopherson
2018-12-14
KVM: VMX: Expose various getters and setters to nested VMX
Sean Christopherson
2018-12-14
KVM: VMX: Expose misc variables needed for nested VMX
Sean Christopherson
2018-12-14
KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function
Sean Christopherson
2018-12-14
KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is true
Sean Christopherson
2018-12-14
KVM: nVMX: Set callbacks for nested functions during hardware setup
Sean Christopherson
2018-12-14
KVM: VMX: Move the hardware {un}setup functions to the bottom
Sean Christopherson
2018-12-14
KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL
Sean Christopherson
2018-12-14
KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions
Sean Christopherson
2018-12-14
KVM: VMX: Move VMX instruction wrappers to a dedicated header file
Sean Christopherson
2018-12-14
KVM: VMX: Move eVMCS code to dedicated files
Sean Christopherson
2018-12-14
KVM: VMX: Add vmx.h to hold VMX definitions
Sean Christopherson
2018-12-14
KVM: nVMX: Move vmcs12 code to dedicated files
Sean Christopherson
2018-12-14
KVM: VMX: Move VMCS definitions to dedicated file
Sean Christopherson
2018-12-14
KVM: VMX: Expose various module param vars via capabilities.h
Sean Christopherson
2018-12-14
KVM: VMX: Move capabilities structs and helpers to dedicated file
Sean Christopherson
[prev]
[next]