summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-261-1/+1
| * | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-8/+7
| |/
| * KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-161-2/+2
| * KVM: Let ioapic know the irq line statusYang Zhang2013-04-151-4/+7
| * KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-081-0/+2
| * KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-0/+3
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-211-1/+6
| |\
| * | kvm: Record the preemption status of vcpus using preempt notifiersRaghavendra K T2013-03-111-0/+1
| * | KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.Cornelia Huck2013-03-051-0/+1
| * | KVM: Initialize irqfd from kvm_init().Cornelia Huck2013-03-051-0/+13
| * | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-1/+2
| * | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-041-2/+2
| * | KVM: set_memory_region: Make kvm_mr_change available to arch codeTakuya Yoshikawa2013-03-041-0/+18
| * | KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa2013-03-041-7/+3
| * | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-041-4/+2
* | | KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-071-1/+1
* | | Revert "KVM: allow host header to be included even for !CONFIG_KVM"Marcelo Tosatti2013-03-221-6/+1
| |/ |/|
* | KVM: allow host header to be included even for !CONFIG_KVMKevin Hilman2013-03-181-1/+6
|/
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-11/+19
|\
| * KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-111-1/+0
| * x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-0/+3
| * KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-101-0/+1
| * kvm: Fix memory slot generation updatesAlex Williamson2012-12-231-1/+2
| * KVM: struct kvm_memory_slot.id -> shortAlex Williamson2012-12-131-2/+2
| * KVM: struct kvm_memory_slot.flags -> u32Alex Williamson2012-12-131-1/+1
| * KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-131-6/+6
| * KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-131-0/+4
| * KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-131-1/+1
* | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-2/+18
* | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-9/+30
|/
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-131-13/+40
|\
| * Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-12-091-1/+11
| |\
| | * KVM: Distangle eventfd code from irqchipAlexander Graf2012-12-061-1/+11
| * | kvm: add kvm_set_irq_inatomicMichael S. Tsirkin2012-12-051-0/+1
| |/
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-271-0/+1
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-271-0/+3
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-8/+20
| * KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-231-3/+3
| * Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-101-0/+1
| |\
| | * KVM: PPC: booke: Add watchdog emulationBharat Bhushan2012-10-051-0/+1
| * | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka2012-10-081-1/+0
* | | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-2/+2
|\ \ \
| * | | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-2/+2
* | | | Merge branch 'linus' into sched/coreIngo Molnar2012-12-071-13/+2
|\ \ \ \ | |/ / / |/| | |
| * | | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-13/+2
| |/ /
* | | kvm: Directly account vtime to system on guest switchFrederic Weisbecker2012-10-291-2/+10
|/ /
* | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-29/+116
|\ \ | |/
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-1/+4
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-1/+1
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-061-1/+5
OpenPOWER on IntegriCloud