| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/io: add interface to reserve io memtype for a resource range. (v1.1) | Dave Airlie | 2018-09-09 | 1 | -0/+14 |
* | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina | 2018-01-17 | 1 | -4/+1 |
* | x86/mm/pat: Don't report PAT on CPUs that don't support it | Mikulas Patocka | 2017-07-15 | 1 | -16/+12 |
* | x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 | Toshi Kani | 2016-08-16 | 1 | -19/+0 |
* | x86/xen, pat: Remove PAT table init code from Xen | Toshi Kani | 2016-08-16 | 1 | -1/+1 |
* | x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() | Toshi Kani | 2016-08-16 | 1 | -2/+2 |
* | x86/mm/pat: Add pat_disable() interface | Toshi Kani | 2016-08-16 | 1 | -1/+12 |
* | x86/mm/pat: Add support of non-default PAT MSR setting | Toshi Kani | 2016-08-16 | 1 | -20/+53 |
* | x86/mm/pat: Extend set_page_memtype() to support Write-Through type | Toshi Kani | 2015-06-07 | 1 | -30/+29 |
* | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 2015-06-07 | 1 | -0/+7 |
* | x86/mm/pat: Change reserve_memtype() for Write-Through type | Toshi Kani | 2015-06-07 | 1 | -3/+14 |
* | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type | Toshi Kani | 2015-06-07 | 1 | -9/+50 |
* | x86/mm/pat: Remove pat_enabled() checks | Borislav Petkov | 2015-06-07 | 1 | -10/+3 |
* | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 2015-06-07 | 1 | -28/+53 |
* | x86/mm/pat: Untangle pat_init() | Borislav Petkov | 2015-06-07 | 1 | -29/+40 |
* | x86/mm/pat: Export pat_enabled() | Luis R. Rodriguez | 2015-05-27 | 1 | -0/+1 |
* | x86/mm/pat: Wrap pat_enabled into a function API | Luis R. Rodriguez | 2015-05-27 | 1 | -18/+15 |
* | x86/mm/pat: Convert to pr_*() usage | Luis R. Rodriguez | 2015-05-27 | 1 | -22/+22 |
* | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 2015-05-27 | 1 | -2/+2 |
* | x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases | Pavel Machek | 2015-02-19 | 1 | -3/+3 |
* | x86: Don't rely on VMWare emulating PAT MSR correctly | Juergen Gross | 2015-01-20 | 1 | -1/+6 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-12-10 | 1 | -63/+182 |
|\ |
|
| * | x86: mm: Move PAT only functions to mm/pat.c | Thomas Gleixner | 2014-11-16 | 1 | -0/+69 |
| * | x86: Enable PAT to use cache mode translation tables | Juergen Gross | 2014-11-16 | 1 | -2/+48 |
| * | x86: Use new cache mode type in memtype related functions | Juergen Gross | 2014-11-16 | 1 | -53/+49 |
| * | x86: Use new cache mode type in mm/ioremap.c | Juergen Gross | 2014-11-16 | 1 | -5/+7 |
| * | x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert() | Juergen Gross | 2014-11-16 | 1 | -16/+16 |
| * | x86: Use new cache mode type in mm/iomap_32.c | Juergen Gross | 2014-11-16 | 1 | -8/+10 |
| * | x86: Use new cache mode type in asm/pgtable.h | Juergen Gross | 2014-11-16 | 1 | -2/+6 |
* | | x86: Replace seq_printf() with seq_puts() | Rasmus Villemoes | 2014-12-08 | 1 | -1/+1 |
|/ |
|
* | x86: Do not try to sync identity map for non-mapped pages | Dave Hansen | 2013-03-07 | 1 | -0/+7 |
* | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen | 2013-01-25 | 1 | -2/+2 |
* | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 2012-10-09 | 1 | -5/+12 |
* | x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse... | Suresh Siddha | 2012-10-09 | 1 | -11/+36 |
* | x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines | Suresh Siddha | 2012-10-09 | 1 | -14/+19 |
* | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 2012-05-30 | 1 | -23/+19 |
|\ |
|
| * | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -23/+19 |
* | | x86/mm/pat: Improve scaling of pat_pagerange_is_ram() | John Dykstra | 2012-05-30 | 1 | -20/+36 |
|/ |
|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 1 | -1/+1 |
|\ |
|
| * | x86: Ioremap: fix wrong physical address handling in PAT code | Yasuaki Ishimatsu | 2010-07-29 | 1 | -1/+1 |
* | | x86, pat: Proper init of memtype subtree_max_end | Venkatesh Pallipadi | 2010-06-11 | 1 | -1/+1 |
|/ |
|
* | x86, pat: Fix memory leak in free_memtype | Xiaotian Feng | 2010-05-26 | 1 | -3/+7 |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 1 | -220/+19 |
|\ |
|
| * | x86, pat: Update the page flags for memtype atomically instead of using memty... | Robin Holt | 2010-04-23 | 1 | -8/+0 |
| * | x86, pat: Migrate to rbtree only backend for pat memtype management | Pallipadi, Venkatesh | 2010-02-18 | 1 | -204/+5 |
| * | x86, pat: Preparatory changes in pat.c for bigger rbtree change | venkatesh.pallipadi@intel.com | 2010-02-18 | 1 | -82/+88 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
|/ |
|
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -2/+1 |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-08 | 1 | -6/+1 |
|\ |
|
| * | x86: pat: Clean up req_type special case for reserve_memtype() | Xiaotian Feng | 2009-11-10 | 1 | -6/+1 |