index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()
Baolin Wang
1
-3
/
+4
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+8
2021-11-06
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
1
-1
/
+1
2021-11-06
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
1
-2
/
+8
2021-09-27
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/memcg: Add folio_lruvec()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+7
2021-09-08
mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
Mike Rapoport
1
-13
/
+7
2021-09-03
mm: compaction: support triggering of proactive compaction by user
Charan Teja Reddy
1
-2
/
+36
2021-09-03
mm: compaction: optimize proactive compaction deferrals
Charan Teja Reddy
1
-10
/
+19
2021-09-03
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
1
-1
/
+1
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-11
/
+9
2021-06-30
mm/compaction: fix 'limit' in fast_isolate_freepages
Wonhyuk Yang
1
-3
/
+3
2021-06-30
mm: compaction: remove duplicate !list_empty(&sublist) check
Liu Xiang
1
-4
/
+2
2021-06-30
mm/compaction: use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+4
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-06-29
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
1
-1
/
+1
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-1
/
+1
2021-05-05
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
1
-1
/
+2
2021-05-05
mm: compaction: update the COMPACT[STALL|FAIL] events properly
Charan Teja Reddy
1
-0
/
+8
2021-05-05
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
1
-3
/
+0
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
1
-1
/
+11
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
1
-3
/
+30
2021-05-05
mm,compaction: let isolate_migratepages_{range,block} return error codes
Oscar Salvador
1
-27
/
+25
2021-02-24
mm, compaction: make fast_isolate_freepages() stay within zone
Vlastimil Babka
1
-5
/
+11
2021-02-24
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
1
-15
/
+12
2021-02-24
mm/compaction: correct deferral logic for proactive compaction
Charan Teja Reddy
1
-6
/
+14
2021-02-24
mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
Miaohe Lin
1
-1
/
+0
2021-02-24
mm/compaction: remove rcu_read_lock during page compaction
Alex Shi
1
-4
/
+1
2021-02-24
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
1
-1
/
+1
2021-02-24
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
1
-1
/
+1
2021-02-05
mm, compaction: move high_pfn to the for loop scope
Rokudo Yan
1
-1
/
+2
2020-12-15
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-20
/
+36
2020-12-15
mm/compaction: do page isolation first in compaction
Alex Shi
1
-9
/
+33
2020-12-15
mm/compaction: make defer_compaction and compaction_deferred static
Hui Su
1
-4
/
+4
2020-12-15
mm/compaction: move compaction_suitable's comment to right place
Hui Su
1
-7
/
+7
2020-12-15
mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()
Yanfei Xu
1
-4
/
+3
2020-11-14
mm/compaction: stop isolation if too many pages are isolated and we have page...
Zi Yan
1
-0
/
+4
2020-11-14
mm/compaction: count pages and stop correctly during page isolation
Zi Yan
1
-4
/
+4
2020-10-16
mm: rename page_order() to buddy_order()
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-10-13
mm/compaction.c: micro-optimization remove unnecessary branch
Mateusz Nosek
1
-3
/
+2
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-08-12
mm/compaction.c: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-12
mm/compaction: correct the comments of compact_defer_shift
Alex Shi
1
-1
/
+1
2020-08-12
mm: use unsigned types for fragmentation score
Nitin Gupta
1
-9
/
+9
2020-08-12
mm: fix compile error due to COMPACTION_HPAGE_ORDER
Nitin Gupta
1
-1
/
+1
2020-08-12
mm: proactive compaction
Nitin Gupta
1
-5
/
+178
2020-06-26
mm, compaction: make capture control handling safe wrt interrupts
Vlastimil Babka
1
-3
/
+14
[next]