summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xen/events: allow event channel priority to be setDavid Vrabel2014-01-062-0/+22
| * | | xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel2014-01-063-10/+72
| * | | xen/evtchn: support more than 4096 portsDavid Vrabel2014-01-064-6/+16
| * | | xen/events: add xen_evtchn_mask_all()David Vrabel2014-01-061-7/+11
| * | | xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel2014-01-063-55/+149
| * | | xen/events: add a evtchn_op for port setupDavid Vrabel2014-01-062-1/+13
| * | | xen/events: allow setup of irq_info to failDavid Vrabel2014-01-061-65/+91
| * | | xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel2014-01-063-16/+84
| * | | xen/events: move 2-level specific code into its own fileDavid Vrabel2014-01-065-362/+442
| * | | xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel2014-01-063-1/+5
| * | | xen/events: replace raw bit ops with functionsWei Liu2014-01-061-2/+1
| * | | xen/events: introduce test_and_set_mask()Wei Liu2014-01-061-3/+8
| * | | xen/events: remove unnecessary init_evtchn_cpu_bindings()David Vrabel2014-01-061-22/+0
| * | | xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()David Vrabel2014-01-061-18/+9
| * | | xen/pci: Fix build on non-x86Ben Hutchings2014-01-061-0/+2
| * | | xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu2014-01-061-8/+1
| * | | asm/xen/page.h: remove redundant semicolonWei Liu2014-01-061-1/+1
| * | | xen: balloon: enable for ARMIan Campbell2014-01-061-1/+0
| * | | xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk2014-01-032-5/+2
| * | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-039-4/+117
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-2255-406/+1515
|\ \ \ \
| * \ \ \ Merge branch 'kvm-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2014-01-201-0/+4
| |\ \ \ \
| | * | | | KVM: s390: Fix memory access error detectionChristian Borntraeger2014-01-201-0/+4
| | | |_|/ | | |/| |
| * | | | kvm: make KVM_MMU_AUDIT help text more readableRandy Dunlap2014-01-201-1/+1
| * | | | KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka2014-01-171-0/+4
| * | | | KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka2014-01-171-2/+2
| * | | | KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka2014-01-172-56/+24
| * | | | KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka2014-01-171-0/+14
| * | | | KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka2014-01-171-29/+34
| * | | | KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka2014-01-171-0/+14
| * | | | KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka2014-01-171-1/+2
| * | | | KVM: SVM: Fix reading of DR6Jan Kiszka2014-01-174-2/+45
| * | | | KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka2014-01-171-0/+1
| * | | | add support for Hyper-V reference time counterVadim Rozenfeld2014-01-174-1/+42
| * | | | KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini2014-01-151-2/+0
| * | | | KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti2014-01-151-40/+1
| * | | | KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-154-3/+23
| * | | | KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-01-152-0/+17
| * | | | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini2014-01-157-30/+41
| |\ \ \ \
| | * | | | KVM: ARM: Remove duplicate includeSachin Kamat2014-01-081-2/+0
| | * | | | arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier2014-01-081-7/+9
| | * | | | arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall2013-12-212-16/+25
| | * | | | KVM: Documentation: Fix typo for KVM_ARM_VCPU_INIT ioctlAnup Patel2013-12-171-1/+1
| | * | | | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar2013-12-113-4/+6
| * | | | | kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood2014-01-151-2/+4
| * | | | | kvm: vfio: silence GCC warningPaul Bolle2014-01-151-3/+3
| | |/ / / | |/| | |
| * | | | KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-01-081-1/+1
| * | | | KVM: x86: Fix debug typo error in lapicChen Fan2014-01-081-3/+3
| * | | | kvm: remove dead codeStephen Hemminger2014-01-082-29/+0
| * | | | kvm: make local functions staticStephen Hemminger2014-01-084-35/+19