x86: fix Xorg startup/shutdown slowdown with PAT
[safe/jmp/linux-2.6] / arch / x86 / mm / pat.c
2008-08-20 Venki Pallipadix86: fix Xorg startup/shutdown slowdown with PAT
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
2008-07-20 Ingo MolnarSubject: devmem, x86: fix rename of CONFIG_NONPROMISC_D...
2008-07-19 venkatesh.pallipad... x86: Add a debugfs interface to dump PAT memtype
2008-07-17 Ingo Molnarx86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_...
2008-07-13 Yinghai Lux86: max_low_pfn_mapped fix, #2
2008-07-11 Yinghai Lux86: introduce max_low_pfn_mapped for 64-bit
2008-06-24 Andreas Herrmannx86: pat.c final cleanup of loop body in reserve_memtype
2008-06-24 Andreas Herrmannx86: pat.c introduce function to check for conflicts...
2008-06-24 Andreas Herrmannx86: pat.c consolidate list_add handling in reserve_memtype
2008-06-24 Andreas Herrmannx86: pat.c consolidate error/debug messages in reserve_...
2008-06-24 Andreas Herrmannx86: pat.c more trivial changes
2008-06-24 Andreas Herrmannx86: pat.c choose more crisp variable names
2008-06-24 Andreas Herrmannx86: introduce macro to check whether an address range...
2008-06-19 Andreas Herrmannx86: shrink pat_x_mtrr_type to its essentials
2008-06-18 Hugh Dickinsx86: PAT: make pat_x_mtrr_type() more readable
2008-06-16 Ingo MolnarMerge branch 'linus' into x86/pat
2008-06-12 Andreas Herrmannx86: rename pat_wc_enabled to pat_enabled
2008-06-12 Andreas Herrmannx86: PAT: fixed checkpatch errors (and whitespaces)
2008-06-12 Andreas Herrmannx86: PAT: fix ambiguous paranoia check in pat_init()
2008-06-12 Venki Pallipadix86: fix Xorg crash with xf86MapVidMem error
2008-06-04 Andrew Mortonx86: section mismatch fix
2008-06-04 Venki Pallipadix86: fix Xorg crash with xf86MapVidMem error
2008-05-25 Andrew Mortonarch/x86/mm/pat.c: use boot_cpu_has()
2008-05-19 Ingo MolnarMerge branch 'linus' into x86/pat
2008-05-18 Thomas GleixnerMerge branch 'linus' into x86/pat
2008-05-17 Avi Kivityx86: fix crash on cpu hotplug on pat-incapable machines
2008-05-13 Pranith Kumarx86: arch/x86/mm/pat.c - fix warning
2008-05-12 Venki Pallipadix86: add "debugpat" boot option
2008-05-08 Thomas Gleixnerx86: cleanup PAT cpu validation
2008-04-28 Ingo Molnarx86: PAT fix
2008-04-27 Linus Torvaldsx86 PAT: tone down debugging messages some more
2008-04-26 Venki Pallipadix86, PAT: disable /dev/mem mmap RAM with PAT
2008-04-26 Ingo Molnarx86 PAT: tone down debugging messages
2008-04-24 Ingo Molnarpat: cleanups
2008-04-24 venkatesh.pallipad... x86: PAT use reserve free memtype in mmap of /dev/mem
2008-04-24 venkatesh.pallipad... x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
2008-04-17 Yinghai Lux86: pat cpu feature bit setting for known cpus
2008-04-17 Yinghai Lux86: enable PAT for amd k8 and fam10h
2008-04-17 venkatesh.pallipad... x86: add PAT related debug prints
2008-04-17 venkatesh.pallipad... x86: PAT infrastructure patch