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-07-04
mm/memory-failure: refactor log format in soft offline code
Jiaqi Yan
1
-6
/
+9
2024-07-04
mm: memcg: adjust the warning when seq_buf overflows
Xiu Jianfeng
1
-1
/
+2
2024-07-04
mm: memcg: remove redundant seq_buf_has_overflowed()
Xiu Jianfeng
1
-3
/
+0
2024-07-04
mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.c
Roman Gushchin
1
-2
/
+7
2024-07-04
mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()
Roman Gushchin
3
-5
/
+12
2024-07-04
mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: memcg: factor out legacy socket memory accounting code
Roman Gushchin
3
-17
/
+38
2024-07-04
mm: memcg: move memcg_account_kmem() to memcontrol-v1.c
Roman Gushchin
3
-21
/
+24
2024-07-04
mm: add swappiness= arg to memory.reclaim
Dan Schatzberg
3
-14
/
+68
2024-07-04
mm: add defines for min/max swappiness
Dan Schatzberg
2
-7
/
+7
2024-07-04
mm: memcg: put cgroup v1-specific code under a config option
Roman Gushchin
3
-5
/
+29
2024-07-04
mm: memcg: group cgroup v1 memcg related declarations
Roman Gushchin
1
-41
/
+46
2024-07-04
mm: memcg: make memcg1_update_tree() static
Roman Gushchin
2
-2
/
+1
2024-07-04
mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
Roman Gushchin
3
-755
/
+757
2024-07-04
mm: memcg: rename memcg_oom_recover()
Roman Gushchin
3
-7
/
+7
2024-07-04
mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
Roman Gushchin
3
-217
/
+231
2024-07-04
mm: memcg: rename memcg_check_events()
Roman Gushchin
3
-8
/
+8
2024-07-04
mm: memcg: move legacy memcg event code into memcontrol-v1.c
Roman Gushchin
3
-682
/
+709
2024-07-04
mm: memcg: rename charge move-related functions
Roman Gushchin
3
-15
/
+15
2024-07-04
mm: memcg: move charge migration code to memcontrol-v1.c
Roman Gushchin
3
-996
/
+1019
2024-07-04
mm: memcg: rename soft limit reclaim-related functions
Roman Gushchin
4
-12
/
+12
2024-07-04
mm: memcg: move soft limit reclaim code to memcontrol-v1.c
Roman Gushchin
3
-333
/
+353
2024-07-04
mm: memcg: introduce memcontrol-v1.c
Roman Gushchin
3
-1
/
+12
2024-07-04
mm/ksm: optimize the chain()/chain_prune() interfaces
Chengming Zhou
1
-125
/
+27
2024-07-04
mm/ksm: don't waste time searching stable tree for fast changing page
Chengming Zhou
1
-15
/
+17
2024-07-04
mm/ksm: refactor out try_to_merge_with_zero_page()
Chengming Zhou
2
-31
/
+40
2024-07-04
hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
Aristeu Rozanski
1
-19
/
+28
2024-07-04
mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()
SeongJae Park
1
-1
/
+1
2024-07-04
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
5
-27
/
+22
2024-07-04
mm, slab: move allocation tagging code in the alloc path into a hook
Suren Baghdasaryan
1
-36
/
+50
2024-07-03
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
2
-46
/
+23
2024-07-03
cachestat: do not flush stats in recency check
Nhat Pham
2
-4
/
+15
2024-07-03
mm/shmem: disable PMD-sized page cache if needed
Gavin Shan
1
-2
/
+13
2024-07-03
mm/filemap: skip to create PMD-sized page cache if needed
Gavin Shan
1
-1
/
+1
2024-07-03
mm/readahead: limit page cache size in page_cache_ra_order()
Gavin Shan
1
-4
/
+4
2024-07-03
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
1
-3
/
+20
2024-07-03
mm: vmalloc: check if a hash-index is in cpu_possible_mask
Uladzislau Rezki (Sony)
1
-1
/
+9
2024-07-03
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
2
-6
/
+6
2024-07-03
readahead: simplify gotos in page_cache_sync_ra()
Jan Kara
1
-17
/
+9
2024-07-03
readahead: fold try_context_readahead() into its single caller
Jan Kara
1
-62
/
+22
2024-07-03
readahead: disentangle async and sync readahead
Jan Kara
1
-85
/
+77
2024-07-03
readahead: drop dead code in ondemand_readahead()
Jan Kara
1
-19
/
+2
2024-07-03
readahead: drop dead code in page_cache_ra_order()
Jan Kara
1
-5
/
+0
2024-07-03
readahead: drop pointless index from force_page_cache_ra()
Jan Kara
1
-4
/
+1
2024-07-03
readahead: properly shorten readahead when falling back to do_page_cache_ra()
Jan Kara
1
-2
/
+3
2024-07-03
filemap: fix page_cache_next_miss() when no hole found
Jan Kara
1
-3
/
+3
2024-07-03
readahead: make sure sync readahead reads needed page
Jan Kara
1
-1
/
+1
2024-07-03
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
3
-51
/
+49
2024-07-03
mm/migrate: make migrate_misplaced_folio() return 0 on success
David Hildenbrand
3
-6
/
+5
2024-07-03
mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
Tetsuo Handa
1
-155
/
+20
[prev]
[next]