Commit Graph

334 Commits (34698bcbdf7b0629d6c873b5da7c63073fb45361)

Author SHA1 Message Date
Harvey Harrison 80a914dc05 misc: replace __FUNCTION__ with __func__ 17 years ago
Xiantao Zhang 3de42dc094 KVM: Separate irq ack notification out of arch/x86/kvm/irq.c 17 years ago
Xiantao Zhang 8a98f6648a KVM: Move device assignment logic to common code 17 years ago
Zhang xiantao 371c01b28e KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/ 17 years ago
Marcelo Tosatti 83dbc83a0d KVM: VMX: enable invlpg exiting if EPT is disabled 17 years ago
Jan Kiszka 1b10bf31a5 KVM: x86: Silence various LAPIC-related host kernel messages 17 years ago
Weidong Han e5fcfc821a KVM: Device Assignment: Map mmio pages into VT-d page table 17 years ago
Marcelo Tosatti e48258009d KVM: PIC: enhance IPI avoidance 17 years ago
Marcelo Tosatti 582801a95d KVM: MMU: add "oos_shadow" parameter to disable oos 17 years ago
Marcelo Tosatti 0074ff63eb KVM: MMU: speed up mmu_unsync_walk 17 years ago
Marcelo Tosatti 4731d4c7a0 KVM: MMU: out of sync shadow core 17 years ago
Marcelo Tosatti 6844dec694 KVM: MMU: mmu_convert_notrap helper 17 years ago
Marcelo Tosatti 0738541396 KVM: MMU: awareness of new kvm_mmu_zap_page behaviour 17 years ago
Marcelo Tosatti ad8cfbe3ff KVM: MMU: mmu_parent_walk 17 years ago
Marcelo Tosatti a7052897b3 KVM: x86: trap invlpg 17 years ago
Marcelo Tosatti 0ba73cdadb KVM: MMU: sync roots on mmu reload 17 years ago
Marcelo Tosatti e8bc217aef KVM: MMU: mode specific sync_page 17 years ago
Marcelo Tosatti 38187c830c KVM: MMU: do not write-protect large mappings 17 years ago
Marcelo Tosatti a378b4e64c KVM: MMU: move local TLB flush to mmu_set_spte 17 years ago
Marcelo Tosatti 1e73f9dd88 KVM: MMU: split mmu_set_spte 17 years ago
Marcelo Tosatti 93a423e704 KVM: MMU: flush remote TLBs on large->normal entry overwrite 17 years ago
Gleb Natapov af2152f545 KVM: don't enter guest after SIPI was received by a CPU 17 years ago
Harvey Harrison 2259e3a7a6 KVM: x86.c make kvm_load_realmode_segment static 17 years ago
Marcelo Tosatti 4c2155ce81 KVM: switch to get_user_pages_fast 17 years ago
Amit Shah bfadaded0d KVM: Device Assignment: Free device structures if IRQ allocation fails 17 years ago
Ben-Ami Yassour 62c476c7c7 KVM: Device Assignment with VT-d 17 years ago
Guillaume Thouvenin aa3a816b6d KVM: x86 emulator: Use DstAcc for 'and' 17 years ago
Guillaume Thouvenin 8a9fee67fb KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d) 17 years ago
Guillaume Thouvenin 9c9fddd0e7 KVM: x86 emulator: Add DstAcc operand type 17 years ago
Sheng Yang defed7ed92 x86: Move FEATURE_CONTROL bits to msr-index.h 17 years ago
Sheng Yang 9ea542facb KVM: VMX: Rename IA32_FEATURE_CONTROL bits 17 years ago
Avi Kivity ef46f18ea0 KVM: x86 emulator: fix jmp r/m64 instruction 17 years ago
Jan Kiszka 4b92fe0c9d KVM: VMX: Cleanup stalled INTR_INFO read 17 years ago
Marcelo Tosatti 9c3e4aab5a KVM: x86: unhalt vcpu0 on reset 17 years ago
Mohammed Gamal d19292e457 KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2) 17 years ago
Marcelo Tosatti d76901750a KVM: x86: do not execute halted vcpus 17 years ago
Mohammed Gamal a6a3034cb9 KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef) 17 years ago
Avi Kivity fa89a81766 KVM: Add statistics for guest irq injections 17 years ago
Sheng Yang d40a1ee485 KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr 17 years ago
Mohammed Gamal fb4616f431 KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd) 17 years ago
Joerg Roedel a89c1ad270 KVM: add MC5_MISC msr read support 17 years ago
Avi Kivity 48d1503949 KVM: SVM: No need to unprotect memory during event injection when using npt 17 years ago
Avi Kivity 3201b5d9f0 KVM: MMU: Fix setting the accessed bit on non-speculative sptes 17 years ago
Avi Kivity 171d595d3b KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log 17 years ago
Avi Kivity 2245a28fe2 KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() 17 years ago
Avi Kivity bc2d429979 KVM: MMU: Account for npt/ept/realmode page faults 17 years ago
Mohammed Gamal a5e2e82b8b KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf) 17 years ago
Avi Kivity acee3c04e8 KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED 17 years ago
Avi Kivity abb9e0b8e3 KVM: MMU: Convert the paging mode shadow walk to use the generic walker 17 years ago
Avi Kivity 140754bc80 KVM: MMU: Convert direct maps to use the generic shadow walker 17 years ago