index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2023-12-30
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
1
-2
/
+1
2023-12-29
mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio
Matthew Wilcox (Oracle)
1
-5
/
+3
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
1
-0
/
+1
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-1
/
+18
2023-12-13
mm/shmem: fix race in shmem_undo_range w/THP
David Stevens
1
-1
/
+18
2023-12-11
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-4
/
+4
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-294
/
+294
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-10
/
+10
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-26
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
1
-41
/
+51
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-4
/
+4
2023-10-19
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
1
-1
/
+1
2023-10-19
shmem,percpu_counter: add _limited_add(fbc, limit, amount)
Hugh Dickins
1
-5
/
+5
2023-10-19
shmem: _add_to_page_cache() before shmem_inode_acct_blocks()
Hugh Dickins
1
-111
/
+118
2023-10-19
shmem: move memcg charge out of shmem_add_to_page_cache()
Hugh Dickins
1
-39
/
+29
2023-10-19
shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
Hugh Dickins
1
-7
/
+7
2023-10-19
shmem: trivial tidyups, removing extra blank lines, etc
Hugh Dickins
1
-35
/
+21
2023-10-19
shmem: factor shmem_falloc_wait() out of shmem_fault()
Hugh Dickins
1
-57
/
+69
2023-10-19
shmem: remove vma arg from shmem_get_folio_gfp()
Hugh Dickins
1
-7
/
+6
2023-10-18
mm: convert to new timestamp accessors
Jeff Layton
1
-10
/
+10
2023-10-10
shmem: move shmem_xattr_handlers to .rodata
Wedson Almeida Filho
1
-1
/
+1
2023-10-04
mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG...
Ying Sun
1
-4
/
+0
2023-09-20
Revert "tmpfs: add support for multigrain timestamps"
Christian Brauner
1
-1
/
+1
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+7
2023-08-28
Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-222
/
+603
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-15
/
+15
2023-08-25
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
1
-3
/
+3
2023-08-25
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-2
/
+4
2023-08-25
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
1
-2
/
+4
2023-08-22
tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
Hugh Dickins
1
-1
/
+1
2023-08-21
mm/shmem.c: use helper macro K()
ZhangPeng
1
-2
/
+1
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-2
/
+2
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-1
/
+1
2023-08-11
tmpfs: trivial support for direct IO
Hugh Dickins
1
-2
/
+30
2023-08-11
tmpfs: add support for multigrain timestamps
Jeff Layton
1
-1
/
+1
2023-08-10
tmpfs,xattr: enable limited user extended attributes
Hugh Dickins
1
-9
/
+69
2023-08-09
tmpfs: track free_ispace instead of free_inodes
Hugh Dickins
1
-16
/
+17
2023-08-09
xattr: simple_xattr_set() return old_xattr to be freed
Hugh Dickins
1
-4
/
+6
2023-08-09
tmpfs: verify {g,u}id mount options correctly
Christian Brauner
1
-4
/
+24
2023-08-09
shmem: move spinlock into shmem_recalc_inode() to fix quota support
Hugh Dickins
1
-63
/
+44
2023-08-09
shmem: stable directory offsets
Chuck Lever
1
-7
/
+40
2023-08-09
shmem: Refactor shmem_symlink()
Chuck Lever
1
-10
/
+9
2023-08-09
shmem: fix quota lock nesting in huge hole handling
Hugh Dickins
1
-10
/
+9
2023-08-09
shmem: Add default quota limit mount options
Lukas Czerner
1
-0
/
+61
2023-08-09
shmem: quota support
Carlos Maiolino
1
-8
/
+178
2023-08-09
shmem: make shmem_get_inode() return ERR_PTR instead of NULL
Carlos Maiolino
1
-92
/
+119
2023-08-09
shmem: make shmem_inode_acct_block() return error
Lukas Czerner
1
-8
/
+10
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
[next]