index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
KVM: arm64: Use Makefile.kvm for common files
David Woodhouse
1
-4
/
+2
2021-12-09
KVM: powerpc: Use Makefile.kvm for common files
David Woodhouse
1
-6
/
+2
2021-12-09
KVM: RISC-V: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+1
2021-12-09
KVM: mips: Use Makefile.kvm for common files
David Woodhouse
1
-1
/
+2
2021-12-09
KVM: s390: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+3
2021-12-09
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
1
-6
/
+1
2021-12-09
KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
David Woodhouse
1
-0
/
+1
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
1
-12
/
+23
2021-12-09
KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
Sean Christopherson
1
-0
/
+19
2021-12-09
KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery
Maxim Levitsky
3
-0
/
+28
2021-12-08
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
2
-0
/
+16
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
3
-1
/
+19
2021-12-08
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
1
-4
/
+13
2021-12-08
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
63
-165
/
+355
2021-12-08
KVM: x86: Exit to userspace if emulation prepared a completion callback
Hou Wenlong
1
-0
/
+3
2021-12-08
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
1
-9
/
+13
2021-12-08
KVM: x86: Use different callback if msr access comes from the emulator
Hou Wenlong
1
-36
/
+49
2021-12-08
KVM: x86: Add an emulation type to handle completion of user exits
Hou Wenlong
2
-4
/
+17
2021-12-08
KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
Sean Christopherson
1
-1
/
+6
2021-12-08
KVM: Clear pv eoi pending bit only when it is set
Li RongQing
1
-21
/
+19
2021-12-08
KVM: x86: don't print when fail to read/write pv eoi memory
Li RongQing
1
-12
/
+6
2021-12-08
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
5
-12
/
+12
2021-12-08
KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the direction
Lai Jiangshan
4
-12
/
+12
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
[next]