summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-0725-167/+542
|\
| * x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki2017-07-031-1/+8
| * x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva2017-07-031-5/+2
| * xen: allocate page for shared info page from low memoryJuergen Gross2017-06-252-9/+24
| * xen: avoid deadlock in xenbus driverJuergen Gross2017-06-251-11/+10
| * xen: add sysfs node for hypervisor build idJuergen Gross2017-06-152-1/+38
| * xen: sync include/xen/interface/version.hJuergen Gross2017-06-151-0/+15
| * xen: add sysfs node for guest typeJuergen Gross2017-06-153-3/+48
| * doc,xen: document hypervisor sysfs nodes for xenJuergen Gross2017-06-152-0/+121
| * xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora2017-06-134-5/+35
| * xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora2017-06-134-26/+45
| * xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora2017-06-131-11/+15
| * xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora2017-06-135-34/+54
| * xen/vcpu: Simplify xen_vcpu related codeAnkur Arora2017-06-135-69/+89
| * xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPUAnoob Soman2017-06-133-4/+37
| * xen: avoid type warning in xchg_xen_ulongArnd Bergmann2017-06-091-1/+1
| * xen: fix HYPERVISOR_dm_op() prototypeSergey Dyasli2017-06-082-2/+7
| * xen: don't print error message in case of missing Xenstore entryJuergen Gross2017-06-071-2/+10
| * arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring2017-06-051-1/+2
| * arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring2017-06-051-3/+2
| * arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring2017-06-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-0795-967/+4250
|\ \
| * | Update my email addressCornelia Huck2017-07-041-3/+3
| * | kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-041-2/+4
| * | x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-032-21/+18
| * | kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-034-33/+95
| * | x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-034-6/+10
| * | x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-07-0317-211/+736
| |\ \
| | * | KVM: PPC: Book3S HV: Close race with testing for signals on guest entryPaul Mackerras2017-07-013-79/+127
| | * | KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras2017-07-014-54/+39
| | * | KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modesPaul Mackerras2017-06-223-0/+22
| | * | KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabledAravinda Prasad2017-06-225-32/+69
| | * | powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_infoMahesh Salgaonkar2017-06-211-0/+1
| | * | KVM: PPC: Book3S HV: Add new capability to control MCE behaviourAravinda Prasad2017-06-215-0/+28
| | * | KVM: PPC: Book3S HV: Don't sleep if XIVE interrupt pending on POWER9Paul Mackerras2017-06-201-1/+16
| | * | KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9Paul Mackerras2017-06-196-11/+153
| | * | KVM: PPC: Book3S HV: Allow userspace to set the desired SMT modePaul Mackerras2017-06-195-12/+90
| | * | KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9Paul Mackerras2017-06-194-1/+28
| | * | KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pendingPaul Mackerras2017-06-191-3/+22
| | * | KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras2017-06-194-8/+33
| * | | KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving codePaul Mackerras2017-07-031-2/+2
| * | | KVM: x86: remove ignored type attributeNick Desaulniers2017-06-301-1/+1
| * | | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-3059-326/+2077
| |\ \ \
| | * | | arm64: Remove a redundancy in sysreg.hStefan Traby2017-06-221-2/+2
| | * | | KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memoryJames Morse2017-06-221-0/+23
| | * | | KVM: ARM64: fix phy counter access failure in guest.Hu Huajun2017-06-151-3/+1
| | * | | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-152-30/+23
| | * | | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-154-6/+6
| | * | | KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-152-0/+21