On Fri, Mar 21, 2008 at 06:29:48AM -0700, H. Peter Anvin wrote:X seems to use (in that order) - mmap the range through /dev/mem - Set MTRR for the range to WC I see this happening on one of my test systems with relatively new xorg. In this case, when mmap does the reserve for this range, if we give UC mapping then we will effectively negate the MTRR WC setting with the range being mapped UC. To accomodate this special use case, we give /dev/mem mmap (only when there are no other already existing mappings) a UC_MINUS attribute. With that, if and when X sets MTRR the range will become WC and until that time it will be UC. We ensure that all page table mappings use UC_MINUS for that range. Long term, we want X to switch to /proc/ of /sys interfaces. But, we can also provide backward compatibility for existing X usage like above. Thanks, Venki --
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| Matthew Wilcox | Re: AIM7 40% regression with 2.6.26-rc1 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
git: | |
| Andy Whitcroft | Re: VCS comparison table |
| David | User's mailing list? And multiple cherry pick |
| Scott Chacon | Git Community Book |
| Mark Levedahl | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Marco Peereboom | Re: Real men don't attack straw men |
| Richard Stallman | Real men don't attack straw men |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Tony Abernethy | Re: What is our ultimate goal?? |
| Arjan van de Ven | Re: [GIT]: Networking |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Denys Fedoryshchenko | packetloss, on e1000e worse than r8169? |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
