index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: compaction: Abort async compaction if locks are contended or taking too long
Mel Gorman
2012-08-21
1
-21
/
+79
*
mm: have order > 0 compaction start near a pageblock with free pages
Mel Gorman
2012-08-21
1
-26
/
+28
*
mm/compaction.c: fix deferring compaction mistake
Minchan Kim
2012-08-21
1
-1
/
+1
*
mm: have order > 0 compaction start off where it left
Rik van Riel
2012-07-31
1
-5
/
+58
*
mm, thp: abort compaction if migration page cannot be charged to memcg
David Rientjes
2012-07-11
1
-1
/
+4
*
Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"
Linus Torvalds
2012-06-03
1
-119
/
+23
*
mm/memcg: apply add/del_page to lruvec
Hugh Dickins
2012-05-29
1
-1
/
+4
*
mm: remove lru type checks from __isolate_lru_page()
Konstantin Khlebnikov
2012-05-29
1
-2
/
+2
*
mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks
Bartlomiej Zolnierkiewicz
2012-05-29
1
-23
/
+119
*
mm: mmzone: MIGRATE_CMA migration type added
Michal Nazarewicz
2012-05-21
1
-3
/
+8
*
mm: compaction: export some of the functions
Michal Nazarewicz
2012-05-21
1
-171
/
+157
*
mm: compaction: introduce isolate_freepages_range()
Michal Nazarewicz
2012-05-21
1
-18
/
+93
*
mm: compaction: introduce map_pages()
Michal Nazarewicz
2012-05-21
1
-4
/
+11
*
mm: compaction: introduce isolate_migratepages_range()
Michal Nazarewicz
2012-05-21
1
-21
/
+54
*
mm: compaction: make compact_control order signed
Dan Carpenter
2012-03-21
1
-2
/
+2
*
compact_pgdat: workaround lockdep warning in kswapd
Hugh Dickins
2012-03-21
1
-10
/
+12
*
vmscan: only defer compaction for failed order and higher
Rik van Riel
2012-03-21
1
-1
/
+11
*
vmscan: kswapd carefully call compaction
Rik van Riel
2012-03-21
1
-18
/
+35
*
mm: compaction: check for overlapping nodes during isolation for migration
Mel Gorman
2012-02-08
1
-1
/
+10
*
mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...
Mel Gorman
2012-02-03
1
-0
/
+13
*
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
2012-01-12
1
-1
/
+1
*
mm: compaction: make isolate_lru_page() filter-aware again
Mel Gorman
2012-01-12
1
-0
/
+3
*
mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memory
Mel Gorman
2012-01-12
1
-0
/
+1
*
mm: compaction: allow compaction to isolate dirty pages
Mel Gorman
2012-01-12
1
-3
/
+0
*
mm: compaction: push isolate search base of compact control one pfn ahead
Hillf Danton
2012-01-10
1
-1
/
+3
*
convert 'memory' sysdev_class to a regular subsystem
Kay Sievers
2011-12-21
1
-5
/
+5
*
mm: compaction: make compact_zone_order() static
Kyungmin Park
2011-10-31
1
-1
/
+1
*
mm: compaction: make isolate_lru_page() filter-aware
Minchan Kim
2011-10-31
1
-2
/
+5
*
mm: change isolate mode from #define to bitwise type
Minchan Kim
2011-10-31
1
-1
/
+2
*
mm: compaction: trivial clean up in acct_isolated()
Minchan Kim
2011-10-31
1
-13
/
+5
*
mm: compaction: abort compaction if too many pages are isolated and caller is...
Mel Gorman
2011-06-15
1
-5
/
+24
*
mm: compaction: ensure that the compaction free scanner does not move to the ...
Mel Gorman
2011-06-15
1
-1
/
+12
*
compaction: checks correct fragmentation index
Shaohua Li
2011-06-15
1
-2
/
+4
*
mm: compaction: fix special case -1 order checks
Michal Hocko
2011-06-15
1
-14
/
+14
*
mm: compaction: minimise the time IRQs are disabled while isolating pages for...
Andrea Arcangeli
2011-03-22
1
-0
/
+18
*
mm: compaction: minimise the time IRQs are disabled while isolating free pages
Mel Gorman
2011-03-22
1
-5
/
+13
*
mm/compaction: check migrate_pages's return value instead of list_empty()
Minchan Kim
2011-03-22
1
-2
/
+3
*
mm: compaction: prevent kswapd compacting memory to reduce CPU usage
Andrea Arcangeli
2011-03-22
1
-21
/
+3
*
mm: compaction: prevent division-by-zero during user-requested compaction
Johannes Weiner
2011-01-20
1
-0
/
+11
*
thp: use compaction for all allocation orders
Andrea Arcangeli
2011-01-13
1
-1
/
+1
*
thp: use compaction in kswapd for GFP_ATOMIC order > 0
Andrea Arcangeli
2011-01-13
1
-5
/
+26
*
thp: transhuge isolate_migratepages()
Andrea Arcangeli
2011-01-13
1
-0
/
+15
*
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
2011-01-13
1
-0
/
+15
*
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
2011-01-13
1
-1
/
+1
*
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
2011-01-13
1
-4
/
+10
*
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
2011-01-13
1
-34
/
+55
*
mm: compaction: add trace events for memory compaction activity
Mel Gorman
2011-01-13
1
-1
/
+13
*
mm/compaction.c: avoid double mem_cgroup_del_lru()
Minchan Kim
2010-12-22
1
-1
/
+0
*
mm: compaction: handle active and inactive fairly in too_many_isolated
Minchan Kim
2010-09-09
1
-3
/
+4
*
mm: compaction: add a tunable that decides when memory should be compacted an...
Mel Gorman
2010-05-25
1
-1
/
+11
[next]