index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
mm/page_alloc: make bad_range() return bool
Hao Ge
1
-6
/
+6
2024-02-23
madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...
Barry Song
1
-1
/
+1
2024-02-23
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
1
-1
/
+2
2024-02-23
shmem: properly report quota mount options
Jan Kara
1
-0
/
+18
2024-02-23
mm/compaction: optimize >0 order folio compaction with free page split.
Zi Yan
1
-5
/
+30
2024-02-23
mm/compaction: add support for >0 order folio memory compaction.
Zi Yan
3
-63
/
+83
2024-02-23
mm/compaction: enable compacting >0 order folios.
Zi Yan
1
-25
/
+76
2024-02-23
mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
Zi Yan
1
-5
/
+5
2024-02-23
mm/zsmalloc: remove get_zspage_mapping()
Chengming Zhou
1
-24
/
+4
2024-02-23
mm/zsmalloc: remove_zspage() don't need fullness parameter
Chengming Zhou
1
-7
/
+7
2024-02-23
mm/zsmalloc: remove set_zspage_mapping()
Chengming Zhou
1
-11
/
+2
2024-02-23
mm: compaction: early termination in compact_nodes()
Kefeng Wang
1
-7
/
+17
2024-02-23
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
1
-14
/
+13
2024-02-23
mm/z3fold: fix the comment for __encode_handle()
Zhongkun He
1
-2
/
+3
2024-02-23
mm/zsmalloc: remove unused zspage->isolated
Chengming Zhou
1
-32
/
+0
2024-02-23
mm/zsmalloc: remove migrate_write_lock_nested()
Chengming Zhou
1
-17
/
+5
2024-02-23
mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTION
Chengming Zhou
1
-6
/
+3
2024-02-23
mm/damon/reclaim: implement memory PSI-driven quota self-tuning
SeongJae Park
1
-0
/
+25
2024-02-23
mm/damon/reclaim: implement user-feedback driven quota auto-tuning
SeongJae Park
1
-0
/
+28
2024-02-23
mm/damon/sysfs-schemes: support PSI-based quota auto-tune
SeongJae Park
1
-2
/
+40
2024-02-23
mm/damon/core: implement PSI metric DAMOS quota goal
SeongJae Park
1
-0
/
+25
2024-02-23
mm/damon/core: support multiple metrics for quota goal
SeongJae Park
2
-5
/
+22
2024-02-23
mm/damon/core: let goal specified with only target and current values
SeongJae Park
2
-12
/
+7
2024-02-23
mm/damon/core: remove ->goal field of damos_quota
SeongJae Park
1
-12
/
+5
2024-02-23
mm/damon/sysfs: use only quota->goals
SeongJae Park
3
-19
/
+35
2024-02-23
mm/damon/core: add multiple goals per damos_quota and helpers for those
SeongJae Park
1
-7
/
+71
2024-02-23
mm/damon/core: split out quota goal related fields to a struct
SeongJae Park
2
-11
/
+12
2024-02-23
mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...
SeongJae Park
3
-0
/
+56
2024-02-23
mm/damon/sysfs-schemes: implement quota effective_bytes file
SeongJae Park
1
-0
/
+14
2024-02-23
mm/damon/core: set damos_quota->esz as public field and document
SeongJae Park
1
-4
/
+4
2024-02-23
mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
Lance Yang
1
-6
/
+12
2024-02-23
mm: vmalloc: refactor vmalloc_dump_obj() function
Uladzislau Rezki (Sony)
1
-16
/
+17
2024-02-23
mm: vmalloc: improve description of vmap node layer
Uladzislau Rezki (Sony)
1
-14
/
+46
2024-02-23
mm: vmalloc: add a shrinker to drain vmap pools
Uladzislau Rezki (Sony)
1
-0
/
+39
2024-02-23
mm: vmalloc: set nr_nodes based on CPUs in a system
Uladzislau Rezki (Sony)
1
-6
/
+23
2024-02-23
mm: vmalloc: support multiple nodes in vmallocinfo
Uladzislau Rezki (Sony)
1
-73
/
+47
2024-02-23
mm: vmalloc: support multiple nodes in vread_iter
Uladzislau Rezki (Sony)
1
-14
/
+53
2024-02-23
mm: vmalloc: add a scan area of VA only once
Uladzislau Rezki (Sony)
1
-6
/
+6
2024-02-23
mm: vmalloc: offload free_vmap_area_lock lock
Uladzislau Rezki (Sony)
1
-45
/
+342
2024-02-23
mm: vmalloc: remove global purge_vmap_area_root rb-tree
Uladzislau Rezki (Sony)
1
-53
/
+82
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2
-4
/
+0
2024-02-23
mm: vmalloc: remove global vmap_area_root rb-tree
Uladzislau Rezki (Sony)
1
-68
/
+174
2024-02-23
mm: vmalloc: move vmap_init_free_space() down in vmalloc.c
Uladzislau Rezki (Sony)
1
-41
/
+41
2024-02-23
mm: vmalloc: rename adjust_va_to_fit_type() function
Uladzislau Rezki (Sony)
1
-7
/
+6
2024-02-23
mm: vmalloc: add va_alloc() helper
Uladzislau Rezki (Sony)
1
-13
/
+28
2024-02-23
mm,page_owner: filter out stacks by a threshold
Oscar Salvador
1
-1
/
+22
2024-02-23
mm,page_owner: display all stacks and their count
Oscar Salvador
1
-1
/
+92
2024-02-23
mm,page_owner: implement the tracking of the stacks count
Oscar Salvador
1
-1
/
+72
2024-02-23
mm,page_owner: maintain own list of stack_records structs
Oscar Salvador
1
-0
/
+15
2024-02-23
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
7
-102
/
+56
[prev]
[next]