|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [GIT PULL] Xen dom0 swiotlb updates
Hi all,
Here's the Xen swiotlb changes with ack tags added, minor cleanups, etc.
This is logically a continuation of the tip/x86/xen/dom0/pci branch.
Thanks,
J
The following changes since commit e03834d7bc255b4fc35d894141a747a32a6b9cfd:
Jeremy Fitzhardinge (1):
xen: define BIOVEC_PHYS_MERGEABLE()
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
for-ingo/xen/dom0/swiotlb
Ian Campbell (4):
xen swiotlb: fixup swiotlb is chunks smaller than MAX_CONTIG_ORDER
xen: add hooks for mapping phys<->bus addresses in swiotlb
xen/swiotlb: add hook for swiotlb_arch_range_needs_mapping
xen: enable swiotlb for xen domain 0.
Jeremy Fitzhardinge (6):
xen: make sure swiotlb allocation is physically contigious
swiotlb: use swiotlb_alloc_boot to allocate emergency pool
xen/swiotlb: improve comment on gfp flags in xen_alloc_coherent()
xen/swiotlb: add sync functions
xen/swiotlb: make sure prototypes are in scope for swiotlb functions
xen/swiotlb: define xen_wants_swiotlb when PCI_XEN is not enabled
arch/x86/kernel/pci-swiotlb.c | 30 +++---------------
arch/x86/xen/Kconfig | 1 +
arch/x86/xen/Makefile | 1 +
arch/x86/xen/pci-swiotlb.c | 53 +++++++++++++++++++++++++++++++
drivers/pci/xen-iommu.c | 69 ++++++++++++++++++++++++++++++++++++++--
include/xen/swiotlb.h | 18 +++++++++++
lib/swiotlb.c | 3 +-
7 files changed, 145 insertions(+), 30 deletions(-)
create mode 100644 arch/x86/xen/pci-swiotlb.c
create mode 100644 include/xen/swiotlb.h
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [GIT PULL] Xen dom0 swiotlb updates,
Jeremy Fitzhardinge <=
- [Xen-devel] [PATCH 07/10] xen/swiotlb: improve comment on gfp flags in xen_alloc_coherent(), Jeremy Fitzhardinge
- [Xen-devel] [PATCH 08/10] xen/swiotlb: add sync functions, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 01/10] xen: make sure swiotlb allocation is physically contigious, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 02/10] xen swiotlb: fixup swiotlb is chunks smaller than MAX_CONTIG_ORDER, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 03/10] xen: add hooks for mapping phys<->bus addresses in swiotlb, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 04/10] xen/swiotlb: add hook for swiotlb_arch_range_needs_mapping, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 06/10] swiotlb: use swiotlb_alloc_boot to allocate emergency pool, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 10/10] xen/swiotlb: define xen_wants_swiotlb when PCI_XEN is not enabled, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 09/10] xen/swiotlb: make sure prototypes are in scope for swiotlb functions, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 05/10] xen: enable swiotlb for xen domain 0., Jeremy Fitzhardinge
|
|
|
|
|