summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger2018-05-251-1/+1
* KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-254-4/+67
* KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-252-0/+2
* KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger2018-05-251-5/+14
* KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger2018-05-252-0/+6
* KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger2018-05-253-45/+37
* KVM: arm/arm64: Helper to register a new redistributor regionEric Auger2018-05-252-16/+81
* KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger2018-05-252-17/+42
* KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger2018-05-251-1/+6
* KVM: arm/arm64: Helper to locate free rdist indexEric Auger2018-05-253-2/+35
* KVM: arm/arm64: Replace the single rdist region by a listEric Auger2018-05-255-24/+77
* KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-2/+28
* KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger2018-05-251-0/+1
* KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-253-51/+13
* KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin2018-05-251-4/+8
* KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin2018-05-251-12/+4
* KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-254-37/+0
* KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-256-2/+47
* arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin2018-05-253-13/+24
* arm64/sve: Switch sve_pffr() argument from task to threadDave Martin2018-05-251-5/+5
* arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin2018-05-255-29/+32
* KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-259-31/+192
* KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-256-19/+18
* arm64/sve: Refactor user SVE trap maintenance for external useDave Martin2018-05-251-15/+15
* arm64: fpsimd: Eliminate task->mm checksDave Martin2018-05-252-25/+19
* arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin2018-05-251-6/+7
* arm64: fpsimd: Generalise context saving for non-task contextsDave Martin2018-05-251-12/+14
* KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2018-05-252-35/+46
* KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall2018-05-253-1/+18
* arm64: Use update{,_tsk}_thread_flag()Dave Martin2018-05-251-10/+8
* thread_info: Add update_thread_flag() helpersDave Martin2018-05-252-0/+17
* arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin2018-05-251-5/+2
* arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland2018-05-201-2/+5
* Linux 4.17-rc4v4.17-rc4Linus Torvalds2018-05-071-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-0610-85/+122
|\
| * KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois2018-05-051-17/+20
| * Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-05-059-68/+102
| |\
| | * arm64: vgic-v2: Fix proxying of cpuif accessJames Morse2018-05-041-5/+19
| | * KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenanceValentin Schneider2018-05-041-1/+1
| | * KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse2018-05-041-1/+1
| | * KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier2018-04-276-61/+81
* | | Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-05-065-34/+37
|\ \ \
| * | | iommu: rockchip: fix building without CONFIG_OFArnd Bergmann2018-05-031-1/+1
| * | | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel2018-05-031-1/+1
| * | | iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du2018-05-031-1/+1
| * | | iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum2018-05-031-29/+25
| * | | iommu/rockchip: Make clock handling optionalHeiko Stuebner2018-05-031-1/+8
| * | | iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
| * | | iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman2018-05-031-1/+1
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-061-1/+5
|\ \ \