开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-09
mm: compaction: add trace event for fast freepages isolation
Baolin Wang
2023-06-09
mm: compaction: only set skip flag if cc->no_set_skip_hint is false
Baolin Wang
2023-06-09
mm: compaction: skip more fully scanned pageblock
Baolin Wang
2023-06-09
mm: compaction: change fast_isolate_freepages() to void type
Baolin Wang
2023-06-09
mm: compaction: drop the redundant page validation in update_pageblock_skip()
Baolin Wang
2023-06-09
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
2023-06-09
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
2023-06-09
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
2023-06-09
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
2023-06-09
kmemleak-test: drop __init to get better backtrace
Jim Cromie
2023-06-09
mm: multi-gen LRU: cleanup lru_gen_test_recent()
T.J. Alumbaugh
2023-06-09
mm: multi-gen LRU: add helpers in page table walks
T.J. Alumbaugh
2023-06-09
mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
T.J. Alumbaugh
2023-06-09
mm: multi-gen LRU: use macro for bitmap
T.J. Alumbaugh
2023-06-09
selftests: cgroup: fix unexpected failure on test_memcg_low
Haifeng Xu
2023-06-09
mm/memcontrol: fix typo in comment
Haifeng Xu
2023-06-09
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
2023-06-09
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
2023-06-09
selftests/mm: gup_longterm: add liburing tests
David Hildenbrand
2023-06-09
selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
David Hildenbrand
2023-06-09
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
2023-06-09
mm: compaction: avoid GFP_NOFS ABBA deadlock
Johannes Weiner
2023-06-09
mm: compaction: have compaction_suitable() return bool
Johannes Weiner
2023-06-09
mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()
Johannes Weiner
2023-06-09
mm: compaction: remove unnecessary is_via_compact_memory() checks
Johannes Weiner
2023-06-09
mm: compaction: refactor __compaction_suitable()
Johannes Weiner
2023-06-09
mm: compaction: simplify should_compact_retry()
Johannes Weiner
2023-06-09
mm: compaction: remove compaction result helpers
Johannes Weiner
2023-06-09
mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...
Tom Rix
2023-06-09
mm: avoid rewalk in mmap_region
Liam R. Howlett
2023-06-09
mm: add vma_iter_{next,prev}_range() to vma iterator
Liam R. Howlett
2023-06-09
maple_tree: update testing code for mas_{next,prev,walk}
Liam R. Howlett
2023-06-09
maple_tree: clear up index and last setting in single entry tree
Liam R. Howlett
2023-06-09
maple_tree: add mas_prev_range() and mas_find_range_rev interface
Liam R. Howlett
2023-06-09
maple_tree: introduce mas_prev_slot() interface
Liam R. Howlett
2023-06-09
maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()
Liam R. Howlett
2023-06-09
maple_tree: add mas_next_range() and mas_find_range() interfaces
Liam R. Howlett
2023-06-09
maple_tree: introduce mas_next_slot() interface
Liam R. Howlett
2023-06-09
maple_tree: fix testing mas_empty_area()
Liam R. Howlett
2023-06-09
maple_tree: revise limit checks in mas_empty_area{_rev}()
Liam R. Howlett
2023-06-09
maple_tree: try harder to keep active node with mas_prev()
Liam R. Howlett
2023-06-09
maple_tree: try harder to keep active node after mas_next()
Liam R. Howlett
2023-06-09
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
2023-06-09
maple_tree: mas_start() reset depth on dead node
Liam R. Howlett
2023-06-09
maple_tree: remove unnecessary check from mas_destroy()
Liam R. Howlett
2023-06-09
maple_tree: add __init and __exit to test module
Liam R. Howlett
2023-06-09
mm: update vma_iter_store() to use MAS_WARN_ON()
Liam R. Howlett
2023-06-09
mm: update validate_mm() to use vma iterator
Liam R. Howlett
[next]