login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
22
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
Date: Thursday, August 21, 2008 - 11:44 pm
* FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> wrote:
quoted text
> > As I wrote in another mail, GART should return zeroed memory > > (keeping the current behavior is better). Except for it, the > > patchset looks fine. > > I think that you can apply the following patch after Joerg's patchset. > > = > From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> > Subject: [PATCH] x86: remove map_simple hook in struct dma_mapping_ops > > pci-dma.c doesn't use map_simple hook any more so we can remove it > from struct dma_mapping_ops now. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
applied to tip/x86/iommu - thanks! i also grepped the full tree and this is indeed the last user of this. Nice cleanup. Ingo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 1/8] x86: add alloc_coherent dma_ops callback to GA ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 2/8] x86: add free_coherent dma_ops callback to GAR ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 3/8] x86: add free_coherent dma_ops callback to Cal ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 4/8] x86: add alloc_coherent dma_ops callback to NO ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 5/8] x86: add free_coherent dma_ops callback to NOM ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 6/8] x86: cleanup dma_*_coherent functions
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 7/8] x86: move dma_*_coherent functions to include file
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 8/8] x86, AMD IOMMU: remove obsolete FIXME comment
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Wed Aug 20, 2:46 am)
[PATCH] dma-coherent: export dma_[alloc|release]_from_cohe ...
, Ingo Molnar
, (Wed Aug 20, 3:18 am)
Re: [PATCH] dma-coherent: export dma_[alloc|release]_from_ ...
, Joerg Roedel
, (Wed Aug 20, 4:28 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Jesse Barnes
, (Wed Aug 20, 10:39 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Thu Aug 21, 5:00 am)
Re: [PATCH 1/8] x86: add alloc_coherent dma_ops callback t ...
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Jesse Barnes
, (Thu Aug 21, 8:07 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 8:12 am)
Re: [PATCH 1/8] x86: add alloc_coherent dma_ops callback t ...
, Joerg Roedel
, (Thu Aug 21, 8:17 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Joerg Roedel
, (Thu Aug 21, 8:20 am)
[PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 10:28 am)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, FUJITA Tomonori
, (Thu Aug 21, 4:19 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 11:35 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Ingo Molnar
, (Thu Aug 21, 11:36 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Ingo Molnar
, (Thu Aug 21, 11:41 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Thu Aug 21, 11:44 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 11:55 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 11:57 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 12:04 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 12:09 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Fri Aug 22, 12:29 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 1:23 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 01/75] platform: prefix MODALIAS with "platform:"
stephane eranian
Re: perf_counters issue with PERF_SAMPLE_GROUP
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Daniel Hazelton
Re: x86: 4kstacks default
linux-netdev
:
Andi Kleen
Re: RFC: Nagle latency tuning
Herbert Xu
Re: Oops in tun: bisected to Limit amount of queued packets per device
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Oliver Kullmann
Re: how to move with history?
Alex Riesen
Re: git exclude patterns for directory
Andreas Ericsson
Re: why not TortoiseGit
linux-kvm
:
Avi Kivity
Re: KVM_EXIT_HALT and KVM_CREATE_IRQCHIP
Uri Lublin
Re: [PATCH] qemu: qemu_fopen_fd: differentiate between reader and writer user
Chris Wright
[PATCH qemu-kvm] device assignment: default requires IOMMU
Xu, Dongxiao
RE: [PATCH 0/3] KVM: VMX: Support hosted VMM coexsitence.
James Thomason
Re: Guest Hang Bugs
openbsd-bugs
:
openbsd
Re: pxammc0 unhandled interrupt
Î ÏÏλη ÏÏο internet
Καλό Καλοκαίρι ...
Zak B. Elep
Re: kernel/5995
Mrs.Fiona Wagner
Inquiries
Rodolfo Gouveia
Re: can't boot latest bsd panic: _bus_dmamem_unmap
Colocation donated by:
Syndicate