Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull first batch of KVM updates from Paolo Bonzini: "The bulk of the changes here is for x86. And for once it's not for silicon that no one owns: these are really new features for everyone. Details: - ARM: several features are in progress but missed the 4.2 deadline. So here is just a smattering of bug fixes, plus enabling the VFIO integration. - s390: Some fixes/refactorings/optimizations, plus support for 2GB pages. - x86: * host and guest support for marking kvmclock as a stable scheduler clock. * support for write combining. * support for system management mode, needed for secure boot in guests. * a bunch of cleanups required for the above * support for virtualized performance counters on AMD * legacy PCI device assignment is deprecated and defaults to "n" in Kconfig; VFIO replaces it On top of this there are also bug fixes and eager FPU context loading for FPU-heavy guests. - Common code: Support for multiple address spaces; for now it is used only for x86 SMM but the s390 folks also have plans" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (124 commits) KVM: s390: clear floating interrupt bitmap and parameters KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs KVM: x86/vPMU: Implement AMD vPMU code for KVM KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc KVM: x86/vPMU: reorder PMU functions KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU KVM: x86/vPMU: introduce pmu.h header KVM: x86/vPMU: rename a few PMU functions KVM: MTRR: do not map huge page for non-consistent range KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type KVM: MTRR: introduce mtrr_for_each_mem_type KVM: MTRR: introduce fixed_mtrr_addr_* functions KVM: MTRR: sort variable MTRRs KVM: MTRR: introduce var_mtrr_range KVM: MTRR: introduce fixed_mtrr_segment table KVM: MTRR: improve kvm_mtrr_get_guest_memory_type KVM: MTRR: do not split 64 bits MSR content KVM: MTRR: clean up mtrr default type ...
No related branches found
No related tags found
Showing
- Documentation/virtual/kvm/api.txt 55 additions, 14 deletionsDocumentation/virtual/kvm/api.txt
- Documentation/virtual/kvm/mmu.txt 6 additions, 0 deletionsDocumentation/virtual/kvm/mmu.txt
- arch/arm/kvm/Kconfig 1 addition, 0 deletionsarch/arm/kvm/Kconfig
- arch/arm/kvm/Makefile 1 addition, 1 deletionarch/arm/kvm/Makefile
- arch/arm/kvm/arm.c 18 additions, 6 deletionsarch/arm/kvm/arm.c
- arch/arm/kvm/interrupts.S 4 additions, 6 deletionsarch/arm/kvm/interrupts.S
- arch/arm/kvm/interrupts_head.S 18 additions, 5 deletionsarch/arm/kvm/interrupts_head.S
- arch/arm/kvm/mmu.c 8 additions, 6 deletionsarch/arm/kvm/mmu.c
- arch/arm/kvm/psci.c 3 additions, 13 deletionsarch/arm/kvm/psci.c
- arch/arm64/kvm/Kconfig 1 addition, 0 deletionsarch/arm64/kvm/Kconfig
- arch/arm64/kvm/Makefile 1 addition, 1 deletionarch/arm64/kvm/Makefile
- arch/arm64/kvm/hyp.S 4 additions, 4 deletionsarch/arm64/kvm/hyp.S
- arch/arm64/kvm/vgic-v2-switch.S 0 additions, 3 deletionsarch/arm64/kvm/vgic-v2-switch.S
- arch/arm64/kvm/vgic-v3-switch.S 0 additions, 2 deletionsarch/arm64/kvm/vgic-v3-switch.S
- arch/mips/include/asm/kvm_host.h 1 addition, 1 deletionarch/mips/include/asm/kvm_host.h
- arch/mips/kvm/mips.c 8 additions, 5 deletionsarch/mips/kvm/mips.c
- arch/powerpc/include/asm/kvm_book3s_64.h 1 addition, 1 deletionarch/powerpc/include/asm/kvm_book3s_64.h
- arch/powerpc/include/asm/kvm_host.h 1 addition, 1 deletionarch/powerpc/include/asm/kvm_host.h
- arch/powerpc/include/asm/kvm_ppc.h 8 additions, 6 deletionsarch/powerpc/include/asm/kvm_ppc.h
- arch/powerpc/kvm/book3s.c 5 additions, 4 deletionsarch/powerpc/kvm/book3s.c
Please register or sign in to comment