Age | Commit message (Expand) | Author | Files | Lines |
2012-10-09 | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 1 | -5/+12 |
2012-10-09 | x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse... | Suresh Siddha | 1 | -11/+36 |
2012-10-09 | x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines | Suresh Siddha | 1 | -14/+19 |
2012-05-30 | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 1 | -23/+19 |
2012-05-30 | x86/mm/pat: Improve scaling of pat_pagerange_is_ram() | John Dykstra | 1 | -20/+36 |
2012-05-29 | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 1 | -23/+19 |
2010-08-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2010-07-29 | x86: Ioremap: fix wrong physical address handling in PAT code | Yasuaki Ishimatsu | 1 | -1/+1 |
2010-06-11 | x86, pat: Proper init of memtype subtree_max_end | Venkatesh Pallipadi | 1 | -1/+1 |
2010-05-26 | x86, pat: Fix memory leak in free_memtype | Xiaotian Feng | 1 | -3/+7 |
2010-05-18 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -220/+19 |
2010-04-23 | x86, pat: Update the page flags for memtype atomically instead of using memty... | Robin Holt | 1 | -8/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+1 |
2010-02-18 | x86, pat: Migrate to rbtree only backend for pat memtype management | Pallipadi, Venkatesh | 1 | -204/+5 |
2010-02-18 | x86, pat: Preparatory changes in pat.c for bigger rbtree change | venkatesh.pallipadi@intel.com | 1 | -82/+88 |
2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -2/+1 |
2009-12-08 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+1 |
2009-11-26 | x86/pat: Trivial: don't create debugfs for memtype if pat is disabled | Xiaotian Feng | 1 | -2/+4 |
2009-11-23 | x86, platform: Change is_untracked_pat_range() to bool; cleanup init | H. Peter Anvin | 1 | -5/+0 |
2009-11-23 | x86, mm: is_untracked_pat_range() takes a normal semiclosed range | H. Peter Anvin | 1 | -3/+3 |
2009-11-23 | x86: UV SGI: Don't track GRU space in PAT | Jack Steiner | 1 | -3/+9 |
2009-11-10 | x86: pat: Clean up req_type special case for reserve_memtype() | Xiaotian Feng | 1 | -6/+1 |
2009-09-24 | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 1 | -2/+5 |
2009-09-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -10/+2 |
2009-09-17 | x86, pat: don't use rb-tree based lookup in reserve_memtype() | Suresh Siddha | 1 | -10/+2 |
2009-09-15 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -89/+264 |
2009-09-14 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2009-09-06 | x86: Make memtype_seq_ops const | Tobias Klauser | 1 | -1/+1 |
2009-08-26 | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 1 | -4/+6 |
2009-08-26 | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi | 1 | -3/+21 |
2009-08-26 | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi | 1 | -15/+9 |
2009-08-26 | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi | 1 | -0/+45 |
2009-08-26 | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi | 1 | -41/+50 |
2009-08-26 | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi | 1 | -20/+86 |
2009-08-26 | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi | 1 | -0/+49 |
2009-08-26 | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi | 1 | -10/+3 |
2009-08-17 | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 1 | -1/+2 |
2009-04-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -157/+32 |
2009-04-17 | x86, PAT: Remove page granularity tracking for vm_insert_pfn maps | Pallipadi, Venkatesh | 1 | -79/+19 |
2009-04-12 | x86: fix wrong section of pat_disable & make it static | Marcin Slusarz | 1 | -1/+1 |
2009-04-10 | x86, PAT: Remove duplicate memtype reserve in devmem mmap | Suresh Siddha | 1 | -58/+2 |
2009-04-10 | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() | Suresh Siddha | 1 | -22/+13 |
2009-03-14 | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 1 | -2/+3 |
2009-03-13 | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff | Pallipadi, Venkatesh | 1 | -2/+3 |
2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 1 | -0/+2 |
2009-02-28 | x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() | Ingo Molnar | 1 | -0/+2 |
2009-02-26 | Merge branches 'x86/urgent' and 'x86/pat' into x86/core | Ingo Molnar | 1 | -17/+29 |
2009-02-25 | gpu/drm, x86, PAT: routine to keep identity map in sync | Venkatesh Pallipadi | 1 | -17/+29 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 1 | -38/+45 |
2009-02-12 | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 1 | -38/+45 |