Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull more xen updates from Juergen Gross: - a patch to fix a build warning - a cleanup of no longer needed code in the Xen event handling - a small series for the Xen grant driver avoiding high order allocations and replacing an insane global limit by a per-call one - a small series fixing Xen frontend/backend module referencing * tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen-blkback: allow module to be cleanly unloaded xen/xenbus: reference count registered modules xen/gntdev: switch from kcalloc() to kvcalloc() xen/gntdev: replace global limit of mapped pages by limit per call xen/gntdev: remove redundant non-zero check on ret xen/events: remove event handling recursion detection
Showing
- drivers/block/xen-blkback/blkback.c 8 additions, 0 deletionsdrivers/block/xen-blkback/blkback.c
- drivers/block/xen-blkback/common.h 3 additions, 0 deletionsdrivers/block/xen-blkback/common.h
- drivers/block/xen-blkback/xenbus.c 11 additions, 0 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/xen/events/events_base.c 3 additions, 13 deletionsdrivers/xen/events/events_base.c
- drivers/xen/gntdev-common.h 1 addition, 1 deletiondrivers/xen/gntdev-common.h
- drivers/xen/gntdev-dmabuf.c 3 additions, 8 deletionsdrivers/xen/gntdev-dmabuf.c
- drivers/xen/gntdev.c 25 additions, 39 deletionsdrivers/xen/gntdev.c
- drivers/xen/xenbus/xenbus_probe.c 12 additions, 1 deletiondrivers/xen/xenbus/xenbus_probe.c
Loading
Please register or sign in to comment