summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c
Commit message (Expand)AuthorAgeFilesLines
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-2/+3
* x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2016-01-051-1/+1
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-0/+10
* x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+7
* x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
* x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-071-10/+3
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-071-28/+53
* x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
* x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-18/+15
* x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-271-22/+22
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-2/+2
* x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek2015-02-191-3/+3
* x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross2015-01-201-1/+6
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-101-63/+182
|\
| * x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner2014-11-161-0/+69
| * x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-161-2/+48
| * x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-161-53/+49
| * x86: Use new cache mode type in mm/ioremap.cJuergen Gross2014-11-161-5/+7
| * x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()Juergen Gross2014-11-161-16/+16
| * x86: Use new cache mode type in mm/iomap_32.cJuergen Gross2014-11-161-8/+10
| * x86: Use new cache mode type in asm/pgtable.hJuergen Gross2014-11-161-2/+6
* | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-081-1/+1
|/
* x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
* x86, mm: Make DEBUG_VIRTUAL work earlier in bootDave Hansen2013-01-251-2/+2
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-5/+12
* x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-11/+36
* x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha2012-10-091-14/+19
* Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin2012-05-301-23/+19
|\
| * x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-23/+19
* | x86/mm/pat: Improve scaling of pat_pagerange_is_ram()John Dykstra2012-05-301-20/+36
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-061-1/+1
|\
| * x86: Ioremap: fix wrong physical address handling in PAT codeYasuaki Ishimatsu2010-07-291-1/+1
* | x86, pat: Proper init of memtype subtree_max_endVenkatesh Pallipadi2010-06-111-1/+1
|/
* x86, pat: Fix memory leak in free_memtypeXiaotian Feng2010-05-261-3/+7
* Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-220/+19
|\
| * x86, pat: Update the page flags for memtype atomically instead of using memty...Robin Holt2010-04-231-8/+0
| * x86, pat: Migrate to rbtree only backend for pat memtype managementPallipadi, Venkatesh2010-02-181-204/+5
| * x86, pat: Preparatory changes in pat.c for bigger rbtree changevenkatesh.pallipadi@intel.com2010-02-181-82/+88
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
|/
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-2/+1
* Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-081-6/+1
|\
| * x86: pat: Clean up req_type special case for reserve_memtype()Xiaotian Feng2009-11-101-6/+1
* | x86/pat: Trivial: don't create debugfs for memtype if pat is disabledXiaotian Feng2009-11-261-2/+4
* | x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin2009-11-231-5/+0
* | x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin2009-11-231-3/+3
* | x86: UV SGI: Don't track GRU space in PATJack Steiner2009-11-231-3/+9
|/
* x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier2009-09-241-2/+5
OpenPOWER on IntegriCloud