aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAge
* thp: add compound_trans_head() helperAndrea Arcangeli2011-01-13
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-13
* thp: kvm mmu transparent hugepage supportAndrea Arcangeli2011-01-13
* KVM: Don't spin on virt instruction faults during rebootAvi Kivity2011-01-12
* KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong2011-01-12
* KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappersTakuya Yoshikawa2011-01-12
* KVM: take kvm_lock for hardware_disable() during cpu hotplugTakuya Yoshikawa2011-01-12
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-12
* KVM: Refactor srcu struct release on early errorsJan Kiszka2011-01-12
* KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa2011-01-12
* KVM: get rid of warning within kvm_dev_ioctl_create_vmHeiko Carstens2011-01-12
* KVM: add cast within kvm_clear_guest_page to fix warningHeiko Carstens2011-01-12
* KVM: use kmalloc() for small dirty bitmapsTakuya Yoshikawa2011-01-12
* KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa2011-01-12
* KVM: introduce wrapper functions for creating/destroying dirty bitmapsTakuya Yoshikawa2011-01-12
* KVM: x86: trace "exit to userspace" eventGleb Natapov2011-01-12
* KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti2011-01-12
* KVM: improve hva_to_pfn() readabilityGleb Natapov2011-01-12
* KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2011-01-12
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-12
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-24
|\
| * KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pagesJan Kiszka2010-10-24
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
| * KVM: cpu_relax() during spin waiting for rebootAvi Kivity2010-10-24
| * KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong2010-10-24
| * KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong2010-10-24
| * KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong2010-10-24
| * KVM: x86: Add clock sync request to hardware enableZachary Amsden2010-10-24
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | KVM: Fix reboot on Intel hostsAvi Kivity2010-09-23
|/
* KVM: x86: Perform hardware_enable in CPU_STARTING callbackZachary Amsden2010-09-09
* KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov2010-08-01
* KVM: define hwpoison variables staticGleb Natapov2010-08-01
* KVM: Remove unnecessary divide operationsJoerg Roedel2010-08-01
* KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying2010-08-01
* KVM: Keep slot ID in memory slot structureAvi Kivity2010-08-01
* KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-01
* KVM: Remove memory alias supportAvi Kivity2010-08-01
* KVM: Fix KVM_SET_SIGNAL_MASK with arg == NULLAndi Kleen2010-08-01
* KVM: cleanup "*new.rmap" typeLai Jiangshan2010-08-01
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-01
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-01
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-01
* KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-19
* KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa2010-05-17
* KVM: do not call hardware_disable() on CPU_UP_CANCELEDLai Jiangshan2010-05-17
* KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-17
* KVM: limit the number of pages per memory slotTakuya Yoshikawa2010-05-17