summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-20x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross1-1/+6
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+182
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes1-1/+1
2014-11-16x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner1-0/+69
2014-11-16x86: Enable PAT to use cache mode translation tablesJuergen Gross1-2/+48
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross1-53/+49
2014-11-16x86: Use new cache mode type in mm/ioremap.cJuergen Gross1-5/+7
2014-11-16x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()Juergen Gross1-16/+16
2014-11-16x86: Use new cache mode type in mm/iomap_32.cJuergen Gross1-8/+10
2014-11-16x86: Use new cache mode type in asm/pgtable.hJuergen Gross1-2/+6
2013-03-07x86: Do not try to sync identity map for non-mapped pagesDave Hansen1-0/+7
2013-01-25x86, mm: Make DEBUG_VIRTUAL work earlier in bootDave Hansen1-2/+2
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-5/+12
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha1-11/+36
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha1-14/+19
2012-05-30Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin1-23/+19
2012-05-30x86/mm/pat: Improve scaling of pat_pagerange_is_ram()John Dykstra1-20/+36
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-23/+19
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2010-07-29x86: Ioremap: fix wrong physical address handling in PAT codeYasuaki Ishimatsu1-1/+1
2010-06-11x86, pat: Proper init of memtype subtree_max_endVenkatesh Pallipadi1-1/+1
2010-05-26x86, pat: Fix memory leak in free_memtypeXiaotian Feng1-3/+7
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-220/+19
2010-04-23x86, pat: Update the page flags for memtype atomically instead of using memty...Robin Holt1-8/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-02-18x86, pat: Migrate to rbtree only backend for pat memtype managementPallipadi, Venkatesh1-204/+5
2010-02-18x86, pat: Preparatory changes in pat.c for bigger rbtree changevenkatesh.pallipadi@intel.com1-82/+88
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...Linus 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/kern...Linus 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...Linus Torvalds1-89/+264
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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/kern...Linus Torvalds1-157/+32