original_kernel/arch/x86/xen
Linus Torvalds 9351f138d1 xen: branch for v6.10-rc1
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQRTLbB6QfY48x44uB6AXGG7T9hjvgUCZlCW5wAKCRCAXGG7T9hj
 vmgfAPwMj6Pf6faPJ8Db4cUkeJqxT60RCjOoCLoiJ5MYtrxIBgEAqFv3JOHaoDCH
 nogrS10fldxUTtxtx8DciFtzZ59jJws=
 =LXuw
 -----END PGP SIGNATURE-----

Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen updates from Juergen Gross:

 - a small cleanup in the drivers/xen/xenbus Makefile

 - a fix of the Xen xenstore driver to improve connecting to a late
   started Xenstore

 - an enhancement for better support of ballooning in PVH guests

 - a cleanup using try_cmpxchg() instead of open coding it

* tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  drivers/xen: Improve the late XenStore init protocol
  xen/xenbus: Use *-y instead of *-objs in Makefile
  xen/x86: add extra pages to unpopulated-alloc if available
  locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()
2024-05-24 10:24:49 -07:00
..
Kconfig
Makefile
apic.c
debugfs.c
debugfs.h
efi.c
enlighten.c xen: branch for v6.10-rc1 2024-05-24 10:24:49 -07:00
enlighten_hvm.c
enlighten_pv.c x86/xen: return a sane initial apic id when running as PV guest 2024-05-02 19:18:44 +02:00
enlighten_pvh.c
grant-table.c
irq.c
mmu.c
mmu.h
mmu_hvm.c
mmu_pv.c
multicalls.c
multicalls.h
p2m.c locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry() 2024-05-17 12:14:13 +02:00
platform-pci-unplug.c
pmu.c
pmu.h
setup.c
smp.c
smp.h
smp_hvm.c
smp_pv.c x86/xen/smp_pv: Register the boot CPU APIC properly 2024-05-02 18:01:43 +02:00
spinlock.c
suspend.c
suspend_hvm.c
suspend_pv.c
time.c
trace.c
vga.c
xen-asm.S
xen-head.S x86/boot: Simplify boot stack setup 2024-03-21 20:17:54 +01:00
xen-ops.h