index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-11
mm: page_alloc: tighten up find_suitable_fallback()
Johannes Weiner
1
-3
/
+1
2025-05-11
mm/compaction: reduce the difference between low and high watermarks
Michal Clapinski
1
-2
/
+3
2025-05-11
mm/compaction: remove low watermark cap for proactive compaction
Michal Clapinski
1
-6
/
+1
2025-05-11
mm/compaction: use folio in hugetlb pathway
Vishal Moola (Oracle)
1
-4
/
+4
2025-04-11
mm/compaction: fix bug in hugetlb handling pathway
Vishal Moola (Oracle)
1
-3
/
+3
2025-03-17
mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
Johannes Weiner
1
-8
/
+33
2025-03-17
mm: compaction: push watermark into compaction_suitable() callers
Johannes Weiner
1
-24
/
+28
2025-03-17
mm/page_alloc: clarify terminology in migratetype fallback code
Brendan Jackman
1
-2
/
+2
2025-03-05
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-0
/
+3
2025-02-01
mm: compaction: use the proper flag to determine watermarks
yangge
1
-4
/
+25
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+4
2025-01-25
mm/compaction: fix UBSAN shift-out-of-bounds warning
Liu Shixin
1
-1
/
+2
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()
Matthew Wilcox (Oracle)
1
-0
/
+2
2025-01-08
mm: Create/affine kcompactd to its preferred node
Frederic Weisbecker
1
-40
/
+3
2024-09-03
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
1
-0
/
+6
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
1
-36
/
+5
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-2
/
+9
2024-07-12
mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLE
Paolo Bonzini
1
-6
/
+6
2024-06-24
mm: handle profiling for fake memory allocations during compaction
Suren Baghdasaryan
1
-2
/
+9
2024-04-25
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-25
mm: enable page allocation tagging
Suren Baghdasaryan
1
-1
/
+6
2024-03-18
Merge branch 'master' into mm-stable
Andrew Morton
1
-6
/
+1
2024-03-04
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations
Vlastimil Babka
1
-6
/
+1
2024-02-23
mm/compaction: optimize >0 order folio compaction with free page split.
Zi Yan
1
-5
/
+30
2024-02-23
mm/compaction: add support for >0 order folio memory compaction.
Zi Yan
1
-61
/
+79
2024-02-23
mm/compaction: enable compacting >0 order folios.
Zi Yan
1
-25
/
+76
2024-02-23
mm: compaction: early termination in compact_nodes()
Kefeng Wang
1
-7
/
+17
2024-02-22
mm: compaction: limit the suitable target page order to be less than cc->order
Baolin Wang
1
-1
/
+3
2024-02-22
mm: compaction: refactor compact_node()
Kefeng Wang
1
-44
/
+21
2024-02-22
mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages
Baolin Wang
1
-2
/
+10
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+31
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-2
/
+2
2024-01-08
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
1
-1
/
+1
2023-12-12
mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
Barry Song
1
-0
/
+3
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
1
-12
/
+31
2023-11-13
mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
Sean Christopherson
1
-12
/
+31
2023-10-04
mm/compaction: factor out code to test if we should run compaction for target order
Kemeng Shi
1
-27
/
+39
2023-10-04
mm/compaction: improve comment of is_via_compact_memory
Kemeng Shi
1
-2
/
+4
2023-10-04
mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
Kemeng Shi
1
-3
/
+2
2023-10-04
mm/compaction: correctly return failure with bogus compound_order in strict mode
Kemeng Shi
1
-3
/
+3
2023-10-04
mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_{head}/{tail}
Kemeng Shi
1
-2
/
+2
2023-10-04
mm/compaction: use correct list in move_freelist_{head}/{tail}
Kemeng Shi
1
-4
/
+4
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-3
/
+5
2023-08-21
mm/compaction: remove unused parameter pgdata of fragmentation_score_wmark
Kemeng Shi
1
-3
/
+3
2023-08-21
mm/compaction: only set skip flag if cc->no_set_skip_hint is false
Kemeng Shi
1
-1
/
+1
2023-08-21
mm/compaction: remove unnecessary return for void function
Kemeng Shi
1
-3
/
+1
2023-08-21
mm/compaction: correct comment to complete migration failure
Kemeng Shi
1
-1
/
+1
2023-08-21
mm/compaction: correct comment of cached migrate pfn update
Kemeng Shi
1
-1
/
+1
[next]