index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Age
Commit message (
Expand
)
Author
2012-12-11
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-10-09
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-05-29
mm: move is_vma_temporary_stack() declaration to huge_mm.h
Alex Shi
2012-03-21
rmap: remove __anon_vma_link() declaration
Xiao Guangrong
2012-01-12
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
2012-01-10
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...
Andrea Arcangeli
2011-05-25
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
2011-05-25
mm: revert page_lock_anon_vma() lock annotation
Peter Zijlstra
2011-03-22
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-01-13
thp: transparent hugepage core
Andrea Arcangeli
2010-10-26
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-08-12
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-08-11
hugetlb, rmap: add reverse mapping for hugepage
Naoya Horiguchi
2010-08-09
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-05-25
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-03-06
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
2009-12-15
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-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2009-09-22
ksm: no debug in page_dup_rmap()
Hugh Dickins
2009-09-16
HWPOISON: The high level memory error handler in the VM v7
Andi Kleen
2009-09-16
HWPOISON: Handle hardware poisoned pages in try_to_unmap
Andi Kleen
2009-09-16
HWPOISON: Use bitmask/action code for try_to_unmap behaviour
Andi Kleen
2009-09-16
HWPOISON: Export some rmap vma locking to outside world
Andi Kleen
2009-06-23
rmap: fixup page_referenced() for nommu systems
Mike Frysinger
2009-06-16
vmscan: report vm_flags in page_referenced()
Wu Fengguang
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
2009-01-06
badpage: remove vma from page_remove_rmap
Hugh Dickins
2009-01-06
mm: make page_lock_anon_vma() static
Hugh Dickins
2008-10-20
make mm/rmap.c:anon_vma_cachep static
Adrian Bunk
2008-10-20
vmscan: unevictable LRU scan sysctl
Lee Schermerhorn
2008-10-20
mlock: mlocked pages are unevictable
Nick Piggin
[next]