index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Age
Commit message (
Expand
)
Author
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
2008-08-20
mm: dirty page tracking race fix
Nick Piggin
2008-07-28
mmu-notifiers: add mm_take_all_locks() operation
Andrea Arcangeli
2008-02-07
Memory controller: make page_referenced() cgroup aware
Balbir Singh
2007-05-17
mm: more rmap checking
Nick Piggin
2006-12-22
[PATCH] mm: more rmap debugging
Nick Piggin
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-09-26
[PATCH] mm: tracking shared dirty pages
Peter Zijlstra
2006-06-23
[PATCH] Swapless page migration: rip out swap based logic
Christoph Lameter
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
[next]