index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
mm: allow non-hugetlb large folios to be batch processed
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-03-04
mm: handle large folios in free_unref_folios()
Matthew Wilcox (Oracle)
1
-8
/
+17
2024-03-04
mm: use __page_cache_release() in folios_put()
Matthew Wilcox (Oracle)
1
-33
/
+29
2024-03-04
mm: use free_unref_folios() in put_pages_list()
Matthew Wilcox (Oracle)
1
-7
/
+10
2024-03-04
mm: remove use of folio list from folios_put()
Matthew Wilcox (Oracle)
1
-7
/
+12
2024-03-04
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
1
-0
/
+13
2024-03-04
mm: use folios_put() in __folio_batch_release()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-03-04
mm: add free_unref_folios()
Matthew Wilcox (Oracle)
2
-25
/
+39
2024-03-04
mm: convert free_unref_page_list() to use folios
Matthew Wilcox (Oracle)
1
-18
/
+20
2024-03-04
mm: make folios_put() the basis of release_pages()
Matthew Wilcox (Oracle)
2
-43
/
+60
2024-03-04
mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
Lance Yang
1
-3
/
+3
2024-03-04
mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
David Hildenbrand
1
-29
/
+18
2024-03-04
mm: huge_memory: enable debugfs to split huge pages to any order
Zi Yan
1
-12
/
+22
2024-03-04
mm: thp: split huge page to any lower order pages
Zi Yan
1
-24
/
+83
2024-03-04
mm: page_owner: add support for splitting to any order in split page_owner
Zi Yan
3
-7
/
+6
2024-03-04
mm: memcg: make memcg huge page split support any order split
Zi Yan
3
-8
/
+9
2024-03-04
mm/page_owner: use order instead of nr in split_page_owner()
Zi Yan
3
-4
/
+5
2024-03-04
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
3
-5
/
+7
2024-03-04
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
4
-11
/
+16
2024-03-04
mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
Zi Yan
1
-2
/
+5
2024-03-04
mm: madvise: pageout: ignore references rather than clearing young
Barry Song
4
-11
/
+13
2024-03-04
kasan: fix a2 allocation and remove explicit cast in atomic tests
Paul Heidekrüger
1
-3
/
+3
2024-03-04
mm: update mark_victim tracepoints fields
Carlos Galo
1
-1
/
+5
2024-03-04
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
1
-6
/
+0
2024-03-04
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
1
-9
/
+9
2024-03-04
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
1
-29
/
+9
2024-03-04
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
1
-13
/
+19
2024-03-04
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
2
-1
/
+2
2024-03-04
mm/page_alloc: make check_new_page() return bool
Hao Ge
1
-3
/
+3
2024-03-04
mm/util.c: add byte count to __vm_enough_memory failure warning
Matthew Cassell
1
-2
/
+4
2024-03-04
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
1
-15
/
+33
2024-03-04
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
1
-105
/
+66
2024-02-23
writeback: remove a use of write_cache_pages() from do_writepages()
Matthew Wilcox (Oracle)
1
-13
/
+18
2024-02-23
writeback: add a writeback iterator
Christoph Hellwig
1
-78
/
+114
2024-02-23
writeback: move the folio_prepare_writeback loop out of write_cache_pages()
Matthew Wilcox (Oracle)
1
-8
/
+10
2024-02-23
writeback: use the folio_batch queue iterator
Matthew Wilcox (Oracle)
1
-13
/
+15
2024-02-23
writeback: simplify the loops in write_cache_pages()
Matthew Wilcox (Oracle)
1
-39
/
+36
2024-02-23
writeback: factor writeback_get_batch() out of write_cache_pages()
Matthew Wilcox (Oracle)
1
-22
/
+38
2024-02-23
writeback: factor folio_prepare_writeback() out of write_cache_pages()
Matthew Wilcox (Oracle)
1
-27
/
+34
2024-02-23
writeback: rework the loop termination condition in write_cache_pages
Christoph Hellwig
1
-51
/
+33
2024-02-23
writeback: only update ->writeback_index for range_cyclic writeback
Christoph Hellwig
1
-10
/
+14
2024-02-23
writeback: also update wbc->nr_to_write on writeback failure
Christoph Hellwig
1
-1
/
+1
2024-02-23
writeback: fix done_index when hitting the wbc->nr_to_write
Christoph Hellwig
1
-0
/
+1
2024-02-23
writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE
Christoph Hellwig
1
-1
/
+3
2024-02-23
mm/page_alloc: make bad_range() return bool
Hao Ge
1
-6
/
+6
2024-02-23
madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...
Barry Song
1
-1
/
+1
2024-02-23
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
1
-1
/
+2
2024-02-23
shmem: properly report quota mount options
Jan Kara
1
-0
/
+18
2024-02-23
mm/compaction: optimize >0 order folio compaction with free page split.
Zi Yan
1
-5
/
+30
2024-02-23
mm/compaction: add support for >0 order folio memory compaction.
Zi Yan
3
-63
/
+83
[next]