summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: PIT: fix injection logic and countMarcelo Tosatti2008-10-153-40/+38
* KVM: irq ack notificationMarcelo Tosatti2008-10-154-5/+19
* KVM: Add irq ack notifier listAvi Kivity2008-10-152-0/+27
* KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf2008-10-151-0/+17
* KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity2008-10-151-0/+6
* KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-52/+26
* KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-54/+36
* KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-2/+39
* KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-152-5/+1
* KVM: Consolidate PIC isr clearing into a functionAvi Kivity2008-10-151-6/+12
* KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal2008-10-151-3/+0
* KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity2008-10-151-57/+20
* KVM: Add a pending interrupt queueAvi Kivity2008-10-151-0/+11
* KVM: VMX: Fix pending exception processingAvi Kivity2008-10-151-3/+12
* KVM: Clear exception queue before emulating an instructionAvi Kivity2008-10-152-0/+13
* KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-17/+32
* KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity2008-10-151-12/+24
* KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity2008-10-151-9/+5
* KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity2008-10-151-2/+7
* KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah2008-10-152-0/+13
* KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-156-228/+254
* KVM: VMX: Rename misnamed msr bitsSheng Yang2008-10-152-11/+11
* Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-111-15/+0
|\
| * x86: move VMX MSRs to msr-index.hSheng Yang2008-09-101-15/+0
* | KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang2008-09-113-4/+5
* | KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel2008-09-111-0/+4
* | KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel2008-09-111-0/+8
|/
* KVM: MMU: Fix torn shadow pteAvi Kivity2008-08-251-1/+1
* KVM: Advertise synchronized mmu support to userspaceAvi Kivity2008-07-291-0/+1
* KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-292-0/+112
* KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli2008-07-291-7/+14
* KVM: Allow reading aliases with mmu_lockAndrea Arcangeli2008-07-291-0/+2
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+1
* KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang2008-07-271-10/+10
* KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang2008-07-271-1/+1
* KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti2008-07-271-0/+4
* KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-273-1/+9
* KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti2008-07-271-63/+30
* KVM: task switch: segment base is linear addressMarcelo Tosatti2008-07-271-3/+9
* KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-272-1/+8
* KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity2008-07-201-3/+4
* KVM: x86 emulator: emulate clflushGlauber Costa2008-07-201-1/+3
* KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti2008-07-201-1/+4
* KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+5
* KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-203-27/+27
* KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-202-2/+6
* KVM: x86 emulator: Fix HLT instructionMohammed Gamal2008-07-201-1/+1
* KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity2008-07-201-5/+5
* KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang2008-07-201-0/+3
* KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti2008-07-201-0/+3