index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-14
1
-132
/
+223
|
\
|
*
mm/compaction: optimize >0 order folio compaction with free page split.
Zi Yan
2024-02-23
1
-5
/
+30
|
*
mm/compaction: add support for >0 order folio memory compaction.
Zi Yan
2024-02-23
1
-61
/
+79
|
*
mm/compaction: enable compacting >0 order folios.
Zi Yan
2024-02-23
1
-25
/
+76
|
*
mm: compaction: early termination in compact_nodes()
Kefeng Wang
2024-02-23
1
-7
/
+17
|
*
mm: compaction: limit the suitable target page order to be less than cc->order
Baolin Wang
2024-02-22
1
-1
/
+3
|
*
mm: compaction: refactor compact_node()
Kefeng Wang
2024-02-22
1
-44
/
+21
|
*
mm: compaction: update the cc->nr_migratepages when allocating or freeing the...
Baolin Wang
2024-02-22
1
-2
/
+10
*
|
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
2024-03-04
1
-6
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
1
-12
/
+31
|
\
|
*
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
1
-12
/
+31
|
|
\
|
|
*
mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
Sean Christopherson
2023-11-13
1
-12
/
+31
*
|
|
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
1
-2
/
+2
*
|
|
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2024-01-08
1
-1
/
+1
*
|
|
mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
Barry Song
2023-12-12
1
-0
/
+3
|
/
/
*
|
mm/compaction: factor out code to test if we should run compaction for target...
Kemeng Shi
2023-10-04
1
-27
/
+39
*
|
mm/compaction: improve comment of is_via_compact_memory
Kemeng Shi
2023-10-04
1
-2
/
+4
*
|
mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...
Kemeng Shi
2023-10-04
1
-3
/
+2
*
|
mm/compaction: correctly return failure with bogus compound_order in strict mode
Kemeng Shi
2023-10-04
1
-3
/
+3
*
|
mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...
Kemeng Shi
2023-10-04
1
-2
/
+2
*
|
mm/compaction: use correct list in move_freelist_{head}/{tail}
Kemeng Shi
2023-10-04
1
-4
/
+4
|
/
*
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-21
1
-3
/
+5
|
\
|
*
mm: compaction: fix endless looping over same migrate block
Johannes Weiner
2023-08-04
1
-3
/
+5
*
|
mm/compaction: remove unused parameter pgdata of fragmentation_score_wmark
Kemeng Shi
2023-08-21
1
-3
/
+3
*
|
mm/compaction: only set skip flag if cc->no_set_skip_hint is false
Kemeng Shi
2023-08-21
1
-1
/
+1
*
|
mm/compaction: remove unnecessary return for void function
Kemeng Shi
2023-08-21
1
-3
/
+1
*
|
mm/compaction: correct comment to complete migration failure
Kemeng Shi
2023-08-21
1
-1
/
+1
*
|
mm/compaction: correct comment of cached migrate pfn update
Kemeng Shi
2023-08-21
1
-1
/
+1
*
|
mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepages
Kemeng Shi
2023-08-21
1
-3
/
+3
*
|
mm/compaction: skip page block marked skip in isolate_migratepages_block
Kemeng Shi
2023-08-21
1
-0
/
+1
*
|
mm/compaction: correct last_migrated_pfn update in compact_zone
Kemeng Shi
2023-08-21
1
-1
/
+2
*
|
mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...
Kemeng Shi
2023-08-21
1
-2
/
+0
*
|
mm/compaction: remove unnecessary cursor page in isolate_freepages_block
Kemeng Shi
2023-08-21
1
-6
/
+5
*
|
mm/compaction: merge end_pfn boundary check in isolate_freepages_range
Kemeng Shi
2023-08-21
1
-3
/
+2
*
|
mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skip
Kemeng Shi
2023-08-21
1
-1
/
+2
*
|
mm: improve the comment in isolate_migratepages_block()
Matthew Wilcox
2023-08-21
1
-7
/
+7
*
|
mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set
Kemeng Shi
2023-08-18
1
-2
/
+2
*
|
mm/compaction: correct comment of candidate pfn in fast_isolate_freepages
Kemeng Shi
2023-08-18
1
-1
/
+1
*
|
mm: compaction: skip the memory hole rapidly when isolating free pages
Baolin Wang
2023-08-18
1
-1
/
+33
*
|
mm: compaction: use the correct type of list for free pages
Baolin Wang
2023-08-18
1
-2
/
+2
|
/
*
mm: compaction: convert to use a folio in isolate_migratepages_block()
Kefeng Wang
2023-06-23
1
-40
/
+44
*
mm: compaction: skip memory hole rapidly when isolating migratable pages
Baolin Wang
2023-06-23
1
-1
/
+34
*
mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
Miaohe Lin
2023-06-19
1
-2
/
+2
*
mm: compaction: skip fast freepages isolation if enough freepages are isolated
Baolin Wang
2023-06-09
1
-0
/
+4
*
mm: compaction: add trace event for fast freepages isolation
Baolin Wang
2023-06-09
1
-1
/
+5
*
mm: compaction: only set skip flag if cc->no_set_skip_hint is false
Baolin Wang
2023-06-09
1
-1
/
+1
*
mm: compaction: skip more fully scanned pageblock
Baolin Wang
2023-06-09
1
-1
/
+1
*
mm: compaction: change fast_isolate_freepages() to void type
Baolin Wang
2023-06-09
1
-5
/
+3
*
mm: compaction: drop the redundant page validation in update_pageblock_skip()
Baolin Wang
2023-06-09
1
-3
/
+0
*
mm: compaction: avoid GFP_NOFS ABBA deadlock
Johannes Weiner
2023-06-09
1
-2
/
+14
[next]