login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
7
Re: [PATCH] [0/13] General DMA zone rework
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rene Herman
Subject:
Re: [PATCH] [0/13] General DMA zone rework
Date: Friday, March 7, 2008 - 8:22 am
On 07-03-08 16:18, Rene Herman wrote:
quoted text
> On 07-03-08 10:07, Andi Kleen wrote: > >> it to any size needed (upto 2GB currently). The default sizing >> heuristics are for now the same as in the old code: by default >> all free memory below 16MB is put into the pool (in practice that >> is only ~8MB or so usable because the kernel is loaded there too) > > Just a side-comment -- not necessarily, given CONFIG_PHYSICAL_START.
By the way, 1/13 didn't make it to LKML. Rene. --
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/13] General DMA zone rework
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [2/13] Make get_order(0) return 0
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [3/13] Make kvm bad_page symbol static
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [4/13] Prepare page_alloc for the maskable allocator
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [5/13] Add mask allocator statistics to vmstat.[ch]
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [7/13] Implement compat hooks for GFP_DMA
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [8/13] Enable the mask allocator for x86
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [9/13] Remove set_dma_reserve
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [10/13] Switch the 32bit dma_alloc_coherent functi ...
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [11/13] Switch x86-64 dma_alloc_coherent over to t ...
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [12/13] Add vmstat statistics for new swiotlb code
, Andi Kleen
, (Fri Mar 7, 2:07 am)
[PATCH] [13/13] Convert x86-64 swiotlb to use the mask all ...
, Andi Kleen
, (Fri Mar 7, 2:07 am)
Re: [PATCH] [6/13] Core maskable allocator
, Johannes Weiner
, (Fri Mar 7, 3:53 am)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Fri Mar 7, 4:14 am)
Re: [PATCH] [0/13] General DMA zone rework
, Rene Herman
, (Fri Mar 7, 8:18 am)
Re: [PATCH] [0/13] General DMA zone rework
, Rene Herman
, (Fri Mar 7, 8:22 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Fri Mar 7, 8:31 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Fri Mar 7, 8:34 am)
Re: [PATCH] [6/13] Core maskable allocator
, Randy Dunlap
, (Fri Mar 7, 10:05 am)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Fri Mar 7, 10:31 am)
Re: [PATCH] [6/13] Core maskable allocator
, Randy Dunlap
, (Fri Mar 7, 10:33 am)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Fri Mar 7, 10:43 am)
Re: [PATCH] [6/13] Core maskable allocator
, Randy Dunlap
, (Fri Mar 7, 10:51 am)
Re: [PATCH] [4/13] Prepare page_alloc for the maskable all ...
, Sam Ravnborg
, (Fri Mar 7, 11:19 am)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Sam Ravnborg
, (Fri Mar 7, 11:32 am)
Re: [PATCH] [4/13] Prepare page_alloc for the maskable all ...
, Cyrill Gorcunov
, (Fri Mar 7, 11:36 am)
Re: [PATCH] [4/13] Prepare page_alloc for the maskable all ...
, Andi Kleen
, (Fri Mar 7, 12:02 pm)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Andi Kleen
, (Fri Mar 7, 12:03 pm)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Sam Ravnborg
, (Fri Mar 7, 12:09 pm)
Re: [PATCH] [0/13] General DMA zone rework
, Luiz Fernando N. Cap ...
, (Fri Mar 7, 1:51 pm)
Re: [PATCH] [6/13] Core maskable allocator
, Cyrill Gorcunov
, (Fri Mar 7, 2:13 pm)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Fri Mar 7, 4:28 pm)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Fri Mar 7, 5:46 pm)
Re: [PATCH] [5/13] Add mask allocator statistics to vmstat ...
, Christoph Lameter
, (Fri Mar 7, 7:24 pm)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Christoph Lameter
, (Fri Mar 7, 7:37 pm)
Re: [PATCH] [12/13] Add vmstat statistics for new swiotlb code
, Christoph Lameter
, (Fri Mar 7, 7:38 pm)
Re: [PATCH] [0/13] General DMA zone rework
, Christoph Lameter
, (Fri Mar 7, 7:42 pm)
Re: [PATCH] [6/13] Core maskable allocator
, KAMEZAWA Hiroyuki
, (Fri Mar 7, 10:03 pm)
Re: [PATCH] [6/13] Core maskable allocator
, KAMEZAWA Hiroyuki
, (Fri Mar 7, 10:41 pm)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Yinghai Lu
, (Fri Mar 7, 11:35 pm)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Christoph Lameter
, (Sat Mar 8, 12:31 am)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Sat Mar 8, 4:41 am)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Andi Kleen
, (Sat Mar 8, 4:54 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Sat Mar 8, 4:57 am)
Re: [PATCH] [8/13] Enable the mask allocator for x86
, Christoph Lameter
, (Mon Mar 10, 10:13 am)
Re: [PATCH] [0/13] General DMA zone rework
, Christoph Lameter
, (Mon Mar 10, 10:14 am)
Re: [PATCH] [0/13] General DMA zone rework
, Luiz Fernando N. Cap ...
, (Mon Mar 10, 11:03 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Mon Mar 10, 11:08 am)
Re: [PATCH] [6/13] Core maskable allocator
, Jonathan Corbet
, (Tue Mar 11, 8:34 am)
Re: [PATCH] [6/13] Core maskable allocator
, Andi Kleen
, (Tue Mar 11, 8:54 am)
Re: [PATCH] [0/13] General DMA zone rework
, Luiz Fernando N. Cap ...
, (Tue Mar 11, 10:26 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Tue Mar 11, 10:35 am)
Re: [PATCH] [0/13] General DMA zone rework
, Luiz Fernando N. Cap ...
, (Tue Mar 11, 11:00 am)
Re: [PATCH] [0/13] General DMA zone rework
, Andi Kleen
, (Tue Mar 11, 11:49 am)
Re: [PATCH] [0/13] General DMA zone rework
, Luiz Fernando N. Cap ...
, (Tue Mar 11, 12:36 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Dave Jones
Re: OT: character encodings (was: Linux 2.6.20-rc4)
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
Michael S. Tsirkin
git-kill: rewrite history removing a commit
linux-netdev
:
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Guo-Fu Tseng
Re: jme: UDP checksum error, and lots of them
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
git-commits-head
:
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
KVM: VMX: Clear CR4.VMXE in hardware_disable
Linux Kernel Mailing List
USB: set correct configuration in probe of ti_usb_3410_5052
Colocation donated by:
Syndicate