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
Age
Commit message (
Expand
)
Author
2021-12-09
KVM: mips: Use Makefile.kvm for common files
David Woodhouse
2021-12-09
KVM: s390: Use Makefile.kvm for common files
David Woodhouse
2021-12-09
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
2021-12-09
KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
David Woodhouse
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
2021-12-09
KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
Sean Christopherson
2021-12-09
KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery
Maxim Levitsky
2021-12-08
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2021-12-08
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
2021-12-08
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
2021-12-08
KVM: x86: Exit to userspace if emulation prepared a completion callback
Hou Wenlong
2021-12-08
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
2021-12-08
KVM: x86: Use different callback if msr access comes from the emulator
Hou Wenlong
2021-12-08
KVM: x86: Add an emulation type to handle completion of user exits
Hou Wenlong
2021-12-08
KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
Sean Christopherson
2021-12-08
KVM: Clear pv eoi pending bit only when it is set
Li RongQing
2021-12-08
KVM: x86: don't print when fail to read/write pv eoi memory
Li RongQing
2021-12-08
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
2021-12-08
KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the direction
Lai Jiangshan
2021-12-08
KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup()
Lai Jiangshan
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
2021-12-08
KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()
Lai Jiangshan
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
2021-12-08
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
2021-12-08
KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
Lai Jiangshan
2021-12-08
KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
Lai Jiangshan
2021-12-08
KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
Lai Jiangshan
2021-12-08
KVM: X86: Fix comment in __kvm_mmu_create()
Lai Jiangshan
2021-12-08
KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
Lai Jiangshan
2021-12-08
KVM: SVM: Allocate sd->save_area with __GFP_ZERO
Lai Jiangshan
2021-12-08
KVM: SVM: Rename get_max_npt_level() to get_npt_level()
Lai Jiangshan
2021-12-08
KVM: VMX: Change comments about vmx_get_msr()
Lai Jiangshan
2021-12-08
KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
Lai Jiangshan
2021-12-08
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
2021-12-08
KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
Lai Jiangshan
2021-12-08
KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
Lai Jiangshan
2021-12-08
KVM: X86: Update mmu->pdptrs only when it is changed
Lai Jiangshan
2021-12-08
KVM: X86: Remove kvm_register_clear_available()
Lai Jiangshan
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
2021-12-08
KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty
Lai Jiangshan
2021-12-08
KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
Lai Jiangshan
2021-12-08
KVM: SVM: Remove references to VCPU_EXREG_CR3
Lai Jiangshan
2021-12-08
KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()
Lai Jiangshan
2021-12-08
KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITS
Lai Jiangshan
2021-12-08
KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept
Lai Jiangshan
2021-12-08
KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept
Lai Jiangshan
2021-12-08
KVM: SVM: Track dirtiness of PDPTRs even if NPT is disabled
Lai Jiangshan
2021-12-08
KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()
Lai Jiangshan
2021-12-08
KVM: X86: Ensure that dirty PDPTRs are loaded
Lai Jiangshan
[next]