[PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling

Marc Zyngier maz at kernel.org
Mon Sep 7 13:16:14 EDT 2020


On Mon, 7 Sep 2020 16:23:23 +0100, Will Deacon wrote:
> Here's version four of the KVM page-table rework I previously posted here:
> 
>   v1: https://lore.kernel.org/r/20200730153406.25136-1-will@kernel.org
>   v2: https://lore.kernel.org/r/20200818132818.16065-1-will@kernel.org
>   v3: https://lore.kernel.org/r/20200825093953.26493-1-will@kernel.org
> 
> Changes since v3 include:
> 
> [...]

I have provisionally applied this to kvmarm/next in order to give it
some exposure. Please have a look at the conflict resolution with
the latest fixes though.

[01/21] KVM: arm64: Remove kvm_mmu_free_memory_caches()
        commit: 4ae8bc9bde11b8d33cba71097d0ad078310f5696
[02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
        commit: 872b7ac07aca4d475b5580611d2a901c3cf81734
[03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
        commit: b12d0b7c5f340dcfb40e02a323e0c1304ac739c9
[04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
        commit: d0568315c2c777e38a2d6643e8ddd4f1a1135c88
[05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
        commit: b0742113046c4958d7d86ee5d5c2802aeb0b0b98
[06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
        commit: 21c40390c7f75846f086451336245c10ae8da576
[07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
        commit: 63cb38a43c88f679e58821b80c886a7bdb8e57fa
[08/21] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API
        commit: da1a8a88d33405556dfc19d90515ff548c413642
[09/21] KVM: arm64: Convert unmap_stage2_range() to generic page-table API
        commit: 7715a065a804933c050f4a2aaffd3eb1e1a8aec6
[10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
        commit: 6b7311f0e727cb8f06a62e694a0a9a11b16475f2
[11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API
        commit: 7769a437f471da1ce6482613d83e4ba2815d8a3f
[12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table
        commit: b4efa09299c0d23fde593d670e4de92ac292f72f
[13/21] KVM: arm64: Convert write-protect operation to generic page-table API
        commit: 98258e3a1f3078e8458f3216d446e8306b6d9c9a
[14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
        commit: 68e974981a7526551cd0a0c975578a5c65881017
[15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
        commit: 45fef5ebfad012b546786886dda47112960c6cdc
[16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
        commit: ecec724683c6359a66786cd4f10cb2b6b5b2eec4
[17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API
        commit: 62a763bccca7ca55666650c2340c1eeb0cabbf16
[18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table
        commit: d8267676b4bdd18fe9799f3ef4073c5719d4f596
[19/21] KVM: arm64: Remove unused page-table code
        commit: 480fc5a53118335767c56cb9836bb5fcb87e1197
[20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
        commit: 593411fee44965e24b4f9cd560b6e40498917237
[21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration
        commit: f8883302774bf876a76583ca1a85b15bf3e180f9

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.





More information about the linux-arm-kernel mailing list