aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-1/+5
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-228/+324
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-255/+0
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka1-2/+2
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti1-0/+1
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti1-0/+3
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti1-0/+1
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti1-0/+1
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov1-1/+1
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison1-1/+1
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-6/+0
2008-10-15KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah1-41/+45
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour1-0/+14
2008-10-15KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti1-0/+6
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti1-45/+55
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity1-0/+1
2008-10-15KVM: add MC5_MISC msr read supportJoerg Roedel1-0/+1
2008-10-15KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity1-1/+1
2008-10-15KVM: Load real mode segments correctlyAvi Kivity1-0/+22
2008-10-15KVM: make irq ack notifier functions staticHarvey Harrison1-1/+1
2008-10-15KVM: Use kvm_set_irq to inject interruptsAmit Shah1-7/+1
2008-10-15KVM: Device assignment: Check for privileges before assigning irqAmit Shah1-0/+5
2008-10-15KVM: set debug registers after "schedulable" sectionMarcelo Tosatti1-5/+4
2008-10-15KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2008-10-15KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen1-27/+45
2008-10-15KVM: pci device assignmentBen-Ami Yassour1-0/+243
2008-10-15KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf1-0/+17
2008-10-15KVM: Clear exception queue before emulating an instructionAvi Kivity1-0/+2
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti1-130/+138
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity1-0/+1
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli1-7/+14
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli1-0/+2
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granular fieldMarcelo Tosatti1-0/+4
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti1-63/+30
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti1-3/+9
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+5
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-9/+9
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity1-5/+5
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti1-2/+2
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity1-21/+0
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity1-3/+1
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa1-2/+2
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier1-0/+3
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier1-11/+17
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-39/+39
2008-07-20KVM: MTRR supportAvi Kivity1-4/+48
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang1-0/+1
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-0/+6
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity1-1/+0