-
- Downloads
Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
* 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: x86: Detect whether we should use Xen SWIOTLB. pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* functions. swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough. xen/mmu: inhibit vmap aliases rather than trying to clear them out vmap: add flag to allow lazy unmap to be disabled at runtime xen: Add xen_create_contiguous_region xen: Rename the balloon lock xen: Allow unprivileged Xen domains to create iomap pages xen: use _PAGE_IOMAP in ioremap to do machine mappings Fix up trivial conflicts (adding both xen swiotlb and xen pci platform driver setup close to each other) in drivers/xen/{Kconfig,Makefile} and include/xen/xen-ops.h
Showing
- arch/x86/include/asm/xen/page.h 2 additions, 6 deletionsarch/x86/include/asm/xen/page.h
- arch/x86/include/asm/xen/swiotlb-xen.h 14 additions, 0 deletionsarch/x86/include/asm/xen/swiotlb-xen.h
- arch/x86/kernel/pci-dma.c 5 additions, 2 deletionsarch/x86/kernel/pci-dma.c
- arch/x86/xen/Makefile 1 addition, 0 deletionsarch/x86/xen/Makefile
- arch/x86/xen/enlighten.c 4 additions, 0 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 288 additions, 5 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/pci-swiotlb-xen.c 58 additions, 0 deletionsarch/x86/xen/pci-swiotlb-xen.c
- drivers/xen/Kconfig 5 additions, 0 deletionsdrivers/xen/Kconfig
- drivers/xen/Makefile 1 addition, 0 deletionsdrivers/xen/Makefile
- drivers/xen/balloon.c 4 additions, 11 deletionsdrivers/xen/balloon.c
- drivers/xen/swiotlb-xen.c 515 additions, 0 deletionsdrivers/xen/swiotlb-xen.c
- include/linux/vmalloc.h 2 additions, 0 deletionsinclude/linux/vmalloc.h
- include/xen/interface/memory.h 50 additions, 0 deletionsinclude/xen/interface/memory.h
- include/xen/swiotlb-xen.h 65 additions, 0 deletionsinclude/xen/swiotlb-xen.h
- include/xen/xen-ops.h 6 additions, 0 deletionsinclude/xen/xen-ops.h
- mm/vmalloc.c 4 additions, 0 deletionsmm/vmalloc.c
Loading
Please register or sign in to comment