index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-25
Revert "mm/vmscan: never demote for memcg reclaim"
Johannes Weiner
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-13
vmscan: remove remaining uses of page in shrink_page_list
Matthew Wilcox (Oracle)
2022-05-13
vmscan: convert the activate_locked portion of shrink_page_list to folios
Matthew Wilcox (Oracle)
2022-05-13
vmscan: move initialisation of mapping down
Matthew Wilcox (Oracle)
2022-05-13
vmscan: convert lazy freeing to folios
Matthew Wilcox (Oracle)
2022-05-13
vmscan: convert page buffer handling to use folios
Matthew Wilcox (Oracle)
2022-05-13
vmscan: convert dirty page handling to folios
Matthew Wilcox (Oracle)
2022-05-13
swap: convert add_to_swap() to take a folio
Matthew Wilcox (Oracle)
2022-05-13
vmscan: convert the writeback handling in shrink_page_list() to folios
Matthew Wilcox (Oracle)
2022-05-13
vmscan: use folio_mapped() in shrink_page_list()
Matthew Wilcox (Oracle)
2022-05-13
mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different node
Wei Yang
2022-05-13
mm/vmscan: filter empty page_list at the beginning
Wei Yang
2022-05-13
mm/vmscan: use helper folio_is_file_lru()
Miaohe Lin
2022-05-13
mm/vmscan: remove obsolete comment in kswapd_run
Miaohe Lin
2022-05-13
mm/vmscan: take all base pages of THP into account when race with speculative...
Miaohe Lin
2022-05-13
mm/vmscan: introduce helper function reclaim_page_list()
Miaohe Lin
2022-05-13
mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...
Miaohe Lin
2022-05-13
mm/vmscan: not necessary to re-init the list for each iteration
Wei Yang
2022-05-13
mm/vmscan: take min_slab_pages into account when try to call shrink_node
Miaohe Lin
2022-05-09
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
2022-05-09
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2022-04-28
mm/vmscan: fix comment for isolate_lru_pages
Miaohe Lin
2022-04-28
mm/vmscan: fix comment for current_may_throttle
Miaohe Lin
2022-04-28
mm/vmscan: remove obsolete comment in get_scan_count
Miaohe Lin
2022-04-28
mm/vmscan: sc->reclaim_idx must be a valid zone index
Wei Yang
2022-04-28
mm/vmscan: reclaim only affects managed_zones
Wei Yang
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
NUMA balancing: optimize page placement for memory tiering system
Huang Ying
2022-03-22
mm: vmscan: fix documentation for page_check_references()
Charan Teja Kalla
2022-03-22
mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
Hugh Dickins
2022-03-22
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
2022-03-22
remove inode_congested()
NeilBrown
2022-03-21
mm: Turn can_split_huge_page() into can_split_folio()
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Convert pageout() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Turn page_check_references() into folio_check_references()
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Account large folios correctly
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Optimise shrink_page_list for non-PMD-sized folios
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Free non-shmem folios without splitting them
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
2022-03-21
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
[next]