Merge branch 'x86/mm' into core/percpu
[safe/jmp/linux-2.6] / arch / x86 / mm / pat.c
2009-01-21 Ingo MolnarMerge branch 'x86/mm' into core/percpu
2009-01-16 Linus TorvaldsRevert "x86 PAT: remove CPA WARN_ON for zero pte"
2009-01-15 Ingo MolnarMerge branches 'cpus4096', 'x86/cleanups' and 'x86...
2009-01-14 Suresh Siddhax86, pat: fix reserve_memtype() for legacy 1MB range
2009-01-13 venkatesh.pallipad... x86 PAT: remove CPA WARN_ON for zero pte
2009-01-13 venkatesh.pallipad... x86 PAT: return compatible mapping to remap_pfn_range...
2009-01-13 venkatesh.pallipad... x86 PAT: change track_pfn_vma_new to take pgprot_t...
2008-12-24 H. Peter Anvinx86: PAT: fix address types in track_pfn_vma_new()
2008-12-19 venkatesh.pallipad... x86: PAT: remove follow_pfnmap_pte in favor of follow_phys
2008-12-18 venkatesh.pallipad... x86: PAT: add pgprot_writecombine() interface for drive...
2008-12-18 venkatesh.pallipad... x86: PAT: implement track/untrack of pfnmap regions...
2008-10-30 Ravikiran G Thirumalaix86: fix /dev/mem mmap breakage when PAT is disabled
2008-10-10 Ingo Molnarx86, pat: cleanups
2008-10-10 Suresh Siddhax86: track memtype for RAM in page struct
2008-08-22 Ingo MolnarMerge branch 'x86/urgent' into x86/pat
2008-08-21 venkatesh.pallipad... devmem, x86: PAT Change /dev/mem mmap with O_SYNC to...
2008-08-20 Venki Pallipadix86: fix Xorg startup/shutdown slowdown with PAT
2008-08-11 Andreas Herrmannx86: compile pat debugfs interface only if CONFIG_X86_P...
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