summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-80/+68
|\
| * KVM: use slowpath for cross page cached accessesRadim Krčmář2015-04-101-2/+2
| * KVM: remove kvm_read_hva and kvm_read_hva_atomicPaolo Bonzini2015-04-081-12/+2
| * Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-04-071-1/+1
| |\
| | * KVM: s390: add ioctl to inject local interruptsJens Freimann2015-03-311-1/+1
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-17/+17
| |\ \
| | * | KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-1/+1
| | * | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-16/+16
| | |/
| * | KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()Takuya Yoshikawa2015-03-181-3/+5
| * | KVM: Use pr_info/pr_err in kvm_main.cXiubo Li2015-03-101-7/+6
| * | KVM: Fix indentation in kvm_main.cXiubo Li2015-03-101-1/+1
| * | KVM: no space before tabs in kvm_main.cXiubo Li2015-03-101-3/+3
| * | KVM: Missing blank line after declarations in kvm_main.cXiubo Li2015-03-101-0/+6
| * | KVM: EXPORT_SYMBOL should immediately follow its functionXiubo Li2015-03-101-1/+0
| * | KVM: Fix ERROR: do not initialise statics to 0 or NULL in kvm_main.cXiubo Li2015-03-101-1/+1
| * | KVM: Fix WARNING: labels should not be indented in kvm_main.cXiubo Li2015-03-101-1/+1
| * | KVM: Fix WARNINGs for 'sizeof(X)' instead of 'sizeof X' in kvm_main.cXiubo Li2015-03-101-20/+20
| * | KVM: Get rid of kvm_kvfree()Thomas Huth2015-03-101-9/+1
| * | KVM: make halt_poll_ns staticChristian Borntraeger2015-03-101-1/+1
| * | KVM: white space formatting in kvm_main.cKevin Mulvey2015-03-101-1/+1
| |/
* | kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov2015-03-231-7/+7
* | kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini2015-03-101-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-13/+131
|\
| * KVM: Disable compat ioctl for s390Christian Borntraeger2015-02-091-6/+6
| * kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-7/+41
| * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-1/+1
| * kvm: update_memslots: clean flags for invalid memslotsTiejun Chen2015-01-271-0/+1
| * KVM: Add generic support for dirty page loggingMario Smarduch2015-01-161-0/+80
| * KVM: Add architecture-defined TLB flush supportMario Smarduch2015-01-161-0/+2
| * KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-081-0/+1
* | mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli2015-02-111-46/+4
|/
* kvm: warn on more invariant breakagePaolo Bonzini2014-12-281-1/+3
* kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini2014-12-281-5/+17
* Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-151-8/+8
|\
| * kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-251-8/+8
* | KVM: track pid for VCPU only on KVM_RUN ioctlChristian Borntraeger2014-12-041-9/+9
* | KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand2014-12-041-4/+0
* | kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov2014-12-041-1/+7
* | kvm: change memslot sorting rule from size to GFNIgor Mammedov2014-12-041-6/+11
* | kvm: update_memslots: drop not needed check for the same slotIgor Mammedov2014-12-041-14/+11
* | kvm: update_memslots: drop not needed check for the same number of pagesIgor Mammedov2014-12-041-15/+13
* | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-2/+0
* | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-3/+0
* | kvm: simplify update_memslots invocationPaolo Bonzini2014-11-171-14/+6
* | kvm: commonize allocation of the new memory slotsPaolo Bonzini2014-11-171-17/+11
* | kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini2014-11-141-19/+19
* | kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov2014-11-141-28/+28
* | KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel2014-11-031-1/+1
|/
* kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-241-0/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-081-59/+133
|\
OpenPOWER on IntegriCloud