index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Commit message (
Expand
)
Author
Age
*
mm: uninline and cleanup page-mapping related helpers
Kirill A. Shutemov
2015-04-15
*
vfs: remove get_xip_mem
Matthew Wilcox
2015-02-16
*
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2015-02-10
*
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
2015-01-08
*
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-10-09
*
mm/rmap.c: cleanup ttu_flags
Konstantin Khlebnikov
2014-06-04
*
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
Kirill A. Shutemov
2014-06-04
*
mm: fix swapops.h:131 bug if remap_file_pages raced migration
Hugh Dickins
2014-03-21
*
mm/rmap: use rmap_walk() in page_referenced()
Joonsoo Kim
2014-01-21
*
mm/rmap: use rmap_walk() in try_to_unmap()
Joonsoo Kim
2014-01-21
*
mm/rmap: extend rmap_walk_xxx() to cope with different cases
Joonsoo Kim
2014-01-21
*
mm/rmap: make rmap_walk to get the rmap_walk_control argument
Joonsoo Kim
2014-01-21
*
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
2013-02-23
*
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
2012-12-11
*
mm/rmap: Convert the struct anon_vma::mutex to an rwsem
Ingo Molnar
2012-12-11
*
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
2012-10-09
*
mm: add CONFIG_DEBUG_VM_RB build option
Michel Lespinasse
2012-10-09
*
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
2012-10-09
*
mm anon rmap: remove anon_vma_moveto_tail
Michel Lespinasse
2012-10-09
*
mm: move is_vma_temporary_stack() declaration to huge_mm.h
Alex Shi
2012-05-29
*
rmap: remove __anon_vma_link() declaration
Xiao Guangrong
2012-03-21
*
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
2012-01-12
*
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...
Andrea Arcangeli
2012-01-10
*
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
2011-05-25
*
mm: revert page_lock_anon_vma() lock annotation
Peter Zijlstra
2011-05-25
*
mm: simplify anon_vma refcounts
Peter Zijlstra
2011-03-22
*
mm: move anon_vma ref out from under CONFIG_foo
Peter Zijlstra
2011-03-22
*
mm: rename drop_anon_vma() to put_anon_vma()
Peter Zijlstra
2011-03-22
*
thp: transparent hugepage core
Andrea Arcangeli
2011-01-13
*
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
2010-10-26
*
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
2010-10-26
*
mm: remove alignment padding from anon_vma on (some) 64 bit builds
Richard Kennedy
2010-10-26
*
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-08-12
|
\
|
*
hugetlb, rmap: add reverse mapping for hugepage
Naoya Horiguchi
2010-08-11
*
|
rmap: add exclusive page to private anon_vma on swapin
Rik van Riel
2010-08-09
*
|
mm: extend KSM refcounts to the anon_vma root
Rik van Riel
2010-08-09
*
|
mm: always lock the root (oldest) anon_vma
Rik van Riel
2010-08-09
*
|
mm: track the root (oldest) anon_vma
Rik van Riel
2010-08-09
*
|
mm: change direct call of spin_lock(anon_vma->lock) to inline function
Rik van Riel
2010-08-09
*
|
mm: rename anon_vma_lock to vma_lock_anon_vma
Rik van Riel
2010-08-09
|
/
*
mm: migration: share the anon_vma ref counts between KSM and page migration
Mel Gorman
2010-05-25
*
mm: migration: take a reference to the anon_vma before migrating
Mel Gorman
2010-05-25
*
vmscan: detect mapped file pages used only once
Johannes Weiner
2010-03-06
*
rmap: move exclusively owned pages to own anon_vma in do_wp_page()
Rik van Riel
2010-03-06
*
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
2010-03-06
*
ksm: rmap_walk to remove_migation_ptes
Hugh Dickins
2009-12-15
*
ksm: hold anon_vma in rmap_item
Hugh Dickins
2009-12-15
*
ksm: let shared pages be swappable
Hugh Dickins
2009-12-15
*
mm: define PAGE_MAPPING_FLAGS
Hugh Dickins
2009-12-15
*
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2009-09-24
|
\
[next]