summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-2/+3
2016-01-05x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani1-1/+1
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-0/+10
2015-06-07x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani1-30/+29
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani1-0/+7
2015-06-07x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani1-3/+14
2015-06-07x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani1-9/+50
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov1-10/+3
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov1-28/+53
2015-06-07x86/mm/pat: Untangle pat_init()Borislav Petkov1-29/+40
2015-05-27x86/mm/pat: Export pat_enabled()Luis R. Rodriguez1-0/+1
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-18/+15
2015-05-27x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez1-22/+22
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani1-2/+2
2015-02-19x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek1-3/+3
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