-
- Downloads
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from David Vrabel: - Improve balloon driver memory hotplug placement. - Use unpopulated hotplugged memory for foreign pages (if supported/enabled). - Support 64 KiB guest pages on arm64. - CPU hotplug support on arm/arm64. * tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: (44 commits) xen: fix the check of e_pfn in xen_find_pfn_range x86/xen: add reschedule point when mapping foreign GFNs xen/arm: don't try to re-register vcpu_info on cpu_hotplug. xen, cpu_hotplug: call device_offline instead of cpu_down xen/arm: Enable cpu_hotplug.c xenbus: Support multiple grants ring with 64KB xen/grant-table: Add an helper to iterate over a specific number of grants xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* xen/arm: correct comment in enlighten.c xen/gntdev: use types from linux/types.h in userspace headers xen/gntalloc: use types from linux/types.h in userspace headers xen/balloon: Use the correct sizeof when declaring frame_list xen/swiotlb: Add support for 64KB page granularity xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb arm/xen: Add support for 64KB page granularity xen/privcmd: Add support for Linux 64KB page granularity net/xen-netback: Make it running on 64KB page granularity net/xen-netfront: Make it running on 64KB page granularity block/xen-blkback: Make it running on 64KB page granularity block/xen-blkfront: Make it running on 64KB page granularity ...
Showing
- arch/arm/include/asm/xen/hypervisor.h 10 additions, 0 deletionsarch/arm/include/asm/xen/hypervisor.h
- arch/arm/include/asm/xen/page-coherent.h 17 additions, 9 deletionsarch/arm/include/asm/xen/page-coherent.h
- arch/arm/include/asm/xen/page.h 15 additions, 7 deletionsarch/arm/include/asm/xen/page.h
- arch/arm/xen/enlighten.c 16 additions, 4 deletionsarch/arm/xen/enlighten.c
- arch/arm/xen/mm.c 29 additions, 10 deletionsarch/arm/xen/mm.c
- arch/arm/xen/p2m.c 3 additions, 3 deletionsarch/arm/xen/p2m.c
- arch/x86/include/asm/xen/hypervisor.h 5 additions, 0 deletionsarch/x86/include/asm/xen/hypervisor.h
- arch/x86/include/asm/xen/page.h 5 additions, 3 deletionsarch/x86/include/asm/xen/page.h
- arch/x86/xen/enlighten.c 15 additions, 0 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/grant-table.c 1 addition, 1 deletionarch/x86/xen/grant-table.c
- arch/x86/xen/mmu.c 1 addition, 0 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/p2m.c 13 additions, 6 deletionsarch/x86/xen/p2m.c
- arch/x86/xen/setup.c 6 additions, 3 deletionsarch/x86/xen/setup.c
- drivers/block/xen-blkback/blkback.c 7 additions, 6 deletionsdrivers/block/xen-blkback/blkback.c
- drivers/block/xen-blkback/common.h 13 additions, 4 deletionsdrivers/block/xen-blkback/common.h
- drivers/block/xen-blkback/xenbus.c 7 additions, 4 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/block/xen-blkfront.c 360 additions, 200 deletionsdrivers/block/xen-blkfront.c
- drivers/net/xen-netback/common.h 11 additions, 5 deletionsdrivers/net/xen-netback/common.h
- drivers/net/xen-netback/netback.c 105 additions, 62 deletionsdrivers/net/xen-netback/netback.c
- drivers/net/xen-netfront.c 86 additions, 36 deletionsdrivers/net/xen-netfront.c
Loading
Please register or sign in to comment