[PATCH 0/8] x86/mm: address aspects noticed during XSA-410 work

Jan Beulich posted 8 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
[PATCH 0/8] x86/mm: address aspects noticed during XSA-410 work
Posted by Jan Beulich 1 year, 4 months ago
Various tidying changes accumulated during that effort. They're all
functionally independent afaict, but there may be contextual
interactions between some of them.

1: paging: fold HAP and shadow memory alloc related fields
2: paging: fold most HAP and shadow final teardown
3: paging: move update_paging_modes() hook
4: paging: move and conditionalize flush_tlb() hook
5: PV: drop dead paging_update_paging_modes() call during Dom0 construction
6: shadow: adjust and move sh_type_to_size[]
7: shadow: don't open-code copy_domain_page()
8: shadow: drop zero initialization from shadow_domain_init()

Jan