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/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
*
mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
Miaohe Lin
2022-04-29
1
-29
/
+12
*
mm/z3fold: remove confusing local variable l reassignment
Miaohe Lin
2022-04-29
1
-1
/
+0
*
mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate
Miaohe Lin
2022-04-29
1
-3
/
+0
*
mm/z3fold: minor clean up for z3fold_free
Miaohe Lin
2022-04-29
1
-4
/
+4
*
mm/z3fold: remove obsolete comment in z3fold_alloc
Miaohe Lin
2022-04-29
1
-3
/
+0
*
mm/z3fold: declare z3fold_mount with __init
Miaohe Lin
2022-04-29
1
-1
/
+1
*
mm/vmscan: fix comment for isolate_lru_pages
Miaohe Lin
2022-04-29
1
-2
/
+2
*
mm/vmscan: fix comment for current_may_throttle
Miaohe Lin
2022-04-29
1
-4
/
+3
*
mm/vmscan: remove obsolete comment in get_scan_count
Miaohe Lin
2022-04-29
1
-3
/
+1
*
mm/vmscan: sc->reclaim_idx must be a valid zone index
Wei Yang
2022-04-29
1
-2
/
+2
*
mm/vmscan: make sure wakeup_kswapd with managed zone
Wei Yang
2022-04-29
2
-3
/
+5
*
mm/vmscan: reclaim only affects managed_zones
Wei Yang
2022-04-29
1
-2
/
+2
*
hugetlb: remove use of list iterator variable after loop
Jakob Koschel
2022-04-29
1
-14
/
+19
*
mm, hugetlb, hwpoison: separate branch for free and in-use hugepage
Naoya Horiguchi
2022-04-29
2
-2
/
+6
*
mm/memory-failure.c: dissolve truncated hugetlb page
Miaohe Lin
2022-04-29
1
-5
/
+4
*
mm/memory-failure.c: minor cleanup for HWPoisonHandlable
Miaohe Lin
2022-04-29
1
-5
/
+3
*
Revert "mm/memory-failure.c: fix race with changing page compound again"
Naoya Horiguchi
2022-04-29
1
-11
/
+0
*
mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED
Naoya Horiguchi
2022-04-29
1
-0
/
+2
*
mm/memory-failure.c: remove unnecessary (void*) conversions
liqiong
2022-04-29
1
-2
/
+2
*
mm: wrap __find_buddy_pfn() with a necessary buddy page validation
Zi Yan
2022-04-29
3
-77
/
+101
*
mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
Zi Yan
2022-04-29
1
-29
/
+17
*
mm/page_alloc: adding same penalty is enough to get round-robin order
Wei Yang
2022-04-29
1
-6
/
+3
*
vmap(): don't allow invalid pages
Yury Norov
2022-04-29
1
-0
/
+3
[next]