index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
mm, compaction: properly signal and act upon lock and need_sched() contention
Vlastimil Babka
1
-10
/
+44
2014-06-04
mm/compaction: avoid rescanning pageblocks in isolate_freepages
Vlastimil Babka
1
-15
/
+7
2014-06-04
mm/compaction: do not count migratepages when unnecessary
Vlastimil Babka
1
-24
/
+7
2014-06-04
mm, compaction: terminate async compaction when rescheduling
David Rientjes
1
-1
/
+6
2014-06-04
mm, compaction: embed migration mode in compact_control
David Rientjes
1
-17
/
+19
2014-06-04
mm, compaction: add per-zone migration pfn cache for async compaction
David Rientjes
1
-26
/
+40
2014-06-04
mm, compaction: return failed migration target pages back to freelist
David Rientjes
1
-9
/
+18
2014-06-04
mm, migration: add destination page freeing callback
David Rientjes
1
-1
/
+1
2014-06-04
mm/compaction: cleanup isolate_freepages()
Vlastimil Babka
1
-29
/
+27
2014-06-04
mm/compaction: clean up unused code lines
Heesub Shin
1
-10
/
+0
2014-05-06
mm/compaction: make isolate_freepages start at pageblock boundary
Vlastimil Babka
1
-10
/
+12
2014-04-07
mm, compaction: determine isolation mode only once
David Rientjes
1
-7
/
+2
2014-04-07
mm/compaction: clean-up code on success of ballon isolation
Joonsoo Kim
1
-7
/
+4
2014-04-07
mm/compaction: check pageblock suitability once per pageblock
Joonsoo Kim
1
-15
/
+19
2014-04-07
mm/compaction: change the timing to check to drop the spinlock
Joonsoo Kim
1
-1
/
+1
2014-04-07
mm/compaction: do not call suitable_migration_target() on every page
Joonsoo Kim
1
-2
/
+11
2014-04-07
mm/compaction: disallow high-order page for migration target
Joonsoo Kim
1
-12
/
+3
2014-04-03
mm/compaction.c: mark function as static
Rashika Kheria
1
-1
/
+1
2014-04-03
mm, compaction: avoid isolating pinned pages
David Rientjes
1
-0
/
+9
2014-04-03
mm, compaction: ignore pageblock skip when manually invoking compaction
David Rientjes
1
-0
/
+1
2014-03-10
mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block
Laura Abbott
1
-7
/
+13
2014-01-23
mm: improve documentation of page_order
Mel Gorman
1
-1
/
+4
2014-01-23
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-1
/
+1
2014-01-21
mm: compaction: reset scanner positions immediately when they meet
Vlastimil Babka
1
-0
/
+4
2014-01-21
mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
Vlastimil Babka
1
-2
/
+9
2014-01-21
mm: compaction: detect when scanners meet in isolate_freepages
Vlastimil Babka
1
-4
/
+15
2014-01-21
mm: compaction: reset cached scanner pfn's before reading them
Vlastimil Babka
1
-8
/
+8
2014-01-21
mm: compaction: encapsulate defer reset logic
Vlastimil Babka
1
-5
/
+4
2014-01-21
mm: compaction: trace compaction begin and end
Mel Gorman
1
-0
/
+4
2013-12-18
mm/compaction: respect ignore_skip_hint in update_pageblock_skip
Joonsoo Kim
1
-0
/
+4
2013-11-13
mm/compaction.c: update comment about zone lock in isolate_freepages_block
Jerome Marchand
1
-4
/
+3
2013-09-30
mm/compaction.c: periodically schedule when freeing pages
David Rientjes
1
-0
/
+7
2013-09-11
mm: compaction: do not compact pgdat for order-0
Mel Gorman
1
-0
/
+3
2013-02-23
mm: add & use zone_end_pfn() and zone_spans_pfn()
Cody P Schafer
1
-5
/
+5
2013-02-23
mm: remove offlining arg to migrate_pages
Hugh Dickins
1
-1
/
+1
2013-02-23
mm: remove MIGRATE_ISOLATE check in hotpath
Minchan Kim
1
-1
/
+5
2013-02-23
mm: compaction: make __compact_pgdat() and compact_pgdat() return void
Andrew Morton
1
-7
/
+5
2013-02-23
mm: compaction: do not accidentally skip pageblocks in the migrate scanner
Mel Gorman
1
-3
/
+2
2013-01-11
mm: compaction: partially revert capture of suitable high-order page
Mel Gorman
1
-79
/
+13
2013-01-11
mm: compaction: fix echo 1 > compact_memory return error issue
Jason Liu
1
-4
/
+2
2012-12-20
compaction: fix build error in CMA && !COMPACTION
Minchan Kim
1
-6
/
+20
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+10
2012-12-12
mm: compaction: Fix compiler warning
Thierry Reding
1
-54
/
+54
2012-12-11
mm: introduce putback_movable_pages()
Rafael Aquini
1
-3
/
+3
2012-12-11
mm: introduce compaction and migration for ballooned pages
Rafael Aquini
1
-2
/
+19
2012-12-11
mm: compaction: Add scanned and isolated counters for compaction
Mel Gorman
1
-0
/
+8
2012-12-11
mm: migrate: Add a tracepoint for migrate_pages
Mel Gorman
1
-1
/
+2
2012-12-11
mm: compaction: Move migration fail/success stats to migrate.c
Mel Gorman
1
-4
/
+0
2012-12-06
mm: compaction: validate pfn range passed to isolate_freepages_block
Mel Gorman
1
-1
/
+9
2012-10-19
mm: compaction: correct the nr_strict va isolated check for CMA
Mel Gorman
1
-1
/
+1
[next]