| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-24 | Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+1 |
| 2012-10-22 | KVM: MMU: fix release noslot pfn | Xiao Guangrong | 1 | -3/+1 |
| 2012-10-06 | kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_... | Takuya Yoshikawa | 1 | -2/+1 |
| 2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -250/+525 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2012-09-23 | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson | 2 | -4/+152 |
| 2012-09-20 | KVM: optimize apic interrupt delivery | Gleb Natapov | 1 | -1/+6 |
| 2012-09-17 | KVM: make processes waiting on vcpu mutex killable | Michael S. Tsirkin | 1 | -3/+7 |
| 2012-09-06 | KVM: move postcommit flush to x86, as mmio sptes are x86 specific | Marcelo Tosatti | 1 | -7/+0 |
| 2012-09-06 | KVM: perform an invalid memslot step for gpa base change | Marcelo Tosatti | 1 | -3/+3 |
| 2012-09-06 | KVM: split kvm_arch_flush_shadow | Marcelo Tosatti | 1 | -4/+4 |
| 2012-08-27 | KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() | Gavin Shan | 1 | -6/+0 |
| 2012-08-26 | kvm: Fix nonsense handling of compat ioctl | Alan Cox | 1 | -3/+4 |
| 2012-08-22 | KVM: introduce readonly memslot | Xiao Guangrong | 1 | -18/+78 |
| 2012-08-22 | KVM: introduce KVM_HVA_ERR_BAD | Xiao Guangrong | 1 | -12/+1 |
| 2012-08-22 | KVM: use 'writable' as a hint to map writable pfn | Xiao Guangrong | 1 | -1/+23 |
| 2012-08-22 | KVM: reorganize hva_to_pfn | Xiao Guangrong | 1 | -62/+97 |
| 2012-08-22 | KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic | Xiao Guangrong | 1 | -4/+23 |
| 2012-08-22 | KVM: introduce gfn_to_pfn_memslot_atomic | Xiao Guangrong | 1 | -6/+8 |
| 2012-08-22 | KVM: fix missing check for memslot flags | Xiao Guangrong | 1 | -0/+12 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-08-14 | KVM: x86: drop parameter validation in ioapic/pic | Michael S. Tsirkin | 1 | -18/+19 |
| 2012-08-06 | KVM: do not release the error page | Xiao Guangrong | 2 | -4/+5 |
| 2012-08-06 | KVM: do not release the error pfn | Xiao Guangrong | 2 | -7/+8 |
| 2012-08-06 | KVM: introduce KVM_ERR_PTR_BAD_PAGE | Xiao Guangrong | 2 | -13/+2 |
| 2012-08-06 | KVM: inline is_*_pfn functions | Xiao Guangrong | 1 | -18/+0 |
| 2012-08-06 | KVM: introduce KVM_PFN_ERR_BAD | Xiao Guangrong | 1 | -6/+1 |
| 2012-08-06 | KVM: introduce KVM_PFN_ERR_HWPOISON | Xiao Guangrong | 1 | -12/+1 |
| 2012-08-06 | KVM: introduce KVM_PFN_ERR_FAULT | Xiao Guangrong | 1 | -9/+3 |
| 2012-08-06 | KVM: iommu: fix releasing unmapped page | Xiao Guangrong | 1 | -0/+7 |
| 2012-08-06 | KVM: Push rmap into kvm_arch_memory_slot | Takuya Yoshikawa | 1 | -10/+1 |
| 2012-07-26 | KVM: Move KVM_IRQ_LINE to arch-generic code | Christoffer Dall | 1 | -0/+23 |
| 2012-07-26 | KVM: remove dummy pages | Xiao Guangrong | 2 | -74/+50 |
| 2012-07-26 | KVM: use kvm_release_page_clean to release the page | Xiao Guangrong | 1 | -2/+2 |
| 2012-07-26 | Merge branch 'queue' into next | Avi Kivity | 4 | -29/+72 |
| 2012-07-24 | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -43/+47 |
| 2012-07-23 | KVM: Choose better candidate for directed yield | Raghavendra K T | 1 | -0/+42 |
| 2012-07-23 | KVM: Note down when cpu relax intercepted or pause loop exited | Raghavendra K T | 1 | -0/+5 |
| 2012-07-23 | KVM: Add config to support ple or cpu relax optimzation | Raghavendra K T | 1 | -0/+3 |
| 2012-07-20 | KVM: switch to symbolic name for irq_states size | Michael S. Tsirkin | 1 | -2/+2 |
| 2012-07-20 | KVM: fix race with level interrupts | Michael S. Tsirkin | 3 | -31/+23 |
| 2012-07-19 | KVM: remove the unused parameter of gfn_to_pfn_memslot | Xiao Guangrong | 2 | -13/+12 |
| 2012-07-19 | KVM: make bad_pfn static to kvm_main.c | Xiao Guangrong | 1 | -3/+3 |
| 2012-07-19 | KVM: using get_fault_pfn to get the fault pfn | Xiao Guangrong | 1 | -9/+4 |
| 2012-07-18 | KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st... | Takuya Yoshikawa | 1 | -2/+1 |
| 2012-07-11 | KVM: Fix device assignment threaded irq handler | Alex Williamson | 1 | -2/+13 |
| 2012-07-06 | KVM: handle last_boosted_vcpu = 0 case | Rik van Riel | 1 | -1/+1 |
| 2012-07-03 | KVM: fix fault page leak | Xiao Guangrong | 1 | -0/+1 |
| 2012-07-02 | KVM: Sanitize KVM_IRQFD flags | Alex Williamson | 1 | -0/+3 |
| 2012-07-02 | KVM: Pass kvm_irqfd to functions | Alex Williamson | 2 | -11/+11 |
| 2012-06-18 | KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code | Marc Zyngier | 1 | -1/+1 |
| 2012-06-15 | KVM: Fix PCI header check on device assignment | Jan Kiszka | 1 | -3/+1 |
| 2012-06-05 | KVM: Fix buffer overflow in kvm_set_irq() | Avi Kivity | 1 | -0/+1 |
| 2012-06-05 | KVM: Avoid wasting pages for small lpage_info arrays | Takuya Yoshikawa | 1 | -2/+2 |
| 2012-06-05 | KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc() | Takuya Yoshikawa | 1 | -10/+22 |
| 2012-04-30 | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM | Konstantin Weitz | 1 | -16/+26 |
| 2012-04-24 | KVM: Introduce direct MSI message injection for in-kernel irqchips | Jan Kiszka | 3 | -0/+31 |
| 2012-04-19 | Merge branch 'linus' into queue | Marcelo Tosatti | 2 | -11/+24 |
| 2012-04-19 | KVM: lock slots_lock around device assignment | Alex Williamson | 1 | -8/+15 |
| 2012-04-16 | KVM: dont clear TMR on EOI | Michael S. Tsirkin | 2 | -3/+8 |
| 2012-04-11 | KVM: unmap pages from the iommu when slots are removed | Alex Williamson | 2 | -3/+9 |
| 2012-04-08 | KVM: Remove unused dirty_bitmap_head and nr_dirty_pages | Takuya Yoshikawa | 1 | -9/+5 |
| 2012-04-08 | KVM: fix kvm_vcpu_kick build failure on S390 | Marcelo Tosatti | 1 | -0/+2 |
| 2012-04-08 | KVM: Factor out kvm_vcpu_kick to arch-generic code | Christoffer Dall | 1 | -0/+22 |
| 2012-04-08 | KVM: resize kvm_io_range array dynamically | Amos Kong | 1 | -20/+18 |
| 2012-03-20 | KVM: Convert intx_mask_lock to spin lock | Jan Kiszka | 1 | -7/+7 |
| 2012-03-08 | KVM: use correct tlbs dirty type in cmpxchg | Alex Shi | 1 | -1/+1 |
| 2012-03-08 | KVM: Allow host IRQ sharing for assigned PCI 2.3 devices | Jan Kiszka | 1 | -29/+180 |
| 2012-03-08 | KVM: Ensure all vcpus are consistent with in-kernel irqchip settings | Avi Kivity | 1 | -0/+4 |
| 2012-03-08 | KVM: mmu_notifier: Flush TLBs before releasing mmu_lock | Takuya Yoshikawa | 1 | -9/+10 |
| 2012-03-08 | KVM: Introduce kvm_memory_slot::arch and move lpage_info into it | Takuya Yoshikawa | 1 | -61/+9 |
| 2012-03-08 | KVM: Simplify ifndef conditional usage in __kvm_set_memory_region() | Takuya Yoshikawa | 1 | -21/+8 |
| 2012-03-08 | KVM: Split lpage_info creation out from __kvm_set_memory_region() | Takuya Yoshikawa | 1 | -31/+52 |
| 2012-03-08 | KVM: Introduce gfn_to_index() which returns the index for a given level | Takuya Yoshikawa | 1 | -6/+1 |
| 2012-03-05 | KVM: Move gfn_to_memslot() to kvm_host.h | Paul Mackerras | 1 | -20/+1 |
| 2012-03-05 | KVM: fix error handling for out of range irq | Michael S. Tsirkin | 1 | -3/+1 |
| 2012-03-05 | KVM: Add barriers to allow mmu_notifier_retry to be used locklessly | Paul Mackerras | 1 | -3/+3 |
| 2012-03-05 | KVM: s390: ucontrol: export SIE control block to user | Carsten Otte | 1 | -1/+1 |
| 2012-03-05 | KVM: s390: add parameter for KVM_CREATE_VM | Carsten Otte | 1 | -8/+5 |
| 2012-02-01 | KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging | Takuya Yoshikawa | 1 | -1/+1 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 1 | -4/+4 |
| 2012-01-09 | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next | Joerg Roedel | 1 | -4/+4 |
| 2011-12-27 | KVM: ensure that debugfs entries have been created | Hamo | 1 | -3/+23 |
| 2011-12-27 | KVM: drop bsp_vcpu pointer from kvm struct | Gleb Natapov | 2 | -5/+1 |
| 2011-12-27 | KVM: Use memdup_user instead of kmalloc/copy_from_user | Sasha Levin | 1 | -17/+12 |
| 2011-12-27 | KVM: Use kmemdup() instead of kmalloc/memcpy | Sasha Levin | 1 | -4/+3 |
| 2011-12-27 | KVM: Allow aligned byte and word writes to IOAPIC registers. | Julian Stecklina | 1 | -3/+12 |
| 2011-12-27 | KVM: introduce a table to map slot id to index in memslots array | Xiao Guangrong | 1 | -1/+6 |
| 2011-12-27 | KVM: sort memslots by its size and use line search | Xiao Guangrong | 1 | -22/+57 |
| 2011-12-27 | KVM: introduce id_to_memslot function | Xiao Guangrong | 1 | -4/+9 |
| 2011-12-27 | KVM: introduce kvm_for_each_memslot macro | Xiao Guangrong | 2 | -16/+15 |
| 2011-12-27 | KVM: introduce update_memslots function | Xiao Guangrong | 1 | -7/+15 |
| 2011-12-27 | KVM: introduce KVM_MEM_SLOTS_NUM macro | Xiao Guangrong | 1 | -1/+1 |
| 2011-12-27 | KVM: Count the number of dirty pages for dirty logging | Takuya Yoshikawa | 1 | -1/+3 |
| 2011-12-27 | KVM: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -6/+5 |
| 2011-12-27 | KVM: make checks stricter in coalesced_mmio_in_range() | Dan Carpenter | 1 | -3/+9 |
| 2011-12-25 | KVM: Device assignment permission checks | Alex Williamson | 1 | -0/+75 |
| 2011-12-25 | KVM: Remove ability to assign a device without iommu support | Alex Williamson | 1 | -9/+9 |
| 2011-11-10 | iommu/core: split mapping to page sizes as supported by the hardware | Ohad Ben-Cohen | 1 | -4/+4 |
| 2011-10-31 | kvm: iommu.c file requires the full module.h present. | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | kvm: fix implicit use of stat.h header file | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-30 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 1 | -2/+2 |
| 2011-10-30 | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -118/+200 |
| 2011-10-21 | iommu/core: Convert iommu_found to iommu_present | Joerg Roedel | 1 | -1/+1 |
| 2011-10-21 | iommu/core: Add bus_type parameter to iommu_domain_alloc | Joerg Roedel | 1 | -1/+1 |
| 2011-09-25 | KVM: Split up MSI-X assigned device IRQ handler | Jan Kiszka | 1 | -13/+19 |
| 2011-09-25 | KVM: Avoid needless registrations of IRQ ack notifier for assigned devices | Jan Kiszka | 1 | -10/+8 |
| 2011-09-25 | KVM: Clean up unneeded void pointer casts | Jan Kiszka | 1 | -6/+6 |
| 2011-09-25 | KVM: Intelligent device lookup on I/O bus | Sasha Levin | 4 | -15/+106 |
| 2011-09-25 | KVM: Make coalesced mmio use a device per zone | Sasha Levin | 2 | -75/+50 |
| 2011-09-25 | KVM: MMIO: Lock coalesced device when checking for available entry | Sasha Levin | 1 | -15/+27 |
| 2011-09-23 | pci: Add flag indicating device has been assigned by KVM | Greg Rose | 2 | -0/+6 |
| 2011-07-24 | KVM: IOMMU: Disable device assignment without interrupt remapping | Alex Williamson | 1 | -0/+18 |
| 2011-07-24 | KVM: MMU: mmio page fault support | Xiao Guangrong | 1 | -0/+7 |
| 2011-07-24 | KVM: MMU: filter out the mmio pfn from the fault pfn | Xiao Guangrong | 1 | -2/+14 |
| 2011-07-12 | KVM: introduce kvm_read_guest_cached | Gleb Natapov | 1 | -0/+20 |
| 2011-07-12 | KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR | Jan Kiszka | 1 | -1/+1 |
| 2011-07-12 | KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK | Alexander Graf | 1 | -1/+51 |
| 2011-07-12 | KVM: Clean up error handling during VCPU creation | Jan Kiszka | 1 | -5/+6 |
| 2011-07-12 | KVM: use __copy_to_user/__clear_user to write guest page | Xiao Guangrong | 1 | -2/+2 |
| 2011-06-07 | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+9 |
| 2011-06-06 | KVM: Initialize kvm before registering the mmu notifier | Mike Waychison | 1 | -5/+6 |
| 2011-05-26 | KVM: add missing void __user * cast to access_ok() call | Heiko Carstens | 1 | -1/+3 |
| 2011-05-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -4/+14 |
| 2011-05-22 | KVM: Fix kvm mmu_notifier initialization order | OGAWA Hirofumi | 1 | -1/+1 |
| 2011-05-22 | KVM: Validate userspace_addr of memslot when registered | Takuya Yoshikawa | 1 | -2/+5 |
| 2011-05-22 | KVM: ioapic: Fix an error field reference | Liu Yuan | 1 | -1/+1 |
| 2011-05-21 | KVM: Use pci_store/load_saved_state() around VM device usage | Alex Williamson | 1 | -4/+14 |
| 2011-05-11 | KVM: cleanup memslot_id function | Xiao Guangrong | 1 | -17/+0 |
| 2011-04-07 | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -3/+22 |
| 2011-04-06 | KVM: Enable async page fault processing | Gleb Natapov | 1 | -2/+21 |
| 2011-04-06 | KVM: fix crash on irqfd deassign | Michael S. Tsirkin | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-25 | Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -26/+8 |
| 2011-03-23 | kvm: use little-endian bitops | Akinobu Mita | 1 | -1/+1 |
| 2011-03-23 | kvm: stop including asm-generic/bitops/le.h directly | Akinobu Mita | 1 | -2/+1 |
| 2011-03-23 | KVM: Use syscore_ops instead of sysdev class and sysdev | Rafael J. Wysocki | 1 | -26/+8 |
| 2011-03-17 | KVM: improve comment on rcu use in irqfd_deassign | Michael S. Tsirkin | 1 | -2/+3 |
| 2011-03-17 | KVM: Convert kvm_lock to raw_spinlock | Jan Kiszka | 1 | -18/+18 |
| 2011-03-17 | KVM: use yield_to instead of sleep in kvm_vcpu_on_spin | Rik van Riel | 1 | -10/+47 |
| 2011-03-17 | KVM: keep track of which task is running a KVM vcpu | Rik van Riel | 1 | -0/+10 |
| 2011-03-17 | KVM: Replace is_hwpoison_address with __get_user_pages | Huang Ying | 1 | -1/+10 |
| 2011-03-17 | KVM: make make_all_cpus_request() lockless | Xiao Guangrong | 1 | -6/+3 |
| 2011-03-17 | KVM: Add "exiting guest mode" state | Xiao Guangrong | 1 | -1/+6 |
| 2011-03-17 | KVM: fix build warning within __kvm_set_memory_region() on s390 | Heiko Carstens | 1 | -0/+2 |
| 2011-03-17 | KVM: MMU: Don't flush shadow when enabling dirty tracking | Avi Kivity | 1 | -6/+1 |
| 2011-01-13 | thp: add compound_trans_head() helper | Andrea Arcangeli | 1 | -24/+14 |
| 2011-01-13 | thp: mmu_notifier_test_young | Andrea Arcangeli | 1 | -0/+17 |
| 2011-01-13 | thp: kvm mmu transparent hugepage support | Andrea Arcangeli | 1 | -2/+30 |
| 2011-01-12 | KVM: Don't spin on virt instruction faults during reboot | Avi Kivity | 1 | -9/+4 |
| 2011-01-12 | KVM: MMU: delay flush all tlbs on sync_page path | Xiao Guangrong | 1 | -1/+6 |
| 2011-01-12 | KVM: fast-path msi injection with irqfd | Michael S. Tsirkin | 2 | -15/+83 |
| 2011-01-12 | KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers | Takuya Yoshikawa | 1 | -12/+22 |
| 2011-01-12 | KVM: take kvm_lock for hardware_disable() during cpu hotplug | Takuya Yoshikawa | 1 | -0/+2 |
| 2011-01-12 | KVM: Clean up kvm_vm_ioctl_assigned_device | Jan Kiszka | 1 | -5/+4 |
| 2011-01-12 | KVM: Save/restore state of assigned PCI device | Jan Kiszka | 1 | -1/+4 |
| 2011-01-12 | KVM: Refactor IRQ names of assigned devices | Jan Kiszka | 1 | -5/+6 |
| 2011-01-12 | KVM: Switch assigned device IRQ forwarding to threaded handler | Jan Kiszka | 1 | -73/+34 |
| 2011-01-12 | KVM: Clear assigned guest IRQ on release | Jan Kiszka | 1 | -0/+3 |
| 2011-01-12 | KVM: Clean up vm creation and release | Jan Kiszka | 1 | -6/+13 |
| 2011-01-12 | KVM: Refactor srcu struct release on early errors | Jan Kiszka | 1 | -8/+6 |
| 2011-01-12 | KVM: fix the race while wakeup all pv guest | Xiao Guangrong | 1 | -1/+4 |
| 2011-01-12 | KVM: handle more completed apfs if possible | Xiao Guangrong | 1 | -16/+16 |
| 2011-01-12 | KVM: replace vmalloc and memset with vzalloc | Takuya Yoshikawa | 1 | -7/+2 |
| 2011-01-12 | KVM: get rid of warning within kvm_dev_ioctl_create_vm | Heiko Carstens | 1 | -4/+4 |
| 2011-01-12 | KVM: add cast within kvm_clear_guest_page to fix warning | Heiko Carstens | 1 | -1/+2 |
| 2011-01-12 | KVM: use kmalloc() for small dirty bitmaps | Takuya Yoshikawa | 1 | -3/+10 |
| 2011-01-12 | KVM: pre-allocate one more dirty bitmap to avoid vmalloc() | Takuya Yoshikawa | 1 | -2/+9 |
| 2011-01-12 | KVM: introduce wrapper functions for creating/destroying dirty bitmaps | Takuya Yoshikawa | 1 | -7/+23 |
| 2011-01-12 | KVM: x86: trace "exit to userspace" event | Gleb Natapov | 1 | -0/+1 |
| 2011-01-12 | KVM: propagate fault r/w information to gup(), allow read-only memory | Marcelo Tosatti | 1 | -10/+41 |
| 2011-01-12 | KVM: improve hva_to_pfn() readability | Gleb Natapov | 1 | -13/+17 |
| 2011-01-12 | KVM: Inject asynchronous page fault into a PV guest if page is swapped out. | Gleb Natapov | 1 | -1/+2 |
| 2011-01-12 | KVM: Add PV MSR to enable asynchronous page faults delivery. | Gleb Natapov | 1 | -0/+20 |
| 2011-01-12 | KVM: Add memory slot versioning and use it to provide fast guest write interface | Gleb Natapov | 1 | -12/+63 |
| 2011-01-12 | KVM: Retry fault before vmentry | Gleb Natapov | 1 | -0/+2 |
| 2011-01-12 | KVM: Halt vcpu if page it tries to access is swapped out | Gleb Natapov | 4 | -11/+266 |
| 2010-10-24 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -19/+67 |
| 2010-10-24 | KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pages | Jan Kiszka | 1 | -2/+0 |
| 2010-10-24 | KVM: fix typo in copyright notice | Nicolas Kaiser | 2 | -2/+2 |
| 2010-10-24 | KVM: cpu_relax() during spin waiting for reboot | Avi Kivity | 1 | -1/+1 |
| 2010-10-24 | KVM: MMU: rewrite audit_mappings_page() function | Xiao Guangrong | 1 | -2/+13 |
| 2010-10-24 | KVM: MMU: introduce gfn_to_page_many_atomic() function | Xiao Guangrong | 1 | -1/+28 |
| 2010-10-24 | KVM: MMU: introduce hva_to_pfn_atomic function | Xiao Guangrong | 1 | -11/+19 |
| 2010-10-24 | KVM: x86: Add clock sync request to hardware enable | Zachary Amsden | 1 | -1/+5 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+3 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+3 |
| 2010-09-23 | KVM: Fix reboot on Intel hosts | Avi Kivity | 1 | -1/+3 |
| 2010-09-23 | KVM: fix irqfd assign/deassign race | Michael S. Tsirkin | 1 | -1/+2 |
| 2010-09-09 | KVM: x86: Perform hardware_enable in CPU_STARTING callback | Zachary Amsden | 1 | -3/+2 |
| 2010-08-02 | KVM: Convert mask notifiers to use irqchip/pin instead of gsi | Gleb Natapov | 2 | -5/+9 |
| 2010-08-02 | KVM: Return EFAULT from kvm ioctl when guest accesses bad area | Gleb Natapov | 1 | -4/+24 |
| 2010-08-02 | KVM: define hwpoison variables static | Gleb Natapov | 1 | -2/+2 |
| 2010-08-02 | KVM: Use u64 for frame data types | Joerg Roedel | 1 | -1/+1 |
| 2010-08-01 | KVM: Remove unnecessary divide operations | Joerg Roedel | 1 | -5/+5 |
| 2010-08-01 | KVM: Fix IOMMU memslot reference warning | Sheng Yang | 1 | -2/+6 |
| 2010-08-01 | KVM: Fix a race condition for usage of is_hwpoison_address() | Huang Ying | 1 | -1/+2 |
| 2010-08-01 | KVM: Keep slot ID in memory slot structure | Avi Kivity | 1 | -0/+1 |
| 2010-08-01 | KVM: Add mini-API for vcpu->requests | Avi Kivity | 1 | -2/+2 |