index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
mm: page_alloc: simpify page del and expand
Huan Yang
1
-10
/
+25
2024-09-09
selftests/mm: relax test to fail after 100 migration failures
Dev Jain
1
-6
/
+11
2024-09-09
mm/vmalloc.c: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-8
/
+3
2024-09-09
mm: add sysfs entry to disable splitting underused THPs
Usama Arif
2
-0
/
+36
2024-09-09
mm: split underused THPs
Usama Arif
6
-3
/
+69
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
8
-21
/
+56
2024-09-09
mm: selftest to verify zero-filled pages are mapped to zeropage
Alexander Zhu
3
-0
/
+94
2024-09-09
mm: remap unused subpages to shared zeropage when splitting isolated thp
Yu Zhao
4
-16
/
+75
2024-09-09
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
2
-26
/
+27
2024-09-09
mm: document __GFP_NOFAIL must be blockable
Barry Song
1
-1
/
+4
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
2
-8
/
+12
2024-09-09
mm/hugetlb: sort out global lock annotations
Mateusz Guzik
1
-3
/
+3
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
maple_tree: dump error message based on format
Wei Yang
1
-2
/
+8
2024-09-09
maple_tree: arange64 node is not a leaf node
Wei Yang
1
-5
/
+1
2024-09-09
Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetups
SeongJae Park
1
-2
/
+4
2024-09-09
Docs/damon/maintainer-profile: add links in place
SeongJae Park
1
-40
/
+44
2024-09-09
Docs/damon: use damonitor GitHub organization instead of awslabs
SeongJae Park
8
-23
/
+23
2024-09-09
Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"
SeongJae Park
1
-11
/
+4
2024-09-09
mm/damon/core: remove per-scheme region priority histogram buffer
SeongJae Park
1
-1
/
+0
2024-09-09
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
1
-3
/
+6
2024-09-09
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
2
-0
/
+7
2024-09-09
mm: remove putback_lru_page()
Kefeng Wang
2
-6
/
+0
2024-09-09
mm: remove isolate_lru_page()
Kefeng Wang
9
-33
/
+25
2024-09-09
mm: migrate_device: use more folio in migrate_device_finalize()
Kefeng Wang
1
-19
/
+22
2024-09-09
mm: migrate_device: use more folio in migrate_device_unmap()
Kefeng Wang
1
-10
/
+10
2024-09-09
mm: migrate_device: use a folio in migrate_device_range()
Kefeng Wang
1
-4
/
+5
2024-09-09
mm: migrate_device: convert to migrate_device_coherent_folio()
Kefeng Wang
3
-17
/
+17
2024-09-09
swap: convert swapon() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2024-09-09
mm: count the number of partially mapped anonymous THPs per size
Barry Song
3
-0
/
+14
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
6
-6
/
+37
2024-09-09
mm: tidy up shmem mTHP controls and stats
Ryan Roberts
1
-28
/
+112
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
3
-43
/
+35
2024-09-03
mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
Kefeng Wang
1
-28
/
+15
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
3
-35
/
+42
2024-09-03
mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
Kefeng Wang
1
-10
/
+10
2024-09-03
mm: memory-failure: add unmap_poisoned_folio()
Kefeng Wang
2
-17
/
+35
2024-09-03
mm: memory_hotplug: remove head variable in do_migrate_range()
Kefeng Wang
1
-8
/
+14
2024-09-03
mm/damon/tests: add .kunitconfig file for DAMON kunit tests
SeongJae Park
1
-0
/
+22
2024-09-03
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
8
-4
/
+4
2024-09-03
mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...
SeongJae Park
1
-0
/
+5
2024-09-03
mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registered
SeongJae Park
1
-0
/
+5
2024-09-03
mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset case
SeongJae Park
1
-1
/
+16
2024-09-03
mm/damon/core-test: test only vaddr case on ops registration test
SeongJae Park
1
-6
/
+2
2024-09-03
selftests/damon: add execute permissions to test scripts
SeongJae Park
9
-0
/
+0
2024-09-03
selftests/damon: cleanup __pycache__/ with 'make clean'
SeongJae Park
1
-0
/
+2
2024-09-03
selftests/damon: add access_memory_even to .gitignore
SeongJae Park
1
-0
/
+1
2024-09-03
sched/numa: Fix the vma scan starving issue
Yujie Liu
1
-0
/
+9
2024-09-03
memory tier: fix deadlock warning while onlining pages
Yanfei Xu
1
-1
/
+2
[next]