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
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
mm: thp: introduce separate TTU flag for thp freezing
Naoya Horiguchi
2017-05-03
mm: remove SWAP_[SUCCESS|AGAIN|FAIL]
Minchan Kim
2017-05-03
mm: make rmap_one boolean function
Minchan Kim
2017-05-03
mm: make rmap_walk() return void
Minchan Kim
2017-05-03
mm: make ttu's return boolean
Minchan Kim
2017-05-03
mm: remove SWAP_MLOCK in ttu
Minchan Kim
2017-05-03
mm: make try_to_munlock() return void
Minchan Kim
2017-05-03
mm: remove SWAP_DIRTY in ttu
Minchan Kim
2017-05-03
mm: reclaim MADV_FREE pages
Shaohua Li
2017-05-03
mm: delete unnecessary TTU_* flags
Shaohua Li
2017-02-24
mm: drop page_check_address{,_transhuge}
Kirill A. Shutemov
2017-02-24
mm: introduce page_vma_mapped_walk()
Kirill A. Shutemov
2016-12-12
mm, rmap: handle anon_vma_prepare() common case inline
Vlastimil Babka
2016-07-26
rmap: support file thp
Kirill A. Shutemov
2016-07-15
mm: thp: refix false positive BUG in page_move_anon_rmap()
Hugh Dickins
2016-03-17
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
2016-03-17
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2016-03-17
rmap: introduce rmap_walk_locked()
Kirill A. Shutemov
2016-02-05
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
Konstantin Khlebnikov
2016-01-15
mm: support madvise(MADV_FREE)
Minchan Kim
2016-01-15
mm: add page_check_address_transhuge() helper
Vladimir Davydov
2016-01-15
mm: rework mapcount accounting to enable 4k mapping of THPs
Kirill A. Shutemov
2016-01-15
rmap: add argument to charge compound page
Kirill A. Shutemov
2015-09-04
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
2015-04-15
mm: uninline and cleanup page-mapping related helpers
Kirill A. Shutemov
2015-02-16
vfs: remove get_xip_mem
Matthew Wilcox
2015-02-10
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2015-01-08
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-06-04
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-03-20
mm: fix swapops.h:131 bug if remap_file_pages raced migration
Hugh Dickins
2014-01-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
2013-02-23
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
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
[next]