index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-10
swap: remove get/put_swap_device() in __swap_count()
Huang Ying
1
-8
/
+2
2023-06-10
mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...
Haifeng Xu
1
-18
/
+12
2023-06-10
mm/mm_init.c: introduce reset_memoryless_node_totalpages()
Haifeng Xu
1
-9
/
+22
2023-06-10
Docs/mm/damon/design: add a section for the modules layer
SeongJae Park
1
-0
/
+61
2023-06-10
Docs/mm/damon/design: add a section for DAMON core API
SeongJae Park
1
-0
/
+12
2023-06-10
Docs/mm/damon/design: add sections for advanced features of DAMOS
SeongJae Park
1
-0
/
+86
2023-06-10
Docs/mm/damon/design: add sections for basic parts of DAMOS
SeongJae Park
1
-0
/
+70
2023-06-10
Docs/mm/damon/design: add a section for the relation between Core and Modules...
SeongJae Park
1
-0
/
+10
2023-06-10
Docs/mm/damon/design: rewrite configurable layers
SeongJae Park
1
-15
/
+14
2023-06-10
Docs/mm/damon/design: update the layout based on the layers
SeongJae Park
1
-10
/
+14
2023-06-10
Docs/mm/damon/design: add a section for overall architecture
SeongJae Park
1
-0
/
+15
2023-06-10
Docs/mm/damon/maintainer-profile: fix typos and grammar errors
SeongJae Park
1
-2
/
+2
2023-06-10
Docs/mm/damon/faq: remove old questions
SeongJae Park
1
-23
/
+0
2023-06-10
Multi-gen LRU: fix workingset accounting
Kalesh Singh
2
-4
/
+7
2023-06-10
maple_tree: relocate the declaration of mas_empty_area_rev().
Peng Zhang
1
-6
/
+6
2023-06-10
maple_tree: simplify and clean up mas_wr_node_store()
Peng Zhang
1
-61
/
+26
2023-06-10
maple_tree: rework mas_wr_slot_store() to be cleaner and more efficient.
Peng Zhang
1
-34
/
+19
2023-06-10
maple_tree: add comments and some minor cleanups to mas_wr_append()
Peng Zhang
1
-24
/
+23
2023-06-10
maple_tree: add mas_wr_new_end() to calculate new_end accurately
Peng Zhang
1
-11
/
+23
2023-06-10
maple_tree: make the code symmetrical in mas_wr_extend_null()
Peng Zhang
1
-12
/
+14
2023-06-10
maple_tree: simplify mas_is_span_wr()
Peng Zhang
1
-23
/
+11
2023-06-10
maple_tree: fix the arguments to __must_hold()
Peng Zhang
1
-3
/
+3
2023-06-10
maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()
Peng Zhang
1
-108
/
+0
2023-06-10
maple_tree: rework mtree_alloc_{range,rrange}()
Peng Zhang
1
-25
/
+32
2023-06-10
mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcg
Lars R. Damerow
2
-0
/
+20
2023-06-10
mm: shmem: fix UAF bug in shmem_show_options()
Tu Jinjiang
1
-1
/
+4
2023-06-10
mm: compaction: skip fast freepages isolation if enough freepages are isolated
Baolin Wang
1
-0
/
+4
2023-06-10
mm: compaction: add trace event for fast freepages isolation
Baolin Wang
2
-1
/
+16
2023-06-10
mm: compaction: only set skip flag if cc->no_set_skip_hint is false
Baolin Wang
1
-1
/
+1
2023-06-10
mm: compaction: skip more fully scanned pageblock
Baolin Wang
1
-1
/
+1
2023-06-10
mm: compaction: change fast_isolate_freepages() to void type
Baolin Wang
1
-5
/
+3
2023-06-10
mm: compaction: drop the redundant page validation in update_pageblock_skip()
Baolin Wang
1
-3
/
+0
2023-06-10
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
1
-8
/
+20
2023-06-10
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
1
-5
/
+8
2023-06-10
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
1
-1
/
+4
2023-06-10
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
1
-2
/
+6
2023-06-10
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
1
-24
/
+46
2023-06-10
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
1
-1
/
+2
2023-06-10
kmemleak-test: drop __init to get better backtrace
Jim Cromie
1
-1
/
+1
2023-06-10
mm: multi-gen LRU: cleanup lru_gen_test_recent()
T.J. Alumbaugh
1
-30
/
+16
2023-06-10
mm: multi-gen LRU: add helpers in page table walks
T.J. Alumbaugh
1
-5
/
+15
2023-06-10
mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
T.J. Alumbaugh
3
-4
/
+6
2023-06-10
mm: multi-gen LRU: use macro for bitmap
T.J. Alumbaugh
1
-1
/
+1
2023-06-10
selftests: cgroup: fix unexpected failure on test_memcg_low
Haifeng Xu
1
-1
/
+3
2023-06-10
mm/memcontrol: fix typo in comment
Haifeng Xu
1
-1
/
+1
2023-06-10
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
4
-7
/
+7
2023-06-10
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
4
-20
/
+21
2023-06-10
selftests/mm: gup_longterm: add liburing tests
David Hildenbrand
1
-0
/
+73
2023-06-10
selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
David Hildenbrand
4
-1
/
+393
2023-06-10
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
3
-27
/
+30
[next]