Skip to content
  1. Mar 30, 2022
  2. Mar 21, 2022
  3. Mar 19, 2022
    • Paolo Bonzini's avatar
      Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD · 714797c9
      Paolo Bonzini authored
      KVM/arm64 updates for 5.18
      
      - Proper emulation of the OSLock feature of the debug architecture
      
      - Scalibility improvements for the MMU lock when dirty logging is on
      
      - New VMID allocator, which will eventually help with SVA in VMs
      
      - Better support for PMUs in heterogenous systems
      
      - PSCI 1.1 support, enabling support for SYSTEM_RESET2
      
      - Implement CONFIG_DEBUG_LIST at EL2
      
      - Make CONFIG_ARM64_ERRATUM_2077057 default y
      
      - Reduce the overhead of VM exit when no interrupt is pending
      
      - Remove traces of 32bit ARM host support from the documentation
      
      - Updated vgic selftests
      
      - Various cleanups, doc updates and spelling fixes
      714797c9
  4. Mar 18, 2022
  5. Mar 16, 2022
  6. Mar 14, 2022
  7. Mar 11, 2022
  8. Mar 10, 2022
  9. Mar 09, 2022
    • Marc Zyngier's avatar
      Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next · 7297a8bc
      Marc Zyngier authored
      
      
      * kvm-arm64/misc-5.18:
        : .
        : Misc fixes for KVM/arm64 5.18:
        :
        : - Drop unused kvm parameter to kvm_psci_version()
        :
        : - Implement CONFIG_DEBUG_LIST at EL2
        :
        : - Make CONFIG_ARM64_ERRATUM_2077057 default y
        :
        : - Only do the interrupt dance if we have exited because of an interrupt
        :
        : - Remove traces of 32bit ARM host support from the documentation
        : .
        Documentation: KVM: Update documentation to indicate KVM is arm64-only
        KVM: arm64: Only open the interrupt window on exit due to an interrupt
        KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
      
      Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
      7297a8bc