KVM: mmio_fault_cr2 is not used
[pandora-kernel.git] / arch /
2011-05-22 Gleb NatapovKVM: mmio_fault_cr2 is not used
2011-05-22 Avi KivityKVM: x86 emulator: consolidate group handling
2011-05-22 Avi KivityKVM: MMU: Add unlikely() annotations to walk_addr_generic()
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for PUSHF/POPF...
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for PUSHA/POPA...
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for POP reg...
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for Group 1...
2011-05-22 Takuya YoshikawaKVM: MMU: Optimize guest page table walk
2011-05-22 Avi KivityKVM: SVM: Get rid of x86_intercept_map::valid
2011-05-22 Avi KivityKVM: x86 emulator: Use opcode::execute for 0F 01 opcode
2011-05-22 Avi KivityKVM: x86 emulator: Don't force #UD for 0F 01 /5
2011-05-22 Avi KivityKVM: x86 emulator: move 0F 01 sub-opcodes into their...
2011-05-22 Randy DunlapKVM: x86 emulator: fix const value warning on i386...
2011-05-22 Clemens NossKVM: x86 emulator: avoid calling wbinvd() macro
2011-05-22 Roedel, JoergKVM: MMU: Make cmpxchg_gpte aware of nesting too
2011-05-22 Avi KivityKVM: x86 emulator: drop x86_emulate_ctxt::vcpu
2011-05-22 Avi KivityKVM: Avoid using x86_emulate_ctxt.vcpu
2011-05-22 Avi KivityKVM: x86 emulator: add new ->wbinvd() callback
2011-05-22 Avi KivityKVM: x86 emulator: add ->fix_hypercall() callback
2011-05-22 Avi KivityKVM: x86 emulator: add new ->halt() callback
2011-05-22 Avi KivityKVM: x86 emulator: make emulate_invlpg() an emulator...
2011-05-22 Avi KivityKVM: x86 emulator: emulate CLTS internally
2011-05-22 Avi KivityKVM: x86 emulator: Replace calls to is_pae() and is_pag...
2011-05-22 Avi KivityKVM: x86 emulator: drop use of is_long_mode()
2011-05-22 Avi KivityKVM: x86 emulator: add and use new callbacks set_idt...
2011-05-22 Avi KivityKVM: x86 emulator: avoid using ctxt->vcpu in check_perm...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from intercept...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from cr/dr/cpl...
2011-05-22 Avi KivityKVM: x86 emulator: drop vcpu argument from segment...
2011-05-11 Avi KivityKVM: x86 emulator: drop vcpu argument from pio callbacks
2011-05-11 Avi KivityKVM: x86 emulator: drop vcpu argument from memory read...
2011-05-11 Avi KivityKVM: x86 emulator: whitespace cleanups
2011-05-11 Nelson ElhageKVM: emulator: Use linearize() when fetching instructions
2011-05-11 Joerg RoedelKVM: X86: Update last_guest_tsc in vcpu_put
2011-05-11 Joerg RoedelKVM: SVM: Fix nested sel_cr0 intercept path with decode...
2011-05-11 Nelson ElhageKVM: x86 emulator: Handle wraparound in (cs_base +...
2011-05-11 Duan JiongKVM: remove useless function declaration kvm_inject_pit...
2011-05-11 Duan JiongKVM: remove useless function declarations from file...
2011-05-11 Serge E. HallynKVM: fix push of wrong eip when doing softint
2011-05-11 Takuya YoshikawaKVM: x86 emulator: Use em_push() instead of emulate_push()
2011-05-11 Takuya YoshikawaKVM: x86 emulator: Make emulate_push() store the value...
2011-05-11 Takuya YoshikawaKVM: x86 emulator: Disable writeback for CMP emulation
2011-05-11 Jan KiszkaKVM: VMX: Ensure that vmx_create_vcpu always returns...
2011-05-11 Gleb NatapovKVM: emulator: do not needlesly sync registers from...
2011-05-11 Avi KivityKVM: x86 emulator: implement segment permission checks
2011-05-11 Avi KivityKVM: x86 emulator: move desc_limit_scaled()
2011-05-11 Avi KivityKVM: x86 emulator: move linearize() downwards
2011-05-11 Avi KivityKVM: x86 emulator: pass access size and read/write...
2011-05-11 Avi KivityKVM: x86 emulator: change address linearization to...
2011-05-11 Avi KivityKVM: x86 emulator: move invlpg emulation into a function
2011-05-11 Avi KivityKVM: x86 emulator: Add helpers for memory access using...
2011-05-11 Joerg RoedelKVM: SVM: Fix fault-rip on vmsave/vmload emulation
2011-05-11 Joerg RoedelKVM: X86: Implement userspace interface to set virtual_...
2011-05-11 Joerg RoedelKVM: X86: Delegate tsc-offset calculation to architectu...
2011-05-11 Joerg RoedelKVM: X86: Implement call-back to propagate virtual_tsc_khz
2011-05-11 Joerg RoedelKVM: X86: Make tsc_delta calculation a function of...
2011-05-11 Joerg RoedelKVM: X86: Let kvm-clock report the right tsc frequency
2011-05-11 Joerg RoedelKVM: SVM: Implement infrastructure for TSC_RATE_MSR
2011-05-11 Avi KivityKVM: x86 emulator: Drop EFER.SVME requirement from...
2011-05-11 Avi KivityKVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL...
2011-05-11 Bharat BhushanKVM: PPC: Fix issue clearing exit timing counters
2011-05-11 Xiao GuangrongKVM: MMU: remove mmu_seq verification on pte update...
2011-05-11 Gleb NatapovKVM: x86 emulator: do not open code return values from...
2011-05-11 Justin P. MattockKVM: Remove base_addresss in kvm_pit since it is unused
2011-05-11 Joerg RoedelKVM: SVM: Remove nested sel_cr0_write handling code
2011-05-11 Joerg RoedelKVM: SVM: Add checks for IO instructions
2011-05-11 Joerg RoedelKVM: SVM: Add intercept checks for one-byte instructions
2011-05-11 Joerg RoedelKVM: SVM: Add intercept checks for remaining twobyte...
2011-05-11 Joerg RoedelKVM: SVM: Add intercept checks for remaining group7...
2011-05-11 Joerg RoedelKVM: SVM: Add intercept checks for SVM instructions
2011-05-11 Joerg RoedelKVM: SVM: Add intercept checks for descriptor table...
2011-05-11 Joerg RoedelKVM: SVM: Add intercept check for accessing dr registers
2011-05-11 Joerg RoedelKVM: SVM: Add intercept check for emulated cr accesses
2011-05-11 Joerg RoedelKVM: x86: Add x86 callback for intercept check
2011-05-11 Joerg RoedelKVM: x86 emulator: Add flag to check for protected...
2011-05-11 Joerg RoedelKVM: x86 emulator: Add check_perm callback
2011-05-11 Joerg RoedelKVM: x86 emulator: Don't write-back cpu-state on X86EMU...
2011-05-11 Avi KivityKVM: x86 emulator: add SVM intercepts
2011-05-11 Avi KivityKVM: x86 emulator: add framework for instruction intercepts
2011-05-11 Avi KivityKVM: x86 emulator: implement movdqu instruction (f3...
2011-05-11 Avi KivityKVM: x86 emulator: SSE support
2011-05-11 Avi KivityKVM: x86 emulator: Specialize decoding for insns with...
2011-05-11 Avi KivityKVM: x86 emulator: define callbacks for using the guest...
2011-05-11 Avi KivityKVM: x86 emulator: do not munge rep prefix
2011-05-11 Avi KivityKVM: 16-byte mmio support
2011-05-11 Avi KivityKVM: Split mmio completion into a function
2011-05-11 Avi KivityKVM: extend in-kernel mmio to handle >8 byte transactions
2011-05-11 Gleb NatapovKVM: x86: better fix for race between nmi injection...
2011-05-11 Marcelo TosattiRevert "KVM: Fix race between nmi injection and enablin...
2011-05-11 Glauber CostaKVM: expose async pf through our standard mechanism
2011-05-11 Avi KivityKVM: VMX: simplify NMI mask management
2011-05-11 Jan KiszkaKVM: SVM: Remove unused svm_features
2011-05-11 Avi KivityKVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception
2011-05-11 Avi KivityKVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally
2011-05-11 Avi KivityKVM: VMX: Refactor vmx_complete_atomic_exit()
2011-05-11 Avi KivityKVM: VMX: Qualify check for host NMI
2011-05-11 Avi KivityKVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
2011-05-11 Avi KivityKVM: VMX: Cache cpl
2011-05-11 Avi KivityKVM: VMX: Optimize vmx_get_cpl()
2011-05-11 Avi KivityKVM: VMX: Optimize vmx_get_rflags()
next