index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-5
/
+2
*
mm/vmstat: add events for ksm cow
Yang Yang
2022-04-29
2
-0
/
+7
*
ksm: count ksm merging pages for each process
xu xin
2022-04-29
1
-0
/
+8
*
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
2
-10
/
+123
*
mm/hugetlb_vmemmap: move comment block to Documentation/vm
Joao Martins
2022-04-29
1
-167
/
+1
*
mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
Joao Martins
2022-04-29
1
-17
/
+36
*
mm/sparse-vmemmap: add a pgmap argument to section activation
Joao Martins
2022-04-29
3
-12
/
+20
*
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
2022-04-29
4
-7
/
+7
*
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
2022-04-29
2
-6
/
+6
*
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
2022-04-29
3
-37
/
+35
*
mm/page_alloc.c: calc the right pfn if page size is not 4K
Ma Wupeng
2022-04-29
1
-1
/
+1
*
mm/mremap: avoid unneeded do_munmap call
Miaohe Lin
2022-04-29
1
-2
/
+2
*
mm/mremap: use helper mlock_future_check()
Miaohe Lin
2022-04-29
1
-8
/
+2
*
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
2022-04-29
1
-3
/
+1
*
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
2022-04-29
2
-14
/
+2
*
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-04-29
2
-0
/
+5
*
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
2022-04-29
1
-9
/
+2
*
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
2022-04-29
1
-2
/
+16
*
mm/debug_vm_pgtable: drop protection_map[] usage
Anshuman Khandual
2022-04-29
1
-12
/
+19
*
mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...
Jianxing Wang
2022-04-29
1
-2
/
+14
*
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
2022-04-29
1
-2
/
+2
*
mm: simplify follow_invalidate_pte()
Muchun Song
2022-04-29
1
-58
/
+23
*
mm: pvmw: add support for walking devmap pages
Muchun Song
2022-04-29
1
-8
/
+9
*
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
2022-04-29
2
-20
/
+71
*
mm: rmap: fix cache flush on THP pages
Muchun Song
2022-04-29
1
-1
/
+2
*
mm/madvise: fix potential pte_unmap_unlock pte error
Miaohe Lin
2022-04-29
1
-4
/
+4
*
mm: untangle config dependencies for demote-on-reclaim
Oscar Salvador
2022-04-29
2
-7
/
+6
*
mm: migrate: simplify the refcount validation when migrating hugetlb mapping
Baolin Wang
2022-04-29
1
-5
/
+0
*
mm/migration: fix possible do_pages_stat_array racing with memory offline
Miaohe Lin
2022-04-29
1
-2
/
+7
*
mm/migration: fix potential invalid node access for reclaim-based migration
Miaohe Lin
2022-04-29
1
-3
/
+3
*
mm/migration: fix potential page refcounts leak in migrate_pages
Miaohe Lin
2022-04-29
1
-0
/
+8
*
mm/migration: remove some duplicated codes in migrate_pages
Miaohe Lin
2022-04-29
1
-24
/
+12
*
mm/migration: avoid unneeded nodemask_t initialization
Miaohe Lin
2022-04-29
1
-2
/
+2
*
mm/migration: use helper macro min in do_pages_stat
Miaohe Lin
2022-04-29
1
-6
/
+2
*
mm/migration: use helper function vma_lookup() in add_page_for_migration
Miaohe Lin
2022-04-29
1
-2
/
+2
*
mm/migration: remove unneeded local variable page_lru
Miaohe Lin
2022-04-29
1
-3
/
+1
*
mm/migration: remove unneeded local variable mapping_locked
Miaohe Lin
2022-04-29
1
-4
/
+2
*
mm/mempolicy: clean up the code logic in queue_pages_pte_range
Miaohe Lin
2022-04-29
1
-9
/
+3
*
mm: compaction: use helper isolation_suitable()
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()
Miaohe Lin
2022-04-29
1
-3
/
+0
*
mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free
Miaohe Lin
2022-04-29
1
-3
/
+0
[next]