index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup()
Lai Jiangshan
1
-10
/
+2
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
4
-6
/
+19
2021-12-08
KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()
Lai Jiangshan
1
-10
/
+19
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
5
-20
/
+19
2021-12-08
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
4
-68
/
+41
2021-12-08
KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
Lai Jiangshan
1
-2
/
+0
2021-12-08
KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
Lai Jiangshan
1
-1
/
+0
2021-12-08
KVM: X86: Fix comment in __kvm_mmu_create()
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
Lai Jiangshan
1
-0
/
+4
2021-12-08
KVM: SVM: Allocate sd->save_area with __GFP_ZERO
Lai Jiangshan
1
-3
/
+1
2021-12-08
KVM: SVM: Rename get_max_npt_level() to get_npt_level()
Lai Jiangshan
1
-4
/
+4
2021-12-08
KVM: VMX: Change comments about vmx_get_msr()
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
Lai Jiangshan
1
-3
/
+0
2021-12-08
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
2
-14
/
+11
2021-12-08
KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
Lai Jiangshan
1
-5
/
+3
2021-12-08
KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
Lai Jiangshan
1
-3
/
+11
2021-12-08
KVM: X86: Update mmu->pdptrs only when it is changed
Lai Jiangshan
1
-3
/
+6
2021-12-08
KVM: X86: Remove kvm_register_clear_available()
Lai Jiangshan
1
-7
/
+0
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
6
-16
/
+43
2021-12-08
KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty
Lai Jiangshan
1
-2
/
+2
2021-12-08
KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
Lai Jiangshan
2
-3
/
+3
2021-12-08
KVM: SVM: Remove references to VCPU_EXREG_CR3
Lai Jiangshan
2
-3
/
+0
2021-12-08
KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()
Lai Jiangshan
1
-1
/
+0
2021-12-08
KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITS
Lai Jiangshan
2
-2
/
+4
2021-12-08
KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept
Lai Jiangshan
3
-4
/
+5
2021-12-08
KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept
Lai Jiangshan
2
-1
/
+3
2021-12-08
KVM: SVM: Track dirtiness of PDPTRs even if NPT is disabled
Lai Jiangshan
1
-4
/
+9
2021-12-08
KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: X86: Ensure that dirty PDPTRs are loaded
Lai Jiangshan
1
-0
/
+1
2021-12-08
KVM: x86/svm: Add module param to control PMU virtualization
Like Xu
4
-1
/
+17
2021-12-08
KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
Sean Christopherson
1
-5
/
+22
2021-12-08
KVM: VMX: Move Posted Interrupt ndst computation out of write loop
Sean Christopherson
1
-14
/
+11
2021-12-08
KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
Sean Christopherson
1
-3
/
+3
2021-12-08
KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
Sean Christopherson
1
-6
/
+7
2021-12-08
KVM: VMX: Drop pointless PI.NDST update when blocking
Sean Christopherson
1
-20
/
+3
2021-12-08
KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
Sean Christopherson
2
-5
/
+5
2021-12-08
KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
Sean Christopherson
1
-14
/
+10
2021-12-08
KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
Sean Christopherson
1
-4
/
+7
2021-12-08
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
6
-11
/
+20
2021-12-08
KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
Sean Christopherson
1
-1
/
+4
2021-12-08
KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: stats: Add stat to detect if vcpu is currently blocking
Jing Zhang
3
-1
/
+7
2021-12-08
KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
Sean Christopherson
2
-16
/
+37
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
14
-25
/
+30
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
8
-14
/
+0
2021-12-08
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
4
-10
/
+11
2021-12-08
KVM: Don't block+unblock when halt-polling is successful
Sean Christopherson
1
-3
/
+4
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
3
-19
/
+38
[next]