login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2009
»
April
»
16
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jesse Barnes
Subject:
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
Date: Thursday, April 16, 2009 - 9:31 am
On Tue, 14 Apr 2009 17:41:35 -0700 Yinghai Lu <yinghai@kernel.org> wrote:
quoted text
> > Impact: make more big space below 4g for assigning to unassigned pci > devices > > don't need to reserved one round after the gapstart. > > v2: Linus said: " > We've definitely seen ACPI code or integrated graphics stuff > that steals a lot of memory at the end, which means that > end-of-RAM might be not at 2GB, but at 2GB-16MB-1MB, for example (1MB > of "ACPI data", and 16MB of "stolen video ram"). > > At a minimum, if we do this, I'd like to make sure we round > up to a big boundary (eg 32MB or something - exactly because a > missing 16MB can easily be some integrated stolen video memory). > > Sure, we do that whole > > while ((gapsize >> 4) > round) > round += round; > > thing, so that if the gap is large, then we'll certainly get > to 32MB too, but I think your patch matters the most exactly when the > gap is small. Maybe we could just raise the initial minimum rounding > from 1MB to 32MB? ... > Alternatively, maybe we can make sure that we round up to at > least X bytes from the end of RAM, and to at least Y bytes from the > end of some RESERVED thing." > v3: take pci_mem_start - low_top_ram bigger than half around, aka 16M > at least
Any comments on this one, Linus? Should I include your ack? Thanks, -- Jesse Barnes, Intel Open Source Technology Center --
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:
Re: [Bug 11103] Can't use framebuffer or vesa Xorg with tw ...
, Yinghai Lu
, (Fri Apr 10, 1:27 pm)
Re: [Bug 11103] Can't use framebuffer or vesa Xorg with tw ...
, Yinghai Lu
, (Fri Apr 10, 8:29 pm)
[PATCH] pci: don't assume pref memio are 64bit -v2
, Yinghai Lu
, (Tue Apr 14, 1:49 pm)
[PATCH] x86/pci: make pci_mem_start to be aligned only
, Yinghai Lu
, (Tue Apr 14, 1:50 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only
, Linus Torvalds
, (Tue Apr 14, 2:10 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only
, H. Peter Anvin
, (Tue Apr 14, 2:27 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only
, Yinghai Lu
, (Tue Apr 14, 2:27 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only
, Yannick Roehlly
, (Tue Apr 14, 3:35 pm)
[PATCH] x86/pci: make pci_mem_start to be aligned only -v2
, Yinghai Lu
, (Tue Apr 14, 5:29 pm)
[PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Yinghai Lu
, (Tue Apr 14, 5:41 pm)
[PATCH] x86/pci: fix -1 calling to e820_all_mapped with mm ...
, Yinghai Lu
, (Tue Apr 14, 5:42 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Jesse Barnes
, (Thu Apr 16, 9:31 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Linus Torvalds
, (Thu Apr 16, 9:44 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Ingo Molnar
, (Thu Apr 16, 9:56 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Yinghai Lu
, (Thu Apr 16, 10:18 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, H. Peter Anvin
, (Thu Apr 16, 10:27 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Ingo Molnar
, (Thu Apr 16, 10:28 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v3
, Ingo Molnar
, (Thu Apr 16, 10:38 am)
[PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Thu Apr 16, 1:13 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Thu Apr 16, 4:18 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Thu Apr 16, 4:54 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Thu Apr 16, 5:24 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Fri Apr 17, 6:16 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Fri Apr 17, 2:59 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, H. Peter Anvin
, (Fri Apr 17, 3:04 pm)
[PATCH] pci: keep pci device resource name pointer right.
, Yinghai Lu
, (Fri Apr 17, 10:37 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Ingo Molnar
, (Sat Apr 18, 12:51 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 1:33 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Sat Apr 18, 2:22 am)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Jesse Barnes
, (Sat Apr 18, 9:05 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 10:07 am)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Linus Torvalds
, (Sat Apr 18, 11:42 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 11:50 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 11:57 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Sat Apr 18, 12:14 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Yinghai Lu
, (Sat Apr 18, 12:19 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Greg KH
, (Sat Apr 18, 12:23 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 12:26 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Kay Sievers
, (Sat Apr 18, 1:00 pm)
[PATCH] driver: dont update dev_name if it is not changed
, Yinghai Lu
, (Sat Apr 18, 1:00 pm)
Re: [PATCH] driver: dont update dev_name if it is not changed
, Ingo Molnar
, (Sat Apr 18, 1:11 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ivan Kokshaysky
, (Sat Apr 18, 1:13 pm)
Re: [PATCH] driver: dont update dev_name if it is not changed
, Yinghai Lu
, (Sat Apr 18, 1:20 pm)
Re: [PATCH] driver: dont update dev_name if it is not changed
, Ingo Molnar
, (Sat Apr 18, 1:27 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Kay Sievers
, (Sat Apr 18, 1:27 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Ingo Molnar
, (Sat Apr 18, 1:37 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Yinghai Lu
, (Sat Apr 18, 2:07 pm)
[PATCH] driver: dont update dev_name via device_add path
, Yinghai Lu
, (Sat Apr 18, 3:05 pm)
Re: [PATCH] pci: keep pci device resource name pointer right.
, Linus Torvalds
, (Sat Apr 18, 3:17 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 3:20 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 3:31 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 3:44 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 4:01 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 4:04 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 4:06 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 4:26 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 4:30 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, H. Peter Anvin
, (Sat Apr 18, 5:32 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Linus Torvalds
, (Sat Apr 18, 9:50 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sat Apr 18, 10:26 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Sun Apr 19, 2:02 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ingo Molnar
, (Sun Apr 19, 2:06 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Jesse Barnes
, (Sun Apr 19, 10:52 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yannick Roehlly
, (Sun Apr 19, 12:35 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Sun Apr 19, 12:59 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yannick Roehlly
, (Sun Apr 19, 1:24 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ivan Kokshaysky
, (Mon Apr 20, 3:33 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Mon Apr 20, 3:52 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Mon Apr 20, 5:09 pm)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ivan Kokshaysky
, (Tue Apr 21, 3:54 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Ivan Kokshaysky
, (Tue Apr 21, 3:56 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Jesse Barnes
, (Tue Apr 21, 8:41 am)
Re: [PATCH] x86/pci: make pci_mem_start to be aligned only -v4
, Yinghai Lu
, (Tue Apr 21, 8:57 am)
[RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Wed Apr 22, 3:37 pm)
[RFC PATCH 2/2] pci: try to assign res for device under tr ...
, Yinghai Lu
, (Wed Apr 22, 3:38 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Jesse Barnes
, (Wed Apr 22, 3:49 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Wed Apr 22, 5:49 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Jesse Barnes
, (Wed Apr 22, 6:05 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Wed Apr 22, 7:03 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Wed Apr 22, 7:10 pm)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ivan Kokshaysky
, (Thu Apr 23, 5:36 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ingo Molnar
, (Thu Apr 23, 5:41 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ivan Kokshaysky
, (Thu Apr 23, 5:58 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ivan Kokshaysky
, (Thu Apr 23, 6:09 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ivan Kokshaysky
, (Thu Apr 23, 6:22 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Thu Apr 23, 8:05 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Thu Apr 23, 8:13 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Yinghai Lu
, (Thu Apr 23, 8:30 am)
Re: [RFC PATCH 1/2] pci: don't assume pref memio are 64bit -v3
, Ivan Kokshaysky
, (Thu Apr 23, 3:19 pm)
[PATCH 1/4] pci/x86: don't assume pref memio are 64bit -v4
, Yinghai Lu
, (Thu Apr 23, 8:48 pm)
[PATCH 2/4] pci: try to assign res for device under transp ...
, Yinghai Lu
, (Thu Apr 23, 8:49 pm)
[PATCH 3/4] x86: reserve range near the ram
, Yinghai Lu
, (Thu Apr 23, 8:50 pm)
[PATCH 4/4] x86/pci: make pci_mem_start to be aligned only -v5
, Yinghai Lu
, (Thu Apr 23, 8:50 pm)
Re: [PATCH 1/4] pci/x86: don't assume pref memio are 64bit -v4
, Ivan Kokshaysky
, (Fri Apr 24, 6:16 am)
[PATCH] driver: make dev_set_name(, NULL) work
, Yinghai Lu
, (Tue Apr 28, 12:36 am)
[RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 12:42 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Kay Sievers
, (Tue Apr 28, 1:25 am)
Re: [PATCH] driver: make dev_set_name(, NULL) work
, Greg KH
, (Tue Apr 28, 7:51 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Greg KH
, (Tue Apr 28, 7:52 am)
Re: [PATCH] driver: make dev_set_name(, NULL) work
, Yinghai Lu
, (Tue Apr 28, 8:14 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 8:21 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 8:34 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Greg KH
, (Tue Apr 28, 8:39 am)
Re: [PATCH] driver: make dev_set_name(, NULL) work
, Greg KH
, (Tue Apr 28, 8:39 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 8:51 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Kay Sievers
, (Tue Apr 28, 8:56 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 9:08 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Kay Sievers
, (Tue Apr 28, 9:15 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 9:36 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Kay Sievers
, (Tue Apr 28, 9:50 am)
Re: [RFC PATCH] use dev_set_name(,NULL) to prevent leaking
, Yinghai Lu
, (Tue Apr 28, 12:04 pm)
Re: [PATCH 1/4] pci/x86: don't assume pref memio are 64bit -v4
, Jesse Barnes
, (Tue May 5, 11:52 am)
Re: [PATCH 1/4] pci/x86: don't assume pref memio are 64bit -v4
, Ingo Molnar
, (Wed May 6, 5:33 am)
[PATCH 1/2] x86: reserve range near the ram
, Yinghai Lu
, (Wed May 6, 8:06 am)
[PATCH 1/2] x86/pci: make pci_mem_start to be aligned only -v5
, Yinghai Lu
, (Wed May 6, 8:07 am)
[tip:x86/mm] x86, e820, pci: reserve extra free space near ...
, tip-bot for Linus To ...
, (Mon May 11, 2:51 am)
[tip:x86/mm] x86/pci: remove rounding quirk from e820_setu ...
, tip-bot for Yinghai Lu
, (Mon May 11, 2:51 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Alex Riesen
Re: git exclude patterns for directory
Giuseppe Bilotta
Re: [PATCH 4/4] gitweb: show notes in commit(diff) view
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate