index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
mm: shmem: fix data-race in shmem_getattr()
Jeongjun Park
1
-0
/
+2
2024-10-17
mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()
Kefeng Wang
1
-6
/
+1
2024-09-23
Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-151
/
+299
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-6
/
+5
2024-09-09
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
1
-1
/
+1
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
1
-28
/
+31
2024-09-09
mm: shmem: extend shmem_unused_huge_shrink() to all sizes
Hugh Dickins
1
-25
/
+20
2024-09-09
mm: shmem: fix minor off-by-one in shrinkable calculation
Hugh Dickins
1
-1
/
+1
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
1
-6
/
+0
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
1
-5
/
+6
2024-09-03
mm: shmem: support large folio swap out
Baolin Wang
1
-6
/
+22
2024-09-03
mm: shmem: split large entry if the swapin folio is not large
Baolin Wang
1
-0
/
+103
2024-09-03
mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...
Baolin Wang
1
-1
/
+1
2024-09-03
mm: shmem: support large folio allocation for shmem_replace_folio()
Baolin Wang
1
-28
/
+46
2024-09-03
mm: shmem: use swap_free_nr() to free shmem swap entries
Baolin Wang
1
-6
/
+10
2024-09-03
mm: shmem: return number of pages beeing freed in shmem_free_swap
Daniel Gomez
1
-9
/
+16
2024-09-03
mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
Baolin Wang
1
-1
/
+1
2024-09-03
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
1
-2
/
+4
2024-09-01
mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()
Baolin Wang
1
-17
/
+30
2024-09-01
mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
Baolin Wang
1
-7
/
+8
2024-09-01
mm: shmem: simplify the suitable huge orders validation for tmpfs
Baolin Wang
1
-24
/
+15
2024-08-07
mm: shmem: fix incorrect aligned index when checking conflicts
Baolin Wang
1
-3
/
+4
2024-08-07
mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
Baolin Wang
1
-6
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-07-22
quota: remove unneeded return value of register_quota_format
Kemeng Shi
1
-6
/
+1
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-61
/
+298
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+4
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+6
2024-07-12
mm: shmem: rename mTHP shmem counters
Ryan Roberts
1
-4
/
+4
2024-07-12
mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
Bang Li
1
-8
/
+1
2024-07-10
mm/shmem: fix input and output inconsistencies
Bang Li
1
-1
/
+1
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-2
/
+13
2024-07-03
mm/shmem: disable PMD-sized page cache if needed
Gavin Shan
1
-2
/
+13
2024-07-03
mm: shmem: add mTHP counters for anonymous shmem
Baolin Wang
1
-3
/
+15
2024-07-03
mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
Baolin Wang
1
-9
/
+31
2024-07-03
mm: shmem: add mTHP support for anonymous shmem
Baolin Wang
1
-30
/
+157
2024-07-03
mm: shmem: add multi-size THP sysfs interface for anonymous shmem
Baolin Wang
1
-0
/
+96
2024-07-03
mm: shmem: add THP validation for PMD-mapped THP related statistics
Baolin Wang
1
-3
/
+4
2024-07-03
mm/swap: reduce swap cache search space
Kairui Song
1
-1
/
+1
2024-07-03
mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()
Kefeng Wang
1
-23
/
+9
2024-07-02
tmpfs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-06-15
mm: shmem: fix getting incorrect lruvec when replacing a shmem folio
Baolin Wang
1
-1
/
+1
2024-06-03
tmpfs: don't interrupt fallocate with EINTR
Mikulas Patocka
1
-3
/
+6
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+6
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-2
/
+1
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-6
/
+5
2024-04-25
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-1
/
+1
2024-04-17
libfs: Add simple_offset_rename() API
Chuck Lever
1
-2
/
+1
[next]