Commit Graph

216036 Commits (884292ecee7148fb8f6297c85b98c54a61d95a20)
 

Author SHA1 Message Date
Alexander Graf a58ddea556 KVM: PPC: Move KVM trampolines before __end_interrupts 15 years ago
Alexander Graf 2b05d71fef KVM: PPC: Make long relocations be ulong 15 years ago
Alexander Graf 0e67790387 KVM: PPC: Use MSR_DR for external load_up 15 years ago
Alexander Graf 2d27fc5eac KVM: PPC: Add book3s_32 tlbie flush acceleration 15 years ago
Gleb Natapov 49451389ec KVM: PPC: correctly check gfn_to_pfn() return value 15 years ago
Alexander Graf 2e0908afaf KVM: PPC: RCU'ify the Book3s MMU 15 years ago
Alexander Graf 5302104235 KVM: PPC: Book3S_32 MMU debug compile fixes 15 years ago
Alexander Graf 15711e9c92 KVM: PPC: Add get_pvinfo interface to query hypercall instructions 15 years ago
Alexander Graf d7d3c2ea99 KVM: PPC: Add Documentation about PV interface 15 years ago
Alexander Graf 644bfa013f KVM: PPC: PV wrteei 15 years ago
Alexander Graf 7810927760 KVM: PPC: PV mtmsrd L=0 and mtmsr 15 years ago
Alexander Graf 819a63dc79 KVM: PPC: PV mtmsrd L=1 15 years ago
Alexander Graf 92234722ed KVM: PPC: PV assembler helpers 15 years ago
Alexander Graf 71ee8e34fe KVM: PPC: Introduce branch patching helper 15 years ago
Alexander Graf 2d4f567103 KVM: PPC: Introduce kvm_tmp framework 15 years ago
Alexander Graf d1290b15e7 KVM: PPC: PV tlbsync to nop 15 years ago
Alexander Graf d1293c9275 KVM: PPC: PV instructions to loads and stores 15 years ago
Alexander Graf 73a1810982 KVM: PPC: KVM PV guest stubs 15 years ago
Alexander Graf d17051cb8d KVM: PPC: Generic KVM PV guest support 15 years ago
Alexander Graf ba49296236 KVM: Move kvm_guest_init out of generic code 15 years ago
Alexander Graf 5fc87407b5 KVM: PPC: Expose magic page support to guest 15 years ago
Alexander Graf e8508940a8 KVM: PPC: Magic Page Book3s support 15 years ago
Alexander Graf beb03f14da KVM: PPC: First magic page steps 15 years ago
Alexander Graf 28e83b4fa7 KVM: PPC: Make PAM a define 15 years ago
Alexander Graf 90bba35887 KVM: PPC: Tell guest about pending interrupts 15 years ago
Alexander Graf fad93fe1d4 KVM: PPC: Add PV guest scratch registers 15 years ago
Alexander Graf 5c6cedf488 KVM: PPC: Add PV guest critical sections 15 years ago
Alexander Graf 2a342ed577 KVM: PPC: Implement hypervisor interface 15 years ago
Alexander Graf a73a9599e0 KVM: PPC: Convert SPRG[0-4] to shared page 15 years ago
Alexander Graf de7906c36c KVM: PPC: Convert SRR0 and SRR1 to shared page 15 years ago
Alexander Graf 5e030186df KVM: PPC: Convert DAR to shared page. 15 years ago
Alexander Graf d562de48de KVM: PPC: Convert DSISR to shared page 15 years ago
Alexander Graf 666e7252a1 KVM: PPC: Convert MSR to shared page 15 years ago
Alexander Graf 96bc451a15 KVM: PPC: Introduce shared page 15 years ago
Mohammed Gamal 34698d8c61 KVM: x86 emulator: Fix nop emulation 15 years ago
Avi Kivity 2dbd0dd711 KVM: x86 emulator: Decode memory operands directly into a 'struct operand' 15 years ago
Avi Kivity 1f6f05800e KVM: x86 emulator: change invlpg emulation to use src.mem.addr 15 years ago
Avi Kivity 342fc63095 KVM: x86 emulator: switch LEA to use SrcMem decoding 15 years ago
Avi Kivity 5a506b125f KVM: x86 emulator: add NoAccess flag for memory instructions that skip access 15 years ago
Avi Kivity b27f38563d KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg for reg op 15 years ago
Avi Kivity 1a0c7d44e4 KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op 15 years ago
Avi Kivity cecc9e3916 KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode 15 years ago
Avi Kivity 7f9b4b75be KVM: x86 emulator: introduce Op3264 for mov cr and mov dr instructions 15 years ago
Avi Kivity 1e87e3efe7 KVM: x86 emulator: simplify REX.W check 15 years ago
Avi Kivity d4709c78ee KVM: x86 emulator: drop use_modrm_ea 15 years ago
Avi Kivity 91ff3cb43c KVM: x86 emulator: put register operand fetch into a function 15 years ago
Avi Kivity 3d9e77dff8 KVM: x86 emulator: use SrcAcc to simplify xchg decoding 15 years ago
Avi Kivity 4515453964 KVM: x86 emulator: simplify xchg decode tables 15 years ago
Avi Kivity 1a6440aef6 KVM: x86 emulator: use correct type for memory address in operands 15 years ago
Avi Kivity 09ee57cdae KVM: x86 emulator: push segment override out of decode_modrm() 15 years ago