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.18.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
/
shmem.c
Age
Commit message (
Expand
)
Author
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
2022-07-29
mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
Theodore Ts'o
2022-07-18
tmpfs: fix the issue that the mount and remount results are inconsistent.
ZhaoLong Wang
2022-07-03
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
2022-06-29
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
2022-06-16
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-27
mm/shmem.c: suppress shift warning
Andrew Morton
2022-05-27
mm/shmem: fix infinite loop when swap in shmem error at swapoff time
Miaohe Lin
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-25
mm/shmem: fix shmem folio swapoff hang
Hugh Dickins
2022-05-19
tmpfs: fix undefined-behaviour in shmem_reconfigure()
Luo Meng
2022-05-19
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
2022-05-19
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: convert shmem_getpage_gfp to use a folio
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: convert shmem_alloc_and_acct_page to use a folio
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: add shmem_alloc_folio()
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folio
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: convert shmem_add_to_page_cache to take a folio
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: use a folio in shmem_unused_huge_shrink
Matthew Wilcox (Oracle)
2022-05-13
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
2022-05-13
shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()
Matthew Wilcox (Oracle)
2022-05-13
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-04-28
mm: shmem: make shmem_init return void
Miaohe Lin
2022-04-15
tmpfs: fix regressions from wider use of ZERO_PAGE
Hugh Dickins
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
mm: shmem: use helper macro __ATTR_RW
Miaohe Lin
2022-03-22
tmpfs: do not allocate pages on read
Hugh Dickins
2022-03-22
shmem: mapping_set_exiting() to help mapped resilience
Hugh Dickins
2022-03-22
tmpfs: support for file creation time
Xavier Roche
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-01-22
mm: simplify try_to_unuse
Christoph Hellwig
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
2022-01-15
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
2022-01-15
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2022-01-08
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
2022-01-08
truncate,shmem: Handle truncates that split large folios
Matthew Wilcox (Oracle)
[next]