summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-04-2130-177/+1799
|\
| * KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth2017-04-202-8/+34
| * KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-208-5/+645
| * KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-204-55/+39
| * KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy2017-04-201-16/+42
| * KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-203-10/+12
| * KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy2017-04-201-0/+1
| * KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability numberAlexey Kardashevskiy2017-04-201-0/+1
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-04-209-21/+142
| |\
| | * powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-307-17/+37
| | * powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-303-7/+9
| | * powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-303-1/+57
| | * powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy2017-03-272-0/+43
| * | KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy2017-04-201-1/+1
| * | KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy2017-04-204-1/+5
| * | KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2017-04-202-2/+9
| * | KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy2017-04-201-3/+1
| * | KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring2017-04-201-3/+2
| * | KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring2017-04-201-5/+3
| * | KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2017-04-202-0/+16
| * | KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2017-04-202-49/+91
| * | KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2017-04-202-0/+7
| * | KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-206-7/+731
| * | KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-203-0/+26
* | | Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini2017-04-2123-88/+259
|\ \ \
| * | | x86/syscalls/32: Ignore arch_prctl for other architecturesArnd Bergmann2017-03-241-0/+1
| * | | um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey2017-03-211-1/+1
| * | | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-208-13/+109
| * | | x86/cpufeature: Detect CPUID faulting supportKyle Huey2017-03-203-1/+26
| * | | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-206-1/+25
| * | | x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey2017-03-203-1/+16
| * | | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-206-31/+32
| * | | x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2017-03-202-2/+4
| * | | x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-206-16/+17
| * | | x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey2017-03-202-7/+7
| * | | x86/process: Optimize TIF_NOTSC switchThomas Gleixner2017-03-112-18/+14
| * | | x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2017-03-112-5/+8
| * | | x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey2017-03-111-29/+36
* | | | KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand2017-04-211-31/+7
* | | | KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář2017-04-131-1/+1
* | | | KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek2017-04-121-0/+2
* | | | x86/kvm: virt_xxx memory barriers instead of mandatory barriersWanpeng Li2017-04-121-2/+2
* | | | KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov2017-04-121-10/+19
* | | | KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov2017-04-121-39/+13
* | | | KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand2017-04-121-1/+1
* | | | KVM: x86: simplify pic_ioport_read()David Hildenbrand2017-04-121-6/+3
* | | | KVM: x86: set data directly in picdev_read()David Hildenbrand2017-04-121-4/+3
* | | | KVM: x86: drop picdev_in_range()David Hildenbrand2017-04-121-23/+12
* | | | KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand2017-04-122-3/+1
* | | | KVM: x86: simplify pic_unlock()David Hildenbrand2017-04-121-9/+4