login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
March
»
13
Re: [QUICKLIST 0/4] Arch independent quicklists V2
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [QUICKLIST 0/4] Arch independent quicklists V2
Date: Tuesday, March 13, 2007 - 5:27 am
> On Tue, 13 Mar 2007 04:17:26 -0700 (PDT) Christoph Lameter <clameter@sgi.com> wrote:
quoted text
> On Tue, 13 Mar 2007, Andrew Morton wrote: > > > > On Tue, 13 Mar 2007 00:13:25 -0700 (PDT) Christoph Lameter <clameter@sgi.com> wrote: > > > Page table pages have the characteristics that they are typically zero > > > or in a known state when they are freed. > > > > Well if they're zero then perhaps they should be released to the page > > allocator to satisfy the next __GFP_ZERO request. If that request is > > for a pagetable page, we break even (except we get to remove > > special-case code). If that __GFP_ZERO allocation was or some > > application other than for a pagetable, we win. > > Nope that wont work. > > 1. We need to support other states of pages other than zeroed.
What does this mean?
quoted text
> 2. Prezeroing does not make much sense if a large portion of the > page is being used. Performance is better if the whole page > is zeroed directly before use.Prezeroing only makes sense for sparse > allocations like the page table pages.
This is not related to the above discussion.
quoted text
> > (Will require some work in the page allocator) > > (That work will open the path to using the idle thread to prezero pages) > > I already tried that 3 years ago and there was *no* benefit for usual > users of the a page allocator. The advantage exists only if a small > portion of the page is used. F.e. For one cacheline there was a 4x > improvement. See lkml archives for prezeroing.
Unsurprised. Were non-temporal stores tried? -
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:
[QUICKLIST 0/4] Arch independent quicklists V2
, Christoph Lameter
, (Tue Mar 13, 12:13 am)
[QUICKLIST 1/4] Generic quicklist implementation
, Christoph Lameter
, (Tue Mar 13, 12:13 am)
[QUICKLIST 2/4] Quicklist support for i386
, Christoph Lameter
, (Tue Mar 13, 12:13 am)
[QUICKLIST 3/4] Quicklist support for x86_64
, Christoph Lameter
, (Tue Mar 13, 12:13 am)
[QUICKLIST 4/4] Quicklist support for sparc64
, Christoph Lameter
, (Tue Mar 13, 12:13 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Nick Piggin
, (Tue Mar 13, 1:03 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 1:53 am)
Re: [QUICKLIST 1/4] Generic quicklist implementation
, Paul Mundt
, (Tue Mar 13, 2:05 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Nick Piggin
, (Tue Mar 13, 4:06 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Christoph Lameter
, (Tue Mar 13, 4:17 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Christoph Lameter
, (Tue Mar 13, 4:20 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Nick Piggin
, (Tue Mar 13, 4:30 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 4:52 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Nick Piggin
, (Tue Mar 13, 5:01 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 5:15 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Nick Piggin
, (Tue Mar 13, 5:18 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 5:27 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 5:30 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 5:47 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Andrew Morton
, (Tue Mar 13, 6:11 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Jeremy Fitzhardinge
, (Tue Mar 13, 10:30 am)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Matt Mackall
, (Tue Mar 13, 1:03 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Jeremy Fitzhardinge
, (Tue Mar 13, 1:17 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Matt Mackall
, (Tue Mar 13, 1:21 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, David Miller
, (Tue Mar 13, 2:07 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Matt Mackall
, (Tue Mar 13, 2:14 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Jeremy Fitzhardinge
, (Tue Mar 13, 2:36 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Peter Chubb
, (Tue Mar 13, 2:46 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, David Miller
, (Tue Mar 13, 2:48 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Paul Mackerras
, (Tue Mar 13, 4:58 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, William Lee Irwin III
, (Tue Mar 13, 6:12 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Christoph Lameter
, (Thu Mar 15, 1:23 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, Christoph Lameter
, (Thu Mar 15, 1:28 pm)
Re: [QUICKLIST 1/4] Generic quicklist implementation
, Christoph Lameter
, (Thu Mar 15, 1:51 pm)
Re: [QUICKLIST 0/4] Arch independent quicklists V2
, William Lee Irwin III
, (Thu Mar 15, 4:12 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Stephen Smalley
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
Borislav Petkov
drm_vm.c:drm_mmap: possible circular locking dependency detected (was: Re: Linux 2...
git
:
Mike Miller
git message
Wincent Colaiuta
Re: [RFC PATCH] Make the rebase edit mode really end up in an edit state
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Kevin Ballard
Re: git check-attr -z and quoting
Marcel Holtmann
Re: Remove unneeded packs
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Sebastian Andrzej Siewior
[PATCH v2] net/core: use ntohs for skb->protocol
Badalian Vyacheslav
Re: tc filter flow hash question
Parav Pandit
ip6 route output() and ip_route_output_key() by drivers
Jarek Poplawski
Re: tc filter flow hash question
git-commits-head
:
Linux Kernel Mailing List
mm: fix build on non-mmu machines
Linux Kernel Mailing List
ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T
Linux Kernel Mailing List
i915: Don't whine when pci_enable_msi() fails.
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
Staging: rt2870: Removal of kernel_thread() API
openbsd-misc
:
Tony Abernethy
Re: The Atheros story in much fewer words
"RALOVICH, Kristóf"
Re: thinkpad windows refund
Kevin
Re: uvm_mapent_alloc: out of static map entries on 4.3 i386
ropers
Re: Real men don't attack straw men
Nick Holland
Re: Install OpenBSD from USB ?
Colocation donated by:
Syndicate