index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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-06
mm/swapfile: mark racy access on si->highest_bit
linke li
1
-1
/
+1
2024-05-06
mm/rmap: change the type of we_locked from int to bool
Hao Ge
1
-1
/
+1
2024-05-06
mm/rmap: do not add fully unmapped large folio to deferred split list
Zi Yan
1
-3
/
+10
2024-05-06
mm/damon/paddr: implement DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+5
2024-05-06
mm/damon: add DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+1
2024-05-06
mm/damon/paddr: implement damon_folio_mkold()
SeongJae Park
1
-11
/
+16
2024-05-06
mm/damon/paddr: implement damon_folio_young()
SeongJae Park
1
-13
/
+19
2024-05-06
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
1
-4
/
+9
2024-05-06
mm: fix some minor per-VMA lock issues in userfaultfd
Matthew Wilcox (Oracle)
1
-11
/
+9
2024-05-06
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2
-13
/
+22
2024-05-06
mm: assert the mmap_lock is held in __anon_vma_prepare()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
3
-15
/
+18
2024-05-06
mm: remove stale comment __folio_mark_dirty
Kemeng Shi
1
-2
/
+1
2024-05-06
mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
Kemeng Shi
1
-1
/
+1
2024-05-06
mm: correct calculation of wb's bg_thresh in cgroup domain
Kemeng Shi
1
-1
/
+1
2024-05-06
mm: enable __wb_calc_thresh to calculate dirty background threshold
Kemeng Shi
1
-15
/
+18
2024-05-06
writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
Kemeng Shi
1
-4
/
+4
2024-05-06
writeback: support retrieving per group debug writeback stats of bdi
Kemeng Shi
2
-2
/
+98
2024-05-06
writeback: collect stats of all wb of bdi in bdi_debug_stats_show
Kemeng Shi
1
-23
/
+73
2024-05-06
mm: vmalloc: dump page owner info if page is already mapped
Hariom Panthi
1
-1
/
+9
2024-05-06
mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()
David Hildenbrand
1
-7
/
+15
2024-05-06
memcg: fix data-race KCSAN bug in rstats
Breno Leitao
1
-5
/
+7
2024-05-06
mm: add kernel-doc for folio_mark_accessed()
Matthew Wilcox (Oracle)
1
-7
/
+10
2024-05-06
gup: use folios for gup_devmap
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-06
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
3
-9
/
+9
2024-05-06
userfault; expand folio use in mfill_atomic_install_pte()
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-05-06
migrate: expand the use of folio in __migrate_device_pages()
Matthew Wilcox (Oracle)
1
-8
/
+5
2024-05-06
memory-failure: remove calls to page_mapping()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-06
mm/memory-failure: pass the folio to collect_procs_ksm()
Matthew Wilcox (Oracle)
2
-4
/
+3
2024-05-06
mm/memory-failure: use folio functions throughout collect_procs()
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-05-06
mm/memory-failure: add some folio conversions to unpoison_memory
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-05-06
mm/memory-failure: convert hwpoison_user_mappings to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-05-06
mm/memory-failure: convert memory_failure() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+21
2024-05-06
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
3
-5
/
+5
2024-05-06
mm/memory-failure: convert shake_page() to shake_folio()
Matthew Wilcox (Oracle)
3
-10
/
+17
2024-05-06
mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
Matthew Wilcox (Oracle)
1
-0
/
+2
2024-05-06
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
2
-16
/
+22
2024-05-06
mm/memory-failure: pass addr to __add_to_kill()
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-05-06
mm/memory-failure: remove fsdax_pgoff argument from __add_to_kill
Matthew Wilcox (Oracle)
1
-18
/
+9
2024-05-06
memcg: simple cleanup of stats update functions
Shakeel Butt
2
-18
/
+15
2024-05-06
mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
Kefeng Wang
1
-5
/
+5
2024-05-06
mm/madvise: optimize lazyfreeing with mTHP in madvise_free
Lance Yang
1
-41
/
+44
2024-05-06
mm/memory: add any_dirty optional pointer to folio_pte_batch()
Lance Yang
3
-9
/
+26
2024-05-06
mm/madvise: introduce clear_young_dirty_ptes() batch helper
Lance Yang
1
-1
/
+2
2024-05-06
mm: swapfile: check usable swap device in __folio_throttle_swaprate()
Kefeng Wang
1
-3
/
+10
2024-05-06
mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...
David Hildenbrand
1
-3
/
+11
2024-05-06
mm/page_table_check: support userfault wr-protect entries
Peter Xu
1
-0
/
+30
[prev]
[next]