aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+1
2009-12-08Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+1
2009-11-26x86/pat: Trivial: don't create debugfs for memtype if pat is disabledXiaotian Feng1-2/+4
2009-11-23x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin1-5/+0
2009-11-23x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin1-3/+3
2009-11-23x86: UV SGI: Don't track GRU space in PATJack Steiner1-3/+9
2009-11-10x86: pat: Clean up req_type special case for reserve_memtype()Xiaotian Feng1-6/+1
2009-09-24x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier1-2/+5
2009-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+2
2009-09-17x86, pat: don't use rb-tree based lookup in reserve_memtype()Suresh Siddha1-10/+2
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-89/+264
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-06x86: Make memtype_seq_ops constTobias Klauser1-1/+1
2009-08-26Merge branch 'x86/urgent' into x86/patH. Peter Anvin1-4/+6
2009-08-26x86, pat: Sanity check remap_pfn_range for RAM regionVenkatesh Pallipadi1-3/+21
2009-08-26x86, pat: Lookup the protection from memtype list on vm_insert_pfn()Venkatesh Pallipadi1-15/+9
2009-08-26x86, pat: Add lookup_memtype to get the current memtype of a paddrVenkatesh Pallipadi1-0/+45
2009-08-26x86, pat: Use page flags to track memtypes of RAM pagesVenkatesh Pallipadi1-41/+50
2009-08-26x86, pat: Add rbtree to do quick lookup in memtype trackingVenkatesh Pallipadi1-20/+86
2009-08-26x86, pat: New i/f for driver to request memtype for IO regionsVenkatesh Pallipadi1-0/+49
2009-08-26x86, pat: Keep identity maps consistent with mmaps even when pat_disabledVenkatesh Pallipadi1-10/+3
2009-08-17x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha1-1/+2
2009-04-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-157/+32
2009-04-17x86, PAT: Remove page granularity tracking for vm_insert_pfn mapsPallipadi, Venkatesh1-79/+19
2009-04-12x86: fix wrong section of pat_disable & make it staticMarcin Slusarz1-1/+1
2009-04-10x86, PAT: Remove duplicate memtype reserve in devmem mmapSuresh Siddha1-58/+2
2009-04-10x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()Suresh Siddha1-22/+13
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconfig', 'x86/mm', 'x86/ptrace', 'x86/setup' and 'x86/urgent'; commit 'v2.6.29-rc8' into x86/coreIngo Molnar1-2/+3
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh1-2/+3
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