index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
mm/hugetlb: align cma on allocation order, not demotion order
Frank van der Linden
1
-1
/
+1
2024-05-07
mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages
Breno Leitao
1
-9
/
+15
2024-05-07
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Ryan Roberts
2
-23
/
+28
2024-05-07
mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()
Ryan Roberts
1
-0
/
+1
2024-05-07
memcg: use proper type for mod_memcg_state
Shakeel Butt
1
-1
/
+2
2024-05-07
memcg: warn for unexpected events and stats
Shakeel Butt
1
-16
/
+23
2024-05-07
mm: cleanup WORKINGSET_NODES in workingset
Shakeel Butt
1
-3
/
+4
2024-05-07
memcg: cleanup __mod_memcg_lruvec_state
Shakeel Butt
1
-2
/
+0
2024-05-07
memcg: reduce memory for the lruvec and memcg stats
Shakeel Butt
1
-20
/
+114
2024-05-07
mm: memcg: account memory used for memcg vmstats and lruvec stats
Roman Gushchin
1
-3
/
+4
2024-05-07
memcg: dynamically allocate lruvec_stats
Shakeel Butt
1
-12
/
+75
2024-05-07
memcg: reduce memory size of mem_cgroup_events_index
Shakeel Butt
1
-2
/
+4
2024-05-07
mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisions
David Hildenbrand
1
-0
/
+7
2024-05-05
mm/swapfile: mark racy access on si->highest_bit
linke li
1
-1
/
+1
2024-05-05
mm/rmap: change the type of we_locked from int to bool
Hao Ge
1
-1
/
+1
2024-05-05
mm/rmap: do not add fully unmapped large folio to deferred split list
Zi Yan
1
-3
/
+10
2024-05-05
mm/damon/paddr: implement DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+5
2024-05-05
mm/damon: add DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+1
2024-05-05
mm/damon/paddr: implement damon_folio_mkold()
SeongJae Park
1
-11
/
+16
2024-05-05
mm/damon/paddr: implement damon_folio_young()
SeongJae Park
1
-13
/
+19
2024-05-05
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
1
-4
/
+9
2024-05-05
mm: fix some minor per-VMA lock issues in userfaultfd
Matthew Wilcox (Oracle)
1
-11
/
+9
2024-05-05
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2
-13
/
+22
2024-05-05
mm: assert the mmap_lock is held in __anon_vma_prepare()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-05-05
mm: simplify thp_vma_allowable_order
Matthew Wilcox
3
-15
/
+18
2024-05-05
mm: remove stale comment __folio_mark_dirty
Kemeng Shi
1
-2
/
+1
2024-05-05
mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
Kemeng Shi
1
-1
/
+1
2024-05-05
mm: correct calculation of wb's bg_thresh in cgroup domain
Kemeng Shi
1
-1
/
+1
2024-05-05
mm: enable __wb_calc_thresh to calculate dirty background threshold
Kemeng Shi
1
-15
/
+18
2024-05-05
writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
Kemeng Shi
1
-4
/
+4
2024-05-05
writeback: support retrieving per group debug writeback stats of bdi
Kemeng Shi
2
-2
/
+98
2024-05-05
writeback: collect stats of all wb of bdi in bdi_debug_stats_show
Kemeng Shi
1
-23
/
+73
2024-05-05
mm: vmalloc: dump page owner info if page is already mapped
Hariom Panthi
1
-1
/
+9
2024-05-05
mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()
David Hildenbrand
1
-7
/
+15
2024-05-05
memcg: fix data-race KCSAN bug in rstats
Breno Leitao
1
-5
/
+7
2024-05-05
mm: add kernel-doc for folio_mark_accessed()
Matthew Wilcox (Oracle)
1
-7
/
+10
2024-05-05
gup: use folios for gup_devmap
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-05
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
3
-9
/
+9
2024-05-05
userfault; expand folio use in mfill_atomic_install_pte()
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-05-05
migrate: expand the use of folio in __migrate_device_pages()
Matthew Wilcox (Oracle)
1
-8
/
+5
2024-05-05
memory-failure: remove calls to page_mapping()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-05
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2
-4
/
+3
2024-05-05
mm/memory-failure: use folio functions throughout collect_procs()
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-05-05
mm/memory-failure: add some folio conversions to unpoison_memory
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-05-05
mm/memory-failure: convert hwpoison_user_mappings to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-05-05
mm/memory-failure: convert memory_failure() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+21
2024-05-05
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
3
-5
/
+5
2024-05-05
mm/memory-failure: convert shake_page() to shake_folio()
Matthew Wilcox (Oracle)
3
-10
/
+17
2024-05-05
mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
Matthew Wilcox (Oracle)
1
-0
/
+2
2024-05-05
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
2
-16
/
+22
[prev]
[next]