Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from Juergen Gross: - A bunch of minor cleanups - A fix for kexec in Xen dom0 when executed on a high cpu number - A fix for resuming after suspend of a Xen guest with assigned PCI devices - A fix for a crash due to not disabled preemption when resuming as Xen dom0 * tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen: fix is_xen_pmu() xen: don't hang when resuming PCI device arch:x86:xen: Remove unnecessary assignment in xen_apic_read() xen/grant-table: remove readonly parameter from functions xen/grant-table: remove gnttab_*transfer*() functions drivers/xen: use helper macro __ATTR_RW x86/xen: Fix kerneldoc warning xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 xen: use time_is_before_eq_jiffies() instead of open coding it
Showing
- arch/x86/xen/apic.c 1 addition, 1 deletionarch/x86/xen/apic.c
- arch/x86/xen/pmu.c 4 additions, 6 deletionsarch/x86/xen/pmu.c
- arch/x86/xen/pmu.h 2 additions, 1 deletionarch/x86/xen/pmu.h
- arch/x86/xen/setup.c 1 addition, 1 deletionarch/x86/xen/setup.c
- arch/x86/xen/smp_hvm.c 6 additions, 0 deletionsarch/x86/xen/smp_hvm.c
- arch/x86/xen/smp_pv.c 1 addition, 1 deletionarch/x86/xen/smp_pv.c
- arch/x86/xen/time.c 23 additions, 1 deletionarch/x86/xen/time.c
- drivers/block/xen-blkfront.c 4 additions, 4 deletionsdrivers/block/xen-blkfront.c
- drivers/char/tpm/xen-tpmfront.c 1 addition, 1 deletiondrivers/char/tpm/xen-tpmfront.c
- drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 1 addition, 1 deletiondrivers/gpu/drm/xen/xen_drm_front_evtchnl.c
- drivers/input/misc/xen-kbdfront.c 2 additions, 2 deletionsdrivers/input/misc/xen-kbdfront.c
- drivers/net/xen-netfront.c 6 additions, 7 deletionsdrivers/net/xen-netfront.c
- drivers/pci/xen-pcifront.c 1 addition, 1 deletiondrivers/pci/xen-pcifront.c
- drivers/scsi/xen-scsifront.c 2 additions, 2 deletionsdrivers/scsi/xen-scsifront.c
- drivers/usb/host/xen-hcd.c 2 additions, 2 deletionsdrivers/usb/host/xen-hcd.c
- drivers/xen/balloon.c 2 additions, 1 deletiondrivers/xen/balloon.c
- drivers/xen/gntalloc.c 1 addition, 1 deletiondrivers/xen/gntalloc.c
- drivers/xen/gntdev-dmabuf.c 1 addition, 1 deletiondrivers/xen/gntdev-dmabuf.c
- drivers/xen/grant-table.c 18 additions, 133 deletionsdrivers/xen/grant-table.c
- drivers/xen/manage.c 2 additions, 2 deletionsdrivers/xen/manage.c
Please register or sign in to comment