login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
8
Re: [PATCH] [6/13] Core maskable allocator
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: KAMEZAWA Hiroyuki
Subject:
Re: [PATCH] [6/13] Core maskable allocator
Date: Friday, March 7, 2008 - 10:03 pm
On Fri, 7 Mar 2008 10:07:16 +0100 (CET) Andi Kleen <andi@firstfloor.org> wrote:
quoted text
> +static int __init setup_maskzone(char *s) > +{ > + do { > + if (isdigit(*s)) { > + mask_zone_size = memparse(s, &s); > + } else if (!strncmp(s, "force", 5)) { > + force_mask = 1; > + s += 5; > + } else > + return -EINVAL; > + if (*s == ',') > + ++s; > + } while (*s); > + return 0; > +} > +early_param("maskzone", setup_maskzone);
please confirm mask_zone_size is aligned to MAX_ORDER. Thanks, -Kame --
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
:
Trent Waddington
Re: Gaming Interface
Takashi Iwai
Re: [PATCH] usb: usbmixer error path fix
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
Jeremy Fitzhardinge
Re: [patch 1/6] Re-enable VDSO by default with PARAVIRT
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Christian Stimming
git-gui: Fix broken revert confirmation.
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
bnx2x: Fan failure mechanism on additional design
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Patrick McHardy
Re: [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition
openbsd-misc
:
James Hozier
Re: DVD burn error: No space left on device
Christophe Rioux
Implementation example of snmp
Ryan McBride
Re: Packets Per Second Limit?
Nick Holland
Re: booting openbsd on eee without cd-rom
Very Fashion.com
Very-fashion.com -Novo! Brendirana garderoba po najpovoljnijim cenama.Bisou Bisou ...
Colocation donated by:
Syndicate