aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12KVM: Save/restore state of assigned PCI deviceJan Kiszka1-1/+4
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka2-5/+7
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka2-83/+36
2011-01-12KVM: Clear assigned guest IRQ on releaseJan Kiszka1-0/+3
2011-01-12KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity1-0/+9
2011-01-12KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity1-10/+5
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong3-1/+4
2011-01-12KVM: MMU: support apf for nonpaing guestXiao Guangrong1-3/+9
2011-01-12KVM: MMU: clear apfs if page state is changedXiao Guangrong1-0/+3
2011-01-12KVM: MMU: fix missing post sync auditXiao Guangrong1-0/+1
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka7-72/+49
2011-01-12KVM: x86: Makefile clean upTracey Dent1-1/+1
2011-01-12KVM: remove unused function declarationXiao Guangrong1-1/+0
2011-01-12KVM: Refactor srcu struct release on early errorsJan Kiszka1-8/+6
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity1-1/+6
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong1-1/+4
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong1-16/+16
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong1-0/+1
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong1-2/+2
2011-01-12KVM: cleanup async_pf tracepointsXiao Guangrong1-41/+35
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong2-6/+8
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa2-10/+3
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov2-0/+7
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka1-4/+6
2011-01-12KVM: get rid of warning within kvm_dev_ioctl_create_vmHeiko Carstens1-4/+4
2011-01-12KVM: add cast within kvm_clear_guest_page to fix warningHeiko Carstens1-1/+2
2011-01-12KVM: use kmalloc() for small dirty bitmapsTakuya Yoshikawa1-3/+10
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa3-13/+15
2011-01-12KVM: introduce wrapper functions for creating/destroying dirty bitmapsTakuya Yoshikawa1-7/+23
2011-01-12KVM: x86: trace "exit to userspace" eventGleb Natapov2-0/+31
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti4-25/+71
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti1-0/+10
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti2-9/+1
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti1-3/+1
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity1-1/+2
2011-01-12KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity1-20/+6
2011-01-12KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity1-14/+21
2011-01-12KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity1-3/+5
2011-01-12KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity1-5/+5
2011-01-12KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reasonJan Kiszka1-1/+1
2011-01-12KVM: Move KVM context switch into own functionAndi Kleen1-25/+38
2011-01-12KVM: x86: Mark kvm_arch_setup_async_pf staticJan Kiszka1-1/+1
2011-01-12KVM: improve hva_to_pfn() readabilityGleb Natapov1-13/+17
2011-01-12KVM: Send async PF when guest is not in userspace too.Gleb Natapov1-1/+2
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace context.Gleb Natapov5-4/+11
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov1-6/+34
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov5-12/+55
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov6-9/+243
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov3-0/+101
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov8-3/+101