]> git.karo-electronics.de Git - mv-sheeva.git/history - arch
KVM: S390: Add virtio hotplug add support
[mv-sheeva.git] / arch /
2010-10-24 Alexander GrafKVM: S390: Add virtio hotplug add support
2010-10-24 Alexander GrafKVM: S390: take a full byte as ext_param indicator
2010-10-24 Xiao GuangrongKVM: MMU: combine guest pte read between fetch and...
2010-10-24 Xiao GuangrongKVM: MMU: prefetch ptes when intercepted guest #PF
2010-10-24 Zachary AmsdenKVM: x86: Fix a possible backwards warp of kvmclock
2010-10-24 Zachary Amsdenx86: pvclock: Move scale_delta into common header
2010-10-24 Zachary AmsdenKVM: x86: Add clock sync request to hardware enable
2010-10-24 Zachary AmsdenKVM: x86: Robust TSC compensation
2010-10-24 Zachary AmsdenKVM: x86: Add helper functions for time computation
2010-10-24 Zachary AmsdenKVM: x86: Fix deep C-state TSC desynchronization
2010-10-24 Zachary AmsdenKVM: x86: Unify TSC logic
2010-10-24 Zachary AmsdenKVM: x86: Warn about unstable TSC
2010-10-24 Zachary AmsdenKVM: x86: Make cpu_tsc_khz updates use local CPU
2010-10-24 Zachary AmsdenKVM: x86: TSC reset compensation
2010-10-24 Zachary AmsdenKVM: x86: Move TSC offset writes to common code
2010-10-24 Zachary AmsdenKVM: x86: Convert TSC writes to TSC offset writes
2010-10-24 Zachary AmsdenKVM: x86: Drop vm_init_tsc
2010-10-24 Wei YongjunKVM: MMU: fix missing percpu counter destroy
2010-10-24 Xiaotian FengKVM: MMU: fix regression from rework mmu_shrink() code
2010-10-24 Wei YongjunKVM: x86 emulator: add JrCXZ instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction...
2010-10-24 Dave HansenKVM: create aggregate kvm_total_used_mmu_pages value
2010-10-24 Dave HansenKVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
2010-10-24 Dave HansenKVM: rename x86 kvm->arch.n_alloc_mmu_pages
2010-10-24 Dave HansenKVM: abstract kvm x86 mmu->n_free_mmu_pages
2010-10-24 Avi KivityKVM: x86 emulator: implement CWD (opcode 99)
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)
2010-10-24 Avi KivityKVM: x86 emulator: add Src2Imm decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate immediate decode into...
2010-10-24 Avi KivityKVM: x86 emulator: implement RDTSC (opcode 0F 31)
2010-10-24 Avi KivityKVM: x86 emulator: remove SrcImplicit
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M (opcode...
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcod...
2010-10-24 Avi KivityKVM: x86 emulator: implement RET imm16 (opcode C2)
2010-10-24 Avi KivityKVM: x86 emulator: add SrcImmU16 operand type
2010-10-24 Avi KivityKVM: x86 emulator: implement CALL FAR (FF /3)
2010-10-24 Avi KivityKVM: x86 emulator: implement DAS (opcode 2F)
2010-10-24 Avi KivityKVM: x86 emulator: Use a register for ____emulate_2op...
2010-10-24 Avi KivityKVM: x86 emulator: pass destination type to ____emulate...
2010-10-24 Wei YongjunKVM: x86 emulator: add LOOP/LOOPcc instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add CBW/CWDE/CDQE instruction emulation
2010-10-24 Avi KivityKVM: x86 emulator: fix REPZ/REPNZ termination condition
2010-10-24 Avi KivityKVM: x86 emulator: implement SCAS (opcodes AE, AF)
2010-10-24 Avi KivityKVM: x86 emulator: fix INTn emulation not pushing EFLAG...
2010-10-24 Wei YongjunKVM: x86 emulator: remove dup code of in/out instruction
2010-10-24 Wei YongjunKVM: x86 emulator: change OUT instruction to use dst...
2010-10-24 Wei YongjunKVM: x86 emulator: introduce DstImmUByte for dst operan...
2010-10-24 Wei YongjunKVM: x86 emulator: remove useless label from x86_emulat...
2010-10-24 Wei YongjunKVM: x86 emulator: add setcc instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add XADD instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: put register operand write back...
2010-10-24 Wei YongjunKVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()
2010-10-24 Mohammed GamalKVM: Separate emulation context initialization in a...
2010-10-24 Wei YongjunKVM: x86 emulator: add bsf/bsr instruction emulation
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix emulate_grp3 return values
2010-10-24 Mohammed GamalKVM: x86 emulator: Add unary mul, imul, div, and idiv...
2010-10-24 Wei YongjunKVM: x86 emulator: mask group 8 instruction as BitOp
2010-10-24 Wei YongjunKVM: x86 emulator: do not adjust the address for immedi...
2010-10-24 Wei YongjunKVM: x86 emulator: fix negative bit offset BitOp instru...
2010-10-24 Mohammed GamalKVM: x86 emulator: Add stc instruction (opcode 0xf9)
2010-10-24 Wei YongjunKVM: x86 emulator: using SrcOne for instruction d0...
2010-10-24 Wei YongjunKVM: x86 emulator: disable writeback when decode dest...
2010-10-24 Wei YongjunKVM: x86 emulator: use SrcAcc to simplify stos decoding
2010-10-24 Mohammed GamalKVM: x86 emulator: Add into, int, and int3 instructions...
2010-10-24 Mohammed GamalKVM: x86 emulator: Allow accessing IDT via emulator ops
2010-10-24 Wei YongjunKVM: x86 emulator: simplify two-byte opcode check
2010-10-24 Alexander GrafKVM: PPC: Move KVM trampolines before __end_interrupts
2010-10-24 Alexander GrafKVM: PPC: Make long relocations be ulong
2010-10-24 Alexander GrafKVM: PPC: Use MSR_DR for external load_up
2010-10-24 Alexander GrafKVM: PPC: Add book3s_32 tlbie flush acceleration
2010-10-24 Gleb NatapovKVM: PPC: correctly check gfn_to_pfn() return value
2010-10-24 Alexander GrafKVM: PPC: RCU'ify the Book3s MMU
2010-10-24 Alexander GrafKVM: PPC: Book3S_32 MMU debug compile fixes
2010-10-24 Alexander GrafKVM: PPC: Add get_pvinfo interface to query hypercall...
2010-10-24 Alexander GrafKVM: PPC: PV wrteei
2010-10-24 Alexander GrafKVM: PPC: PV mtmsrd L=0 and mtmsr
2010-10-24 Alexander GrafKVM: PPC: PV mtmsrd L=1
2010-10-24 Alexander GrafKVM: PPC: PV assembler helpers
2010-10-24 Alexander GrafKVM: PPC: Introduce branch patching helper
2010-10-24 Alexander GrafKVM: PPC: Introduce kvm_tmp framework
2010-10-24 Alexander GrafKVM: PPC: PV tlbsync to nop
2010-10-24 Alexander GrafKVM: PPC: PV instructions to loads and stores
2010-10-24 Alexander GrafKVM: PPC: KVM PV guest stubs
2010-10-24 Alexander GrafKVM: PPC: Generic KVM PV guest support
2010-10-24 Alexander GrafKVM: Move kvm_guest_init out of generic code
2010-10-24 Alexander GrafKVM: PPC: Expose magic page support to guest
2010-10-24 Alexander GrafKVM: PPC: Magic Page Book3s support
2010-10-24 Alexander GrafKVM: PPC: First magic page steps
2010-10-24 Alexander GrafKVM: PPC: Make PAM a define
2010-10-24 Alexander GrafKVM: PPC: Tell guest about pending interrupts
2010-10-24 Alexander GrafKVM: PPC: Add PV guest scratch registers
2010-10-24 Alexander GrafKVM: PPC: Add PV guest critical sections
2010-10-24 Alexander GrafKVM: PPC: Implement hypervisor interface
2010-10-24 Alexander GrafKVM: PPC: Convert SPRG[0-4] to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert SRR0 and SRR1 to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert DAR to shared page.
2010-10-24 Alexander GrafKVM: PPC: Convert DSISR to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert MSR to shared page
2010-10-24 Alexander GrafKVM: PPC: Introduce shared page
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix nop emulation
next