]> Gentwo Git Trees - linux/.git/commit
Merge branch 'kvm-arm64/misc' into kvmarm/next
authorOliver Upton <oupton@kernel.org>
Mon, 1 Dec 2025 08:47:12 +0000 (00:47 -0800)
committerOliver Upton <oupton@kernel.org>
Mon, 1 Dec 2025 08:47:12 +0000 (00:47 -0800)
commit404c2027d52809494f43fe5fe9b1af54778ecc44
tree32ad6e7646f7ab3103d5892fe3abaf770e421ef5
parentdcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
parent4ddfab5436b6918ce4e28f610e670e040a304152
Merge branch 'kvm-arm64/misc' into kvmarm/next

* kvm-arm64/misc:
  : Miscellaneous fixes/cleanups for KVM/arm64
  :
  :  - Fix for need_resched warnings on non-preemptible kernels when
  :    tearing down a VM's stage-2
  :
  :  - Improvements to KVM struct allocation, getting rid of pointless
  :    __GFP_HIGHMEM and switching to kvzalloc()
  :
  :  - SYNC ITS configuration before injecting LPIs in vgic_lpi_stress
  :    selftest
  KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
  KVM: arm64: Split kvm_pgtable_stage2_destroy()
  KVM: arm64: Only drop references on empty tables in stage2_free_walker
  KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stress
  KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU number
  KVM: arm64: Use kvzalloc() for kvm struct allocation
  KVM: arm64: Drop useless __GFP_HIGHMEM from kvm struct allocation

Signed-off-by: Oliver Upton <oupton@kernel.org>