index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
mm: compaction: drop the redundant page validation in update_pageblock_skip()
Baolin Wang
1
-3
/
+0
2023-06-09
mm: compaction: avoid GFP_NOFS ABBA deadlock
Johannes Weiner
1
-2
/
+14
2023-06-09
mm: compaction: have compaction_suitable() return bool
Johannes Weiner
1
-33
/
+31
2023-06-09
mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()
Johannes Weiner
1
-7
/
+0
2023-06-09
mm: compaction: remove unnecessary is_via_compact_memory() checks
Johannes Weiner
1
-10
/
+1
2023-06-09
mm: compaction: refactor __compaction_suitable()
Johannes Weiner
1
-29
/
+50
2023-06-09
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
1
-8
/
+7
2023-06-09
Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""
Mel Gorman
1
-1
/
+0
2023-06-09
mm: compaction: update pageblock skip when first migration candidate is not a...
Mel Gorman
1
-11
/
+12
2023-06-09
mm: compaction: only force pageblock scan completion when skip hints are obeyed
Mel Gorman
1
-2
/
+3
2023-06-09
mm: compaction: ensure rescanning only happens on partially scanned pageblocks
Mel Gorman
1
-2
/
+3
2023-06-09
mm: compaction: optimize compact_memory to comply with the admin-guide
Wen Yang
1
-1
/
+11
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+16
2023-04-13
mm: compaction: remove incorrect #ifdef checks
Arnd Bergmann
1
-4
/
+0
2023-04-13
mm: compaction: move compaction sysctl to its own file
Minghao Chi
1
-12
/
+72
2023-04-05
mm: compaction: fix the possible deadlock when isolating hugetlb pages
Baolin Wang
1
-0
/
+5
2023-04-05
mm: compaction: consider the number of scanning compound pages in isolate fai...
Baolin Wang
1
-2
/
+9
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-4
/
+4
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-42
/
+59
2023-02-20
mm: change to return bool for isolate_movable_page()
Baolin Wang
1
-1
/
+1
2023-02-02
mm, compaction: finish pageblocks on complete migration failure
Mel Gorman
1
-8
/
+22
2023-02-02
mm, compaction: finish scanning the current pageblock if requested
Mel Gorman
1
-0
/
+7
2023-02-02
mm, compaction: check if a page has been captured before draining PCP pages
Mel Gorman
1
-6
/
+6
2023-02-02
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
1
-12
/
+12
2023-02-02
mm: compaction: avoid fragmentation score calculation for empty zones
Baolin Wang
1
-0
/
+2
2023-02-02
mm: compaction: add missing kcompactd wakeup trace event
Baolin Wang
1
-0
/
+2
2023-02-02
mm: compaction: count the migration scanned pages events for proactive compac...
Baolin Wang
1
-0
/
+5
2023-02-02
mm: compaction: move list validation into compact_zone()
Baolin Wang
1
-12
/
+3
2023-02-02
mm: compaction: remove redundant VM_BUG_ON() in compact_zone()
Baolin Wang
1
-3
/
+0
2023-01-29
Revert "mm/compaction: fix set skip in fast_find_migrateblock"
Vlastimil Babka
1
-0
/
+1
2023-01-18
mm: remove PageMovable export
Greg Kroah-Hartman
1
-1
/
+0
2022-11-30
mm, compaction: fix fast_isolate_around() to stay within boundaries
NARIBAYASHI Akira
1
-13
/
+5
2022-11-30
mm: migrate: fix THP's mapcount on isolation
Gavin Shan
1
-11
/
+11
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2022-10-12
mm/compaction: fix set skip in fast_find_migrateblock
Chuyi Zhou
1
-1
/
+0
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+17
2022-10-03
mm: add pageblock_aligned() macro
Kefeng Wang
1
-4
/
+4
2022-10-03
mm: reuse pageblock_start/end_pfn() macro
Kefeng Wang
1
-2
/
+0
2022-09-19
mm/compaction: Get rid of RT ifdeffery
Thomas Gleixner
1
-5
/
+1
2022-09-11
mm: fix null-ptr-deref in kswapd_is_running()
Kefeng Wang
1
-1
/
+13
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+4
2022-08-02
fs: Remove aops->migratepage()
Matthew Wilcox (Oracle)
1
-3
/
+2
2022-08-02
fs: Add aops->migrate_folio
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
1
-16
/
+13
2022-07-29
mm: compaction: include compound page count for scanning in pageblock isolation
William Lam
1
-0
/
+3
2022-07-03
mm, docs: fix comments that mention mem_hotplug_end()
Yun-Ze Li
1
-1
/
+1
2022-05-13
mm, compaction: fast_find_migrateblock() should return pfn in the target zone
Rei Yamamoto
1
-0
/
+2
2022-05-13
tracing: incorrect gfp_t conversion
Vasily Averin
1
-1
/
+1
2022-04-28
mm: compaction: make sure highest is above the min_pfn
Miaohe Lin
1
-1
/
+1
2022-04-28
mm: compaction: simplify the code in __compact_finished
Miaohe Lin
1
-21
/
+8
[prev]
[next]