index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
2022-05-10
3
-6
/
+12
*
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-10
11
-34
/
+289
*
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
2022-05-10
6
-2
/
+71
*
mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
David Hildenbrand
2022-05-10
1
-2
/
+0
*
mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...
David Hildenbrand
2022-05-10
2
-0
/
+3
*
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-10
9
-17
/
+19
*
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2022-05-10
3
-5
/
+9
*
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
2022-05-10
7
-21
/
+8
*
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2022-05-10
3
-10
/
+25
*
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
2022-05-10
6
-37
/
+79
*
mm/memory: slightly simplify copy_present_pte()
David Hildenbrand
2022-05-10
1
-37
/
+16
*
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
2022-05-10
2
-2
/
+10
*
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
2022-05-10
1
-0
/
+1
*
mm/damon/reclaim: fix the timer always stays active
Hailong Tu
2022-04-29
1
-2
/
+25
*
mm/damon: remove unnecessary type castings
Yu Zhe
2022-04-29
1
-1
/
+1
*
mm/damon/core-test: add a kunit test case for ops registration
SeongJae Park
2022-04-29
1
-0
/
+36
*
damon: vaddr-test: tweak code to make the logic clearer
Xiaomeng Tong
2022-04-29
1
-3
/
+5
*
selftests: cgroup: add a selftest for memory.reclaim
Yosry Ahmed
2022-04-29
1
-0
/
+106
*
selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
Yosry Ahmed
2022-04-29
1
-2
/
+6
*
selftests: cgroup: return -errno from cg_read()/cg_write() on failure
Yosry Ahmed
2022-04-29
1
-25
/
+19
*
memcg: introduce per-memcg reclaim interface
Shakeel Butt
2022-04-29
2
-0
/
+66
*
zram: add a huge_idle writeback mode
Brian Geffon
2022-04-29
2
-4
/
+11
*
mm/page_alloc: simplify update of pgdat in wake_all_kswapds
Chen Wandun
2022-04-29
1
-2
/
+3
*
kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
Andrey Konovalov
2022-04-29
1
-4
/
+4
*
kasan: fix sleeping function called from invalid context on RT kernel
Zqiang
2022-04-29
1
-3
/
+49
*
mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()
Baolin Wang
2022-04-29
1
-0
/
+1
*
mm/khugepaged: use vma_is_anonymous
xu xin
2022-04-29
1
-2
/
+2
*
mm: use for_each_online_node and node_online instead of open coding
Peng Liu
2022-04-29
3
-4
/
+4
*
hugetlb: fix return value of __setup handlers
Peng Liu
2022-04-29
1
-8
/
+8
*
hugetlb: fix hugepages_setup when deal with pernode
Peng Liu
2022-04-29
1
-0
/
+15
*
hugetlb: fix wrong use of nr_online_nodes
Peng Liu
2022-04-29
1
-7
/
+5
*
drivers/base/memory: fix an unlikely reference counting issue in __add_memory...
Christophe JAILLET
2022-04-29
1
-3
/
+2
*
mm: compaction: make sure highest is above the min_pfn
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm: compaction: simplify the code in __compact_finished
Miaohe Lin
2022-04-29
1
-21
/
+8
*
mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_online
Miaohe Lin
2022-04-29
1
-1
/
+2
*
mm: compaction: clean up comment about async compaction in isolate_migratepages
Miaohe Lin
2022-04-29
1
-6
/
+6
*
mm: compaction: use helper compound_nr in isolate_migratepages_block
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm: compaction: use COMPACT_CLUSTER_MAX in compaction.c
Miaohe Lin
2022-04-29
1
-4
/
+4
*
mm: compaction: clean up comment about suitable migration target recheck
Miaohe Lin
2022-04-29
1
-7
/
+1
*
mm: compaction: clean up comment for sched contention
Miaohe Lin
2022-04-29
2
-8
/
+5
*
mm: compaction: remove unneeded assignment to isolate_start_pfn
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm: compaction: remove unneeded pfn update
Miaohe Lin
2022-04-29
1
-1
/
+0
*
mm: compaction: remove unneeded return value of kcompactd_run
Miaohe Lin
2022-04-29
2
-8
/
+4
*
mm/vmstat: add events for ksm cow
Yang Yang
2022-04-29
4
-0
/
+28
*
ksm: count ksm merging pages for each process
xu xin
2022-04-29
3
-0
/
+37
*
include/linux/swapops.h: remove stub for non_swap_entry()
Peter Xu
2022-04-29
1
-8
/
+0
*
mm/page_alloc: reuse tail struct pages for compound devmaps
Joao Martins
2022-04-29
1
-1
/
+16
*
mm/sparse-vmemmap: improve memory savings for compound devmaps
Joao Martins
2022-04-29
4
-14
/
+177
*
mm/hugetlb_vmemmap: move comment block to Documentation/vm
Joao Martins
2022-04-29
3
-167
/
+175
[next]