summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJordan Niethe <jniethe5@gmail.com>2023-12-01 18:56:06 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2023-12-07 23:33:07 +1100
commit7d370e1812b9a5f5cc68aaa5991bf7d31d8ff52c (patch)
treee5209e0d6ffd7095cf094da81c185ced82267368 /scripts/patch-kernel
parent98b1cc82c4affc16f5598d4fa14b1858671b2263 (diff)
downloadkernel-7d370e1812b9a5f5cc68aaa5991bf7d31d8ff52c.tar.gz
KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest
An L0 must invalidate the L2's RPT during H_GUEST_DELETE if this has not already been done. This is a slow operation that means H_GUEST_DELETE must return H_BUSY multiple times before completing. Invalidating the tables before deleting the guest so there is less work for the L0 to do. Signed-off-by: Jordan Niethe <jniethe5@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20231201132618.555031-2-vaibhav@linux.ibm.com
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
1.y&id=e11bfb99d6ece23b772b57c29fa80448639fd6e5'>drm/ttm: cleanup BO size handling v3Christian König 2020-12-10drm/amdgpu: limit the amdgpu_vm_update_ptes trace pointChristian König 2020-12-08drm/amdgpu: change trace event parameter name from 'direct' to 'immediate'Kevin Wang 2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang 2020-09-29drm/amdgpu: add new trace event for page table updateShashank Sharma 2020-07-02Revert "drm/amdgpu: support access regs outside of mmio bar"Hawking Zhang