index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
mm/vmalloc.c: use helper function va_size()
ZhangPeng
2024-09-10
1
-9
/
+8
|
*
|
|
|
|
|
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
2024-09-10
2
-4
/
+4
|
*
|
|
|
|
|
mm: clean up mem_cgroup_iter()
Kinsey Ho
2024-09-10
1
-20
/
+12
|
*
|
|
|
|
|
mm: restart if multiple traversals raced
Kinsey Ho
2024-09-10
1
-9
/
+17
|
*
|
|
|
|
|
mm: increment gen # before restarting traversal
Kinsey Ho
2024-09-10
1
-10
/
+12
|
*
|
|
|
|
|
mm: don't hold css->refcnt during traversal
Kinsey Ho
2024-09-10
1
-17
/
+1
|
*
|
|
|
|
|
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
2024-09-10
1
-11
/
+5
|
*
|
|
|
|
|
mm: migrate: remove unused includes
Kefeng Wang
2024-09-10
1
-7
/
+0
|
*
|
|
|
|
|
mm: thp: simplify split_huge_pages_pid()
Nanyong Sun
2024-09-10
1
-6
/
+1
|
*
|
|
|
|
|
mm: migrate: simplify find_mm_struct()
Nanyong Sun
2024-09-10
1
-7
/
+1
|
*
|
|
|
|
|
mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...
SeongJae Park
2024-09-10
2
-1
/
+19
|
*
|
|
|
|
|
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
2024-09-10
1
-6
/
+4
|
*
|
|
|
|
|
mm: care about shadow stack guard gap when getting an unmapped area
Mark Brown
2024-09-10
1
-0
/
+14
|
*
|
|
|
|
|
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
2024-09-10
1
-4
/
+6
|
*
|
|
|
|
|
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
2024-09-10
1
-24
/
+7
|
*
|
|
|
|
|
mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERN
SeongJae Park
2024-09-10
1
-1
/
+1
|
*
|
|
|
|
|
mm: Kconfig: fixup zsmalloc configuration
Sergey Senozhatsky
2024-09-10
1
-1
/
+1
|
*
|
|
|
|
|
filemap: fix the last_index of mm_filemap_get_pages
Takaya Saeki
2024-09-10
1
-1
/
+1
|
*
|
|
|
|
|
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
2024-09-10
4
-31
/
+34
|
*
|
|
|
|
|
mm: page_alloc: simpify page del and expand
Huan Yang
2024-09-10
1
-10
/
+25
|
*
|
|
|
|
|
mm/vmalloc.c: make use of the helper macro LIST_HEAD()
Hongbo Li
2024-09-10
1
-8
/
+3
|
*
|
|
|
|
|
mm: add sysfs entry to disable splitting underused THPs
Usama Arif
2024-09-10
1
-0
/
+26
|
*
|
|
|
|
|
mm: split underused THPs
Usama Arif
2024-09-10
3
-3
/
+61
|
*
|
|
|
|
|
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-10
6
-18
/
+42
|
*
|
|
|
|
|
mm: remap unused subpages to shared zeropage when splitting isolated thp
Yu Zhao
2024-09-10
3
-15
/
+69
|
*
|
|
|
|
|
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
2024-09-10
1
-25
/
+25
|
*
|
|
|
|
|
mm/hugetlb: sort out global lock annotations
Mateusz Guzik
2024-09-10
1
-3
/
+3
|
*
|
|
|
|
|
mm: shmem: extend shmem_unused_huge_shrink() to all sizes
Hugh Dickins
2024-09-10
1
-25
/
+20
|
*
|
|
|
|
|
mm: shmem: fix minor off-by-one in shrinkable calculation
Hugh Dickins
2024-09-10
1
-1
/
+1
|
*
|
|
|
|
|
Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"
SeongJae Park
2024-09-10
1
-11
/
+4
|
*
|
|
|
|
|
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
2024-09-10
1
-3
/
+6
|
*
|
|
|
|
|
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
2024-09-10
1
-0
/
+5
|
*
|
|
|
|
|
mm: remove putback_lru_page()
Kefeng Wang
2024-09-10
2
-6
/
+0
|
*
|
|
|
|
|
mm: remove isolate_lru_page()
Kefeng Wang
2024-09-10
6
-17
/
+9
|
*
|
|
|
|
|
mm: migrate_device: use more folio in migrate_device_finalize()
Kefeng Wang
2024-09-10
1
-19
/
+22
|
*
|
|
|
|
|
mm: migrate_device: use more folio in migrate_device_unmap()
Kefeng Wang
2024-09-10
1
-10
/
+10
|
*
|
|
|
|
|
mm: migrate_device: use a folio in migrate_device_range()
Kefeng Wang
2024-09-10
1
-4
/
+5
|
*
|
|
|
|
|
mm: migrate_device: convert to migrate_device_coherent_folio()
Kefeng Wang
2024-09-10
3
-17
/
+17
|
*
|
|
|
|
|
swap: convert swapon() to use a folio
Matthew Wilcox (Oracle)
2024-09-10
1
-9
/
+7
|
*
|
|
|
|
|
mm: count the number of partially mapped anonymous THPs per size
Barry Song
2024-09-10
1
-0
/
+6
|
*
|
|
|
|
|
mm: count the number of anonymous THPs per size
Barry Song
2024-09-10
4
-4
/
+19
|
*
|
|
|
|
|
mm: tidy up shmem mTHP controls and stats
Ryan Roberts
2024-09-10
1
-28
/
+112
|
*
|
|
|
|
|
mm: cleanup count_mthp_stat() definition
Ryan Roberts
2024-09-10
2
-8
/
+0
|
*
|
|
|
|
|
mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
Kefeng Wang
2024-09-04
1
-28
/
+15
|
*
|
|
|
|
|
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
2024-09-04
2
-35
/
+39
|
*
|
|
|
|
|
mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
Kefeng Wang
2024-09-04
1
-10
/
+10
|
*
|
|
|
|
|
mm: memory-failure: add unmap_poisoned_folio()
Kefeng Wang
2024-09-04
2
-17
/
+35
|
*
|
|
|
|
|
mm: memory_hotplug: remove head variable in do_migrate_range()
Kefeng Wang
2024-09-04
1
-8
/
+14
|
*
|
|
|
|
|
mm/damon/tests: add .kunitconfig file for DAMON kunit tests
SeongJae Park
2024-09-04
1
-0
/
+22
|
*
|
|
|
|
|
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
2024-09-04
8
-4
/
+4
[prev]
[next]