| Commit message (Expand) | Author | Age |
* | x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases | Pavel Machek | 2015-02-18 |
* | x86: Don't rely on VMWare emulating PAT MSR correctly | Juergen Gross | 2015-01-20 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-12-10 |
|\ |
|
| * | x86: mm: Move PAT only functions to mm/pat.c | Thomas Gleixner | 2014-11-16 |
| * | x86: Enable PAT to use cache mode translation tables | Juergen Gross | 2014-11-16 |
| * | x86: Use new cache mode type in memtype related functions | Juergen Gross | 2014-11-16 |
| * | x86: Use new cache mode type in mm/ioremap.c | Juergen Gross | 2014-11-16 |
| * | x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert() | Juergen Gross | 2014-11-16 |
| * | x86: Use new cache mode type in mm/iomap_32.c | Juergen Gross | 2014-11-16 |
| * | x86: Use new cache mode type in asm/pgtable.h | Juergen Gross | 2014-11-16 |
* | | x86: Replace seq_printf() with seq_puts() | Rasmus Villemoes | 2014-12-08 |
|/ |
|
* | x86: Do not try to sync identity map for non-mapped pages | Dave Hansen | 2013-03-07 |
* | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen | 2013-01-25 |
* | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 2012-10-09 |
* | x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse... | Suresh Siddha | 2012-10-09 |
* | x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines | Suresh Siddha | 2012-10-09 |
* | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 2012-05-30 |
|\ |
|
| * | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 |
* | | x86/mm/pat: Improve scaling of pat_pagerange_is_ram() | John Dykstra | 2012-05-30 |
|/ |
|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 |
|\ |
|
| * | x86: Ioremap: fix wrong physical address handling in PAT code | Yasuaki Ishimatsu | 2010-07-29 |
* | | x86, pat: Proper init of memtype subtree_max_end | Venkatesh Pallipadi | 2010-06-11 |
|/ |
|
* | x86, pat: Fix memory leak in free_memtype | Xiaotian Feng | 2010-05-26 |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 |
|\ |
|
| * | x86, pat: Update the page flags for memtype atomically instead of using memty... | Robin Holt | 2010-04-23 |
| * | x86, pat: Migrate to rbtree only backend for pat memtype management | Pallipadi, Venkatesh | 2010-02-18 |
| * | x86, pat: Preparatory changes in pat.c for bigger rbtree change | venkatesh.pallipadi@intel.com | 2010-02-18 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
|/ |
|
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-08 |
|\ |
|
| * | x86: pat: Clean up req_type special case for reserve_memtype() | Xiaotian Feng | 2009-11-10 |
* | | x86/pat: Trivial: don't create debugfs for memtype if pat is disabled | Xiaotian Feng | 2009-11-26 |
* | | x86, platform: Change is_untracked_pat_range() to bool; cleanup init | H. Peter Anvin | 2009-11-23 |
* | | x86, mm: is_untracked_pat_range() takes a normal semiclosed range | H. Peter Anvin | 2009-11-23 |
* | | x86: UV SGI: Don't track GRU space in PAT | Jack Steiner | 2009-11-23 |
|/ |
|
* | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-17 |
|\ |
|
| * | x86, pat: don't use rb-tree based lookup in reserve_memtype() | Suresh Siddha | 2009-09-17 |
* | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 |
|\| |
|
| * | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-26 |
| |\ |
|
| * | | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi | 2009-08-26 |
| * | | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi | 2009-08-26 |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-14 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Make memtype_seq_ops const | Tobias Klauser | 2009-09-06 |
| |/ |
|
* / | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 2009-08-17 |
|/ |
|