login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
29
Re: [PATCH] x86: fix init_memory_mapping over boundary v4 - diff to v3
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [PATCH] x86: fix init_memory_mapping over boundary v4 - diff to v3
Date: Sunday, June 29, 2008 - 2:48 am
* Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> some end boundary is only page alignment, instead of 2M alignment, > so call ker_phycial_mapping_init three times. > then don't overmap above the max_low_pfn > > v2: make init_memory_mapping more solid: start could be any value other than 0 > v3: fix NON PAE by handling left over in kernel_physical_mapping > v4: revert back to v2, and use PMD_SHIFT to calculate boundary > also adjust size for pre-allocated table size
applied, thanks Yinghai. Ingo --
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 00/16] x86: merge setup_32/64.c
, Yinghai Lu
, (Wed Jun 25, 5:48 pm)
[PATCH 03/16] x86: update reserve_initrd to support 64bit
, Yinghai Lu
, (Wed Jun 25, 5:49 pm)
[PATCH 04/16] x86: put global variable for 32bit all together
, Yinghai Lu
, (Wed Jun 25, 5:50 pm)
[PATCH 05/16] x86: add extra includes for 64bit support
, Yinghai Lu
, (Wed Jun 25, 5:51 pm)
[PATCH 06/16] x86: merge 64bit setup_arch into setup_32
, Yinghai Lu
, (Wed Jun 25, 5:52 pm)
[PATCH 07/16] x86: space to tab in setup_arch
, Yinghai Lu
, (Wed Jun 25, 5:53 pm)
[PATCH 08/16] x86: rename setup_32.c to setup.c
, Yinghai Lu
, (Wed Jun 25, 5:54 pm)
[PATCH 09/16] x86: move boot_params back to setup.c
, Yinghai Lu
, (Wed Jun 25, 5:55 pm)
[PATCH 10/16] x86: move parse_setup_data back to setup.c
, Yinghai Lu
, (Wed Jun 25, 5:56 pm)
[PATCH 11/16] x86: move back crashkernel back to setup.c
, Yinghai Lu
, (Wed Jun 25, 5:57 pm)
[PATCH 12/16] x86: move reserve_standard_io_resources back ...
, Yinghai Lu
, (Wed Jun 25, 5:58 pm)
[PATCH 13/16] x86: move parse elfvorehdr back to setup.c
, Yinghai Lu
, (Wed Jun 25, 5:58 pm)
[PATCH 14/16] x86: make x86_find_smp_config depends on 64 ...
, Yinghai Lu
, (Wed Jun 25, 5:59 pm)
[PATCH 15/16] x86: change some functions in setup.c to static
, Yinghai Lu
, (Wed Jun 25, 6:00 pm)
[PATCH 16/16] x86: we only have init_pg_tables_end for 32bit
, Yinghai Lu
, (Wed Jun 25, 6:02 pm)
[PATCH] x86: clean up ARCH_SETUP
, Yinghai Lu
, (Wed Jun 25, 7:52 pm)
[PATCH] x86: move fix mapping page table range early
, Yinghai Lu
, (Wed Jun 25, 9:51 pm)
Re: [PATCH 00/16] x86: merge setup_32/64.c
, Ingo Molnar
, (Thu Jun 26, 2:47 am)
Re: [PATCH 00/16] x86: merge setup_32/64.c
, Ingo Molnar
, (Thu Jun 26, 3:02 am)
Re: [PATCH 00/16] x86: merge setup_32/64.c
, Yinghai Lu
, (Thu Jun 26, 3:06 am)
Re: [PATCH 00/16] x86: merge setup_32/64.c
, Ingo Molnar
, (Thu Jun 26, 4:01 am)
Re: [PATCH] x86: clean up ARCH_SETUP
, Ingo Molnar
, (Thu Jun 26, 6:26 am)
Re: [PATCH] x86: move fix mapping page table range early
, Ingo Molnar
, (Thu Jun 26, 6:27 am)
Re: [PATCH 00/16] x86: merge setup_32/64.c
, Huang, Ying
, (Thu Jun 26, 7:51 pm)
[PATCH] x86: early res print out alignment
, Yinghai Lu
, (Thu Jun 26, 11:17 pm)
[PATCH] x86: let setup_arch call init_apic_mappings for 32bit
, Yinghai Lu
, (Fri Jun 27, 1:41 am)
[PATCH] x86: early res print out alignment v2
, Yinghai Lu
, (Fri Jun 27, 3:36 pm)
[PATCH] x86: fix init_memory_mapping over boundary
, Yinghai Lu
, (Fri Jun 27, 3:38 pm)
[PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Fri Jun 27, 10:47 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Ingo Molnar
, (Fri Jun 27, 11:35 pm)
Re: [PATCH] x86: early res print out alignment v2
, Ingo Molnar
, (Fri Jun 27, 11:36 pm)
Re: [PATCH] x86: let setup_arch call init_apic_mappings fo ...
, Ingo Molnar
, (Fri Jun 27, 11:37 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 12:01 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Ingo Molnar
, (Sat Jun 28, 12:02 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 12:19 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Ingo Molnar
, (Sat Jun 28, 12:21 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 12:22 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 12:42 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Ingo Molnar
, (Sat Jun 28, 12:47 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 3:30 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Ingo Molnar
, (Sat Jun 28, 4:07 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Jeremy Fitzhardinge
, (Sat Jun 28, 10:38 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v2
, Yinghai Lu
, (Sat Jun 28, 1:33 pm)
[PATCH] x86: fix init_memory_mapping over boundary v4
, Yinghai Lu
, (Sat Jun 28, 5:49 pm)
[PATCH] x86: fix warning in e820_reserve_resources with 32bit
, Yinghai Lu
, (Sat Jun 28, 5:49 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Jeremy Fitzhardinge
, (Sat Jun 28, 7:22 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Yinghai Lu
, (Sat Jun 28, 9:40 pm)
Re: [PATCH] x86: early res print out alignment v2
, Yinghai Lu
, (Sat Jun 28, 9:42 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Jeremy Fitzhardinge
, (Sat Jun 28, 10:18 pm)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Ingo Molnar
, (Sun Jun 29, 12:08 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Yinghai Lu
, (Sun Jun 29, 12:30 am)
[PATCH] x86: fix init_memory_mapping over boundary v4 - di ...
, Yinghai Lu
, (Sun Jun 29, 12:39 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4 ...
, Ingo Molnar
, (Sun Jun 29, 2:48 am)
Re: [PATCH] x86: fix warning in e820_reserve_resources wit ...
, Ingo Molnar
, (Sun Jun 29, 2:49 am)
Re: [PATCH] x86: fix init_memory_mapping over boundary v4
, Ingo Molnar
, (Mon Jun 30, 1:33 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate