aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar1-0/+2
2009-02-28x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()Ingo Molnar1-0/+2
2009-02-26Merge branches 'x86/urgent' and 'x86/pat' into x86/coreIngo Molnar1-17/+29
2009-02-25gpu/drm, x86, PAT: routine to keep identity map in syncVenkatesh Pallipadi1-17/+29
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-38/+45
2009-02-12x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha1-38/+45
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-11/+20
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+30
2009-01-23x86: handle PAT more like other CPU featuresH. Peter Anvin1-11/+20
2009-01-21x86: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha1-3/+3
2009-01-15Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds1-32/+13
2009-01-14x86, pat: fix reserve_memtype() for legacy 1MB rangeSuresh Siddha1-10/+27
2009-01-13x86 PAT: remove CPA WARN_ON for zero ptevenkatesh.pallipadi@intel.com1-13/+32
2009-01-13x86 PAT: return compatible mapping to remap_pfn_range callersvenkatesh.pallipadi@intel.com1-15/+28
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com1-3/+3
2008-12-24x86: PAT: fix address types in track_pfn_vma_new()H. Peter Anvin1-8/+8
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com1-19/+11
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com1-0/+8
2008-12-18x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com1-0/+236
2008-10-30x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai1-0/+4
2008-10-10x86, pat: cleanupsIngo Molnar1-35/+32
2008-10-10x86: track memtype for RAM in page structSuresh Siddha1-0/+83
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar1-14/+36
2008-08-21devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com1-12/+5
2008-08-20x86: fix Xorg startup/shutdown slowdown with PATVenki Pallipadi1-2/+31
2008-08-11x86: compile pat debugfs interface only if CONFIG_X86_PAT is setAndreas Herrmann1-2/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-0/+88
2008-07-20Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar1-3/+3
2008-07-18x86: Add a debugfs interface to dump PAT memtypevenkatesh.pallipadi@intel.com1-0/+88
2008-07-18x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar1-3/+3
2008-07-13x86: max_low_pfn_mapped fix, #2Yinghai Lu1-2/+2
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-1/+2
2008-06-24x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann1-19/+11
2008-06-24x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann1-63/+33
2008-06-24x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann1-13/+8
2008-06-24x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann1-40/+11
2008-06-24x86: pat.c more trivial changesAndreas Herrmann1-13/+8
2008-06-24x86: pat.c choose more crisp variable namesAndreas Herrmann1-65/+62
2008-06-24x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann1-3/+2
2008-06-19x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann1-19/+11
2008-06-18x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins1-35/+12
2008-06-16Merge branch 'linus' into x86/patIngo Molnar1-1/+1
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann1-8/+8
2008-06-12x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann1-15/+14
2008-06-12x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann1-5/+6
2008-06-12x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-04x86: section mismatch fixAndrew Morton1-1/+1
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-05-25arch/x86/mm/pat.c: use boot_cpu_has()Andrew Morton1-4/+4
2008-05-19Merge branch 'linus' into x86/patIngo Molnar1-1/+1