summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-12KVM: x86: Makefile clean upTracey Dent
2011-01-12KVM: remove unused function declarationXiao Guangrong
2011-01-12KVM: Refactor srcu struct release on early errorsJan Kiszka
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong
2011-01-12KVM: cleanup async_pf tracepointsXiao Guangrong
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka
2011-01-12KVM: get rid of warning within kvm_dev_ioctl_create_vmHeiko Carstens
2011-01-12KVM: add cast within kvm_clear_guest_page to fix warningHeiko Carstens
2011-01-12KVM: use kmalloc() for small dirty bitmapsTakuya Yoshikawa
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa
2011-01-12KVM: introduce wrapper functions for creating/destroying dirty bitmapsTakuya Yoshikawa
2011-01-12KVM: x86: trace "exit to userspace" eventGleb Natapov
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity
2011-01-12KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity
2011-01-12KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity
2011-01-12KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity
2011-01-12KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity
2011-01-12KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reasonJan Kiszka
2011-01-12KVM: Move KVM context switch into own functionAndi Kleen
2011-01-12KVM: x86: Mark kvm_arch_setup_async_pf staticJan Kiszka
2011-01-12KVM: improve hva_to_pfn() readabilityGleb Natapov
2011-01-12KVM: Send async PF when guest is not in userspace too.Gleb Natapov
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov
2011-01-12KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov
2011-01-12KVM: Retry fault before vmentryGleb Natapov
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov
2011-01-02KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity
2011-01-02KVM: i8259: initialize isr_ackAvi Kivity
2010-12-29KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity
2010-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2010-12-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-12-17arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf