summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJason Andryuk <jason.andryuk@amd.com>2025-05-06 16:44:56 -0400
committerJuergen Gross <jgross@suse.com>2025-05-07 16:15:27 +0200
commit90989869baae47ee2aa3bcb6f6eb9fbbe4287958 (patch)
treedc3cb6a02f5de3c4c6ffdf50db0987266a4c1269 /scripts/patch-kernel
parentcd9c058489053e172a6654cad82ee936d1b09fab (diff)
downloadkernel-90989869baae47ee2aa3bcb6f6eb9fbbe4287958.tar.gz
xenbus: Allow PVH dom0 a non-local xenstore
Make xenbus_init() allow a non-local xenstore for a PVH dom0 - it is currently forced to XS_LOCAL. With Hyperlaunch booting dom0 and a xenstore stubdom, dom0 can be handled as a regular XS_HVM following the late init path. Ideally we'd drop the use of xen_initial_domain() and just check for the event channel instead. However, ARM has a xen,enhanced no-xenstore mode, where the event channel and PFN would both be 0. Retain the xen_initial_domain() check, and use that for an additional check when the event channel is 0. Check the full 64bit HVM_PARAM_STORE_EVTCHN value to catch the off chance that high bits are set for the 32bit event channel. Signed-off-by: Jason Andryuk <jason.andryuk@amd.com> Change-Id: I5506da42e4c6b8e85079fefb2f193c8de17c7437 Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Juergen Gross <jgross@suse.com> Message-ID: <20250506204456.5220-1-jason.andryuk@amd.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
8:50:43 -0800'>2022-11-22mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple 2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple 2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple 2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple 2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu 2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton 2022-09-11mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple 2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple 2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple 2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle) 2022-07-17mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple 2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra 2022-07-17mm: add zone device coherent type memory supportAlex Sierra 2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand 2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand 2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle) 2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle) 2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig