login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
25
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Jeremy Fitzhardinge <jeremy@...>
To: Ingo Molnar <mingo@...>
Cc: Yinghai Lu <Yinghai.Lu@...>, H. Peter Anvin <hpa@...>, Linux Kernel Mailing List <linux-kernel@...>
Subject:
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
Date: Friday, January 25, 2008 - 2:59 pm
Ingo Molnar wrote:
quoted text
> * Yinghai Lu <Yinghai.Lu@Sun.COM> wrote: > > >> [PATCH] x86: trim ram need to check if mtrr is there v3 >> > > >>> H. Peter Anvin wrote: >>> Looks like the code doesn't check that the CPU *has* MTRRs... >>> >> so more strict check if mtrr is there really. >> bail out if mtrr all blank when qemu cpu model is used >> >> and check if is AMD as early >> also remove 4G less check, according to hpa. >> > > thanks, applied. Shouldnt we put in an exception for when there is MTRR > support, but they dont cover anything. Still emit a warning - but > booting up real slow is still better than losing all of RAM and crashing > ... > > i also updated the messages, they now go like this: > > WARNING: strange, CPU MTRRs all blank? > > and: > > WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 45MB of RAM. >
Though I don't see this form of message; have you pushed your changes out to the public x86.git#mm tree? J --
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:
x86.git: mtrr trimming removes all memory under kvm
, Jeremy Fitzhardinge
, (Thu Jan 24, 9:44 pm)
Re: x86.git: mtrr trimming removes all memory under kvm
, H. Peter Anvin
, (Thu Jan 24, 9:49 pm)
[PATCH] x86: trim ram need to check if mtrr is there v2
, Yinghai Lu
, (Thu Jan 24, 11:47 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, Jeremy Fitzhardinge
, (Fri Jan 25, 3:43 am)
[PATCH] x86: trim ram need to check if mtrr is there v3
, Yinghai Lu
, (Fri Jan 25, 4:42 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 10:21 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Andi Kleen
, (Fri Jan 25, 10:57 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 11:10 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, H. Peter Anvin
, (Fri Jan 25, 11:57 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 7:09 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 2:59 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 3:02 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 2:55 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Yinghai Lu
, (Fri Jan 25, 3:19 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 3:04 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 2:59 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 3:01 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 3:04 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 3:27 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Yinghai Lu
, (Fri Jan 25, 3:32 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Jeremy Fitzhardinge
, (Fri Jan 25, 3:39 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v3
, Ingo Molnar
, (Fri Jan 25, 3:30 pm)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, Yinghai Lu
, (Fri Jan 25, 4:13 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, Ingo Molnar
, (Fri Jan 25, 7:12 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, H. Peter Anvin
, (Fri Jan 25, 11:47 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, Yinghai Lu
, (Fri Jan 25, 4:39 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, H. Peter Anvin
, (Fri Jan 25, 1:44 am)
Re: [PATCH] x86: trim ram need to check if mtrr is there v2
, Yinghai Lu
, (Fri Jan 25, 3:50 am)
Re: x86.git: mtrr trimming removes all memory under kvm
, Yinghai Lu
, (Thu Jan 24, 10:32 pm)
Re: x86.git: mtrr trimming removes all memory under kvm
, Andi Kleen
, (Fri Jan 25, 6:52 am)
Re: x86.git: mtrr trimming removes all memory under kvm
, Yinghai Lu
, (Thu Jan 24, 10:21 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Davide Libenzi
[patch 7/8] fdmap v2 - implement sys_socket2
Greg Kroah-Hartman
[PATCH 018/196] coda: convert struct class_device to struct device
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
David Newall
Re: Slow DOWN, please!!!
git
:
linux-netdev
:
Christoph Lameter
Network latency regressions from 2.6.22 to 2.6.29
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Arjan van de Ven
Re: [GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
694 guests
online.
Syndicate