index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: drop page_check_address{,_transhuge}
Kirill A. Shutemov
2017-02-24
1
-36
/
+0
*
mm: introduce page_vma_mapped_walk()
Kirill A. Shutemov
2017-02-24
1
-0
/
+26
*
mm, rmap: handle anon_vma_prepare() common case inline
Vlastimil Babka
2016-12-12
1
-1
/
+9
*
rmap: support file thp
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
mm: thp: refix false positive BUG in page_move_anon_rmap()
Hugh Dickins
2016-07-15
1
-1
/
+1
*
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
2016-03-17
1
-0
/
+2
*
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2016-03-17
1
-0
/
+3
*
rmap: introduce rmap_walk_locked()
Kirill A. Shutemov
2016-03-17
1
-0
/
+1
*
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
Konstantin Khlebnikov
2016-02-05
1
-14
/
+0
*
mm: support madvise(MADV_FREE)
Minchan Kim
2016-01-15
1
-0
/
+2
*
mm: add page_check_address_transhuge() helper
Vladimir Davydov
2016-01-15
1
-0
/
+19
*
mm: rework mapcount accounting to enable 4k mapping of THPs
Kirill A. Shutemov
2016-01-15
1
-2
/
+2
*
rmap: add argument to charge compound page
Kirill A. Shutemov
2016-01-15
1
-3
/
+9
*
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
2015-09-04
1
-0
/
+3
*
mm: uninline and cleanup page-mapping related helpers
Kirill A. Shutemov
2015-04-15
1
-8
/
+0
*
vfs: remove get_xip_mem
Matthew Wilcox
2015-02-16
1
-1
/
+1
*
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2015-02-10
1
-2
/
+0
*
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
2015-01-08
1
-0
/
+10
*
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-10-09
1
-1
/
+1
*
mm/rmap.c: cleanup ttu_flags
Konstantin Khlebnikov
2014-06-04
1
-4
/
+3
*
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
Kirill A. Shutemov
2014-06-04
1
-4
/
+0
*
mm: fix swapops.h:131 bug if remap_file_pages raced migration
Hugh Dickins
2014-03-20
1
-2
/
+1
*
mm/rmap: use rmap_walk() in page_referenced()
Joonsoo Kim
2014-01-21
1
-1
/
+1
*
mm/rmap: use rmap_walk() in try_to_unmap()
Joonsoo Kim
2014-01-21
1
-4
/
+1
*
mm/rmap: extend rmap_walk_xxx() to cope with different cases
Joonsoo Kim
2014-01-21
1
-0
/
+15
*
mm/rmap: make rmap_walk to get the rmap_walk_control argument
Joonsoo Kim
2014-01-21
1
-2
/
+7
*
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
2013-02-23
1
-1
/
+1
*
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
2012-12-11
1
-3
/
+14
*
mm/rmap: Convert the struct anon_vma::mutex to an rwsem
Ingo Molnar
2012-12-11
1
-8
/
+8
*
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
2012-10-09
1
-10
/
+11
*
mm: add CONFIG_DEBUG_VM_RB build option
Michel Lespinasse
2012-10-09
1
-0
/
+3
*
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
2012-10-09
1
-5
/
+6
*
mm anon rmap: remove anon_vma_moveto_tail
Michel Lespinasse
2012-10-09
1
-1
/
+0
*
mm: move is_vma_temporary_stack() declaration to huge_mm.h
Alex Shi
2012-05-29
1
-2
/
+0
*
rmap: remove __anon_vma_link() declaration
Xiao Guangrong
2012-03-21
1
-1
/
+0
*
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
2012-01-12
1
-2
/
+2
*
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...
Andrea Arcangeli
2012-01-10
1
-0
/
+1
*
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
2011-05-25
1
-7
/
+7
*
mm: revert page_lock_anon_vma() lock annotation
Peter Zijlstra
2011-05-25
1
-14
/
+1
*
mm: simplify anon_vma refcounts
Peter Zijlstra
2011-03-22
1
-2
/
+9
*
mm: move anon_vma ref out from under CONFIG_foo
Peter Zijlstra
2011-03-22
1
-36
/
+4
*
mm: rename drop_anon_vma() to put_anon_vma()
Peter Zijlstra
2011-03-22
1
-2
/
+2
*
thp: transparent hugepage core
Andrea Arcangeli
2011-01-13
1
-0
/
+2
*
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
2010-10-26
1
-1
/
+12
*
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
2010-10-26
1
-1
/
+14
*
mm: remove alignment padding from anon_vma on (some) 64 bit builds
Richard Kennedy
2010-10-26
1
-1
/
+1
*
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-08-12
1
-0
/
+5
|
\
|
*
hugetlb, rmap: add reverse mapping for hugepage
Naoya Horiguchi
2010-08-11
1
-0
/
+5
*
|
rmap: add exclusive page to private anon_vma on swapin
Rik van Riel
2010-08-09
1
-0
/
+2
*
|
mm: extend KSM refcounts to the anon_vma root
Rik van Riel
2010-08-09
1
-0
/
+15
[next]