Commit Graph

109 Commits (f74c95c20bad8e183e41283475f68a3e7b247af4)

Author SHA1 Message Date
Sheng Yang 5550af4df1 KVM: Fix guest shared interrupt with in-kernel irqchip 17 years ago
Harvey Harrison 80a914dc05 misc: replace __FUNCTION__ with __func__ 17 years ago
Xiantao Zhang 8a98f6648a KVM: Move device assignment logic to common code 17 years ago
Jan Kiszka 1b10bf31a5 KVM: x86: Silence various LAPIC-related host kernel messages 17 years ago
Marcelo Tosatti e48258009d KVM: PIC: enhance IPI avoidance 17 years ago
Marcelo Tosatti 4731d4c7a0 KVM: MMU: out of sync shadow core 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
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
Marcelo Tosatti 9c3e4aab5a KVM: x86: unhalt vcpu0 on reset 17 years ago
Marcelo Tosatti d76901750a KVM: x86: do not execute halted vcpus 17 years ago
Avi Kivity fa89a81766 KVM: Add statistics for guest irq injections 17 years ago
Joerg Roedel a89c1ad270 KVM: add MC5_MISC msr read support 17 years ago
Avi Kivity acee3c04e8 KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED 17 years ago
Avi Kivity f4bbd9aaaa KVM: Load real mode segments correctly 17 years ago
Harvey Harrison ee032c993e KVM: make irq ack notifier functions static 17 years ago
Amit Shah 29c8fa32c5 KVM: Use kvm_set_irq to inject interrupts 17 years ago
Amit Shah 6762b7299a KVM: Device assignment: Check for privileges before assigning irq 17 years ago
Marcelo Tosatti 29415c37f0 KVM: set debug registers after "schedulable" section 17 years ago
Dave Hansen b772ff362e KVM: Reduce stack usage in kvm_arch_vcpu_ioctl() 17 years ago
Dave Hansen f0d662759a KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl() 17 years ago
Ben-Ami Yassour 4d5c5d0fe8 KVM: pci device assignment 17 years ago
Alexander Graf b5e2fec0eb KVM: Ignore DEBUGCTL MSRs with no effect 17 years ago
Avi Kivity 26eef70c3e KVM: Clear exception queue before emulating an instruction 17 years ago
Marcelo Tosatti 5fdbf9765b KVM: x86: accessors for guest registers 17 years ago
Avi Kivity ed84862433 KVM: Advertise synchronized mmu support to userspace 17 years ago
Andrea Arcangeli 604b38ac03 KVM: Allow browsing memslots with mmu_lock 17 years ago
Andrea Arcangeli a1708ce8a3 KVM: Allow reading aliases with mmu_lock 17 years ago
Marcelo Tosatti c93cd3a588 KVM: task switch: translate guest segment limit to virt-extension byte granular field 17 years ago
Marcelo Tosatti 34198bf842 KVM: task switch: use seg regs provided by subarch instead of reading from GDT 17 years ago
Marcelo Tosatti 98899aa0e0 KVM: task switch: segment base is linear address 17 years ago
Marcelo Tosatti 34d4cb8fca KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction 17 years ago
Avi Kivity d6e88aec07 KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues 17 years ago
Avi Kivity ac9f6dc0db KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized 17 years ago
Marcelo Tosatti f8b78fa3d4 KVM: move slots_lock acquision down to vapic_exit 17 years ago
Avi Kivity 7a5b56dfd3 KVM: x86 emulator: lazily evaluate segment registers 17 years ago
Avi Kivity f76c710d75 KVM: Use printk_rlimit() instead of reporting emulation failures just once 17 years ago
Glauber Costa 25be46080f KVM: Do not calculate linear rip in emulation failure report 17 years ago
Laurent Vivier 542472b53e KVM: Add coalesced MMIO support (x86 part) 17 years ago
Laurent Vivier 92760499d0 KVM: kvm_io_device: extend in_range() to manage len and write attribute 17 years ago
Guillaume Thouvenin 3e6e0aab1b KVM: Prefixes segment functions that will be exported with "kvm_" 17 years ago
Avi Kivity 9ba075a664 KVM: MTRR support 17 years ago
Sheng Yang f08864b42a KVM: VMX: Enable NMI with in-kernel irqchip 17 years ago
Sheng Yang 3419ffc8e4 KVM: IOAPIC/LAPIC: Enable NMI support 17 years ago
Avi Kivity 50d40d7fb9 KVM: Remove unnecessary ->decache_regs() call 17 years ago
Avi Kivity 7cc8883074 KVM: Remove decache_vcpus_on_cpu() and related callbacks 17 years ago