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
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-03-04
mm, mmap: fix vma_merge() case 7 with vma_ops->close
Vlastimil Babka
1
-1
/
+9
2024-03-04
mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails
Qi Zheng
1
-3
/
+3
2024-03-04
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
3
-11
/
+11
2024-03-04
mm, slab: remove memcg_from_slab_obj()
Vlastimil Babka
1
-5
/
+0
2024-03-01
mm, slab: remove the corner case of inc_slabs_node()
Chengming Zhou
1
-11
/
+2
2024-03-01
mm/slab: Fix a kmemleak in kmem_cache_destroy()
Xiaolei Wang
2
-6
/
+8
2024-02-29
mm/shmem.c: Use new form of *@param in kernel-doc
Akira Yokosawa
1
-2
/
+2
2024-02-27
Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...
Linus Torvalds
7
-102
/
+56
2024-02-26
mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE
Vlastimil Babka
2
-17
/
+7
2024-02-26
mm, slab: use an enum to define SLAB_ cache creation flags
Vlastimil Babka
1
-3
/
+3
2024-02-26
mm, slab: deprecate SLAB_MEM_SPREAD flag
Vlastimil Babka
1
-1
/
+0
2024-02-25
swap: port block device usage to file
Christian Brauner
1
-11
/
+11
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
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
2024-02-23
mm/compaction: enable compacting >0 order folios.
Zi Yan
1
-25
/
+76
2024-02-23
mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
Zi Yan
1
-5
/
+5
2024-02-23
mm/zsmalloc: remove get_zspage_mapping()
Chengming Zhou
1
-24
/
+4
2024-02-23
mm/zsmalloc: remove_zspage() don't need fullness parameter
Chengming Zhou
1
-7
/
+7
2024-02-23
mm/zsmalloc: remove set_zspage_mapping()
Chengming Zhou
1
-11
/
+2
2024-02-23
mm: compaction: early termination in compact_nodes()
Kefeng Wang
1
-7
/
+17
2024-02-23
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
1
-14
/
+13
2024-02-23
mm/z3fold: fix the comment for __encode_handle()
Zhongkun He
1
-2
/
+3
2024-02-23
mm/zsmalloc: remove unused zspage->isolated
Chengming Zhou
1
-32
/
+0
2024-02-23
mm/zsmalloc: remove migrate_write_lock_nested()
Chengming Zhou
1
-17
/
+5
2024-02-23
mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTION
Chengming Zhou
1
-6
/
+3
2024-02-23
mm/damon/reclaim: implement memory PSI-driven quota self-tuning
SeongJae Park
1
-0
/
+25
[prev]
[next]