]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch/x86
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
[mirror_ubuntu-bionic-kernel.git] / arch / x86 /
2011-07-24 Xiao GuangrongKVM: MMU: reorganize struct kvm_shadow_walk_iterator
2011-07-24 Xiao GuangrongKVM: MMU: lockless walking shadow page table
2011-07-24 Xiao GuangrongKVM: MMU: do not need atomicly to set/clear spte
2011-07-24 Xiao GuangrongKVM: MMU: introduce the rules to modify shadow page...
2011-07-24 Xiao GuangrongKVM: MMU: abstract some functions to handle fault pfn
2011-07-24 Xiao GuangrongKVM: MMU: filter out the mmio pfn from the fault pfn
2011-07-24 Xiao GuangrongKVM: MMU: remove bypass_guest_pf
2011-07-24 Xiao GuangrongKVM: MMU: split kvm_mmu_free_page
2011-07-24 Xiao GuangrongKVM: MMU: count used shadow pages on prepareing path
2011-07-24 Xiao GuangrongKVM: MMU: rename 'pt_write' to 'emulate'
2011-07-24 Xiao GuangrongKVM: MMU: cleanup for FNAME(fetch)
2011-07-24 Xiao GuangrongKVM: MMU: optimize to handle dirty bit
2011-07-24 Xiao GuangrongKVM: MMU: cache mmio info on page fault path
2011-07-24 Xiao GuangrongKVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup...
2011-07-24 Xiao GuangrongKVM: MMU: do not update slot bitmap if spte is nonpresent
2011-07-24 Xiao GuangrongKVM: MMU: fix walking shadow page table
2011-07-24 Glauber CostaKVM guest: KVM Steal time registration
2011-07-14 Glauber Costasched: adjust scheduler cpu power for stolen time
2011-07-14 Glauber CostaKVM guest: Add a pv_ops stub for steal time
2011-07-14 Glauber CostaKVM: Steal time implementation
2011-07-12 Glauber CostaKVM: KVM Steal time guest/host interface
2011-07-12 Glauber CostaKVM: Add constant to represent KVM MSRs enabled bit...
2011-07-12 Takuya YoshikawaKVM: MMU: Introduce is_last_gpte() to clean up walk_add...
2011-07-12 Takuya YoshikawaKVM: MMU: Rename the walk label in walk_addr_generic()
2011-07-12 Takuya YoshikawaKVM: MMU: Clean up the error handling of walk_addr_gene...
2011-07-12 Marcelo TosattiRevert "KVM: MMU: make kvm_mmu_reset_context() flush...
2011-07-12 Avi KivityKVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
2011-07-12 Avi KivityKVM: MMU: Adjust shadow paging to work when SMEP=1...
2011-07-12 Yang, WeiKVM: Enable ERMS feature support for KVM
2011-07-12 Yang, WeiKVM: Expose RDWRGSFS bit to KVM guests
2011-07-12 Yang, WeiKVM: Add RDWRGSFS support when setting CR4
2011-07-12 Yang, WeiKVM: Remove RDWRGSFS bit from CR4_RESERVED_BITS
2011-07-12 Yang, Wei YKVM: Enable DRNG feature support for KVM
2011-07-12 Andre PrzywaraKVM: fix XSAVE bit scanning (now properly)
2011-07-12 Yang, Wei YKVM: Add instruction fetch checking when walking guest...
2011-07-12 Yang, Wei YKVM: Mask function7 ebx against host capability word9
2011-07-12 Yang, Wei YKVM: Add SMEP support when setting CR4
2011-07-12 Yang, Wei YKVM: Remove SMEP bit from CR4_RESERVED_BITS
2011-07-12 Nadav Har'ElKVM: nVMX: Fix bug preventing more than two levels...
2011-07-12 Avi KivityKVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
2011-07-12 Avi KivityKVM: x86 emulator: rename decode_cache::eip to _eip
2011-07-12 Jan KiszkaKVM: VMX: Silence warning on 32-bit hosts
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for CLI/STI...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for LOOP/JCXZ
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for MOV(8C/8E)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for RET(C3)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for XCHG(86/87)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for TEST(84...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for some instruc...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Rename emulate_xxx() to em_xxx()
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use the pointers ctxt and c consistently
2011-07-12 Nadav Har'ElKVM: nVMX: Miscellenous small corrections
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMX to list of supported cpuid features
2011-07-12 Nadav Har'ElKVM: nVMX: Additional TSC-offset handling
2011-07-12 Nadav Har'ElKVM: nVMX: Further fixes for lazy FPU loading
2011-07-12 Nadav Har'ElKVM: nVMX: Handling of CR0 and CR4 modifying instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of idt vectoring info
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of exception injection
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of interrupt injection
2011-07-12 Nadav Har'ElKVM: nVMX: Deciding if L0 or L1 should handle an L2...
2011-07-12 Nadav Har'ElKVM: nVMX: vmcs12 checks on nested entry
2011-07-12 Nadav Har'ElKVM: nVMX: Exiting from L2 to L1
2011-07-12 Nadav Har'ElKVM: nVMX: No need for handle_vmx_insn function any...
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMLAUNCH and VMRESUME
2011-07-12 Nadav Har'ElKVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Move control field setup to functions
2011-07-12 Nadav Har'ElKVM: nVMX: Move host-state field setup to a function
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMREAD and VMWRITE
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRST
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRLD
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMCLEAR
2011-07-12 Nadav Har'ElKVM: nVMX: Success/failure of VMX instructions.
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMCS fields to the vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs02: VMCS used to run L2
2011-07-12 Nadav Har'ElKVM: nVMX: Decoding memory operands of VMX instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Implement reading and writing of VMX MSRs
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs12: a VMCS structure for L1
2011-07-12 Nadav Har'ElKVM: nVMX: Allow setting the VMXE bit in CR4
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMXON and VMXOFF
2011-07-12 Nadav Har'ElKVM: nVMX: Add "nested" module option to kvm_intel
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Avoid clearing the whole decode_cache
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Clean up init_emulate_ctxt()
2011-07-12 Jan KiszkaKVM: Clean up error handling during VCPU creation
2011-07-12 Nadav Har'ElKVM: VMX: Keep list of loaded VMCSs, instead of vcpus
2011-07-12 Avi KivityKVM: Sanitize cpuid
2011-07-12 Xiao GuangrongKVM: MMU: cleanup for dropping parent pte
2011-07-12 Xiao GuangrongKVM: MMU: cleanup for kvm_mmu_page_unlink_children
2011-07-12 Xiao GuangrongKVM: MMU: remove the arithmetic of parent pte rmap
2011-07-12 Xiao GuangrongKVM: MMU: abstract the operation of rmap
2011-07-12 Xiao GuangrongKVM: fix uninitialized warning
2011-07-12 Xiao GuangrongKVM: use __copy_to_user/__clear_user to write guest...
2011-07-12 Xiao GuangrongKVM: MMU: optimize pte write path if don't have protect...
2011-07-12 Avi KivityKVM: VMX: always_inline VMREADs
2011-07-12 Avi KivityKVM: VMX: Move VMREAD cleanup to exception handler
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Stop passing ctxt->ops as arg of...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Stop passing ctxt->ops as arg of...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Place insn_fetch helpers together
2011-07-06 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git.kernel.org...
2011-07-06 Linus TorvaldsMerge branch 'usb-linus' of git://git.kernel.org/pub...
next