login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
12
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4MB of memory
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Eric Dumazet <dada1@...>
To: Andi Kleen <andi@...>
Cc: <andreas.herrmann3@...>, <tglx@...>, <mingo@...>, <linux-kernel@...>
Subject:
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4MB of memory
Date: Wednesday, March 12, 2008 - 1:38 am
Andi Kleen a écrit :
quoted text
> Intel recommends to not use large pages for the first 1MB > of the physical memory because there are fixed size MTRRs there > which cause splitups in the TLBs. > > On AMD doing so is also a good idea. > > The implementation is a little different between 32bit and 64bit. > On 32bit I just taught the initial page table set up about this > because it was very simple to do. This also has the advantage > that the risk of a prefetch ever seeing the page even > if it only exists for a short time is minimized. > > On 64bit that is not quite possible, so use set_memory_4k() a little > later (in check_bugs) instead. > > Signed-off-by: Andi Kleen <ak@suse.de> > > --- > arch/x86/kernel/bugs_64.c | 12 ++++++++++++ > arch/x86/mm/init_32.c | 6 +++++- > 2 files changed, 17 insertions(+), 1 deletion(-) >
Should we then change CONFIG_PHYSICAL_START from 0x100000 to 0x400000 ? Thank you --
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] [1/7] Implement true end_pfn_mapped for 32bit
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
[PATCH] [7/7] CPA: Add statistics about state of direct mapp...
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [7/7] CPA: Add statistics about state of direct ...
, Thomas Gleixner
, (Fri Mar 21, 1:41 pm)
Re: [PATCH] [7/7] CPA: Add statistics about state of direct ...
, Andi Kleen
, (Fri Mar 21, 1:55 pm)
[PATCH] CPA: Add statistics about state of direct mapping v3
, Andi Kleen
, (Sat Mar 22, 5:50 am)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Thomas Gleixner
, (Tue Mar 25, 11:40 am)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Andi Kleen
, (Tue Mar 25, 12:14 pm)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Thomas Gleixner
, (Tue Mar 25, 12:16 pm)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Andi Kleen
, (Tue Mar 25, 1:01 pm)
[PATCH] [6/7] Split large page mapping for AMD TSEG
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Thomas Gleixner
, (Tue Mar 25, 12:44 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Andi Kleen
, (Tue Mar 25, 12:54 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Thomas Gleixner
, (Fri Mar 21, 1:55 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Joerg Roedel
, (Tue Mar 25, 7:56 am)
[PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 1:06 pm)
[PATCH] Readd rdmsrl_safe v2
, Andi Kleen
, (Sat Mar 22, 5:59 am)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 1:16 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 1:58 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 2:06 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 2:14 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 2:46 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe II
, Andi Kleen
, (Fri Mar 21, 2:48 pm)
[PATCH] [4/7] Don't use large pages to map the first 2/4MB o...
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Thomas Gleixner
, (Fri Mar 21, 1:45 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Fri Mar 21, 1:59 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Thomas Gleixner
, (Fri Mar 21, 2:03 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Fri Mar 21, 2:44 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Eric Dumazet
, (Wed Mar 12, 1:38 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Wed Mar 12, 5:19 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Joerg Roedel
, (Tue Mar 25, 7:31 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Tue Mar 25, 7:39 am)
[PATCH] [3/7] Add set_memory_4k to pageattr.c
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
[PATCH] [2/7] Account overlapped mappings in end_pfn_map
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
debian developer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 002/196] Chinese: rephrase English introduction in HOWTO
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
Vladislav Bolkhovitin
Re: Integration of SCST in the mainstream Linux kernel
git
:
linux-netdev
:
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Antonio Almeida
HTB accuracy for high speed
David Miller
[GIT]: Networking
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
602 guests
online.
Online users
iamhealthy101
Syndicate