pandora-kernel.git
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Rename emulate_grpX() to em_grpX()
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Remove unused arg from emulate_pop()
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Remove unused arg from writeback()
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Remove unused arg from read_descriptor()
2011-05-22 Takuya YoshikawaKVM: x86 emulator: Remove unused arg from seg_override()
2011-05-22 Takuya YoshikawaKVM: Validate userspace_addr of memslot when registered
2011-05-22 Takuya YoshikawaKVM: MMU: Clean up gpte reading with copy_from_user()
2011-05-22 Scott WoodKVM: PPC: booke: add sregs support
2011-05-22 Scott WoodKVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
2011-05-22 Stuart YoderKVM: PPC: use ticks, not usecs, for exit timing
2011-05-22 Scott WoodKVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx
2011-05-22 Scott WoodKVM: PPC: e500: emulate SVR
2011-05-22 Avi KivityKVM: VMX: Cache vmcs segment fields
2011-05-22 Avi KivityKVM: x86 emulator: consolidate segment accessors
2011-05-22 Avi KivityKVM: VMX: Avoid reading %rip unnecessarily when handlin...
2011-05-22 Joe PerchesKVM: SVM: Make dump_vmcb static, reduce text
2011-05-22 Takuya YoshikawaKVM: MMU: Fix 64-bit paging breakage on x86_32
2011-05-22 Jeff MahoneyKVM: ia64: fix sparse warnings
2011-05-22 BrillyWu@viatech... KVM: Add CPUID support for VIA CPU
2011-05-22 Gleb NatapovKVM: call cache_all_regs() only once during instruction...
2011-05-22 Gleb NatapovKVM: Fix compound mmio
2011-05-22 Gleb NatapovKVM: emulator: Propagate fault in far jump emulation
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 Liu YuanKVM: ioapic: Fix an error field reference
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 Jeff MahoneyKVM: Fix off by one in kvm_for_each_vcpu iteration
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
next