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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
5
-18
/
+23
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
7
-35
/
+67
2024-07-03
mm: pass meminit_context to __free_pages_core()
David Hildenbrand
5
-15
/
+22
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
6
-13
/
+9
2024-07-03
fb_defio: use a folio in fb_deferred_io_work()
Kefeng Wang
1
-4
/
+5
2024-07-03
mm: remove page_maybe_dma_pinned()
Kefeng Wang
2
-13
/
+8
2024-07-03
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
2024-07-03
mm/mm_init: initialize page->_mapcount directly in __init_single_page()
David Hildenbrand
2
-6
/
+1
2024-07-03
mm/filemap: reinitialize folio->_mapcount directly
David Hildenbrand
1
-1
/
+1
2024-07-03
mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages
David Hildenbrand
1
-2
/
+4
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
4
-6
/
+37
2024-07-03
mm: allow reuse of the lower 16 bit of the page type with an actual type
David Hildenbrand
2
-10
/
+20
2024-07-03
mm: update _mapcount and page_type documentation
David Hildenbrand
2
-16
/
+17
2024-07-03
selftests/mm: remove local __NR_* definitions
John Hubbard
10
-62
/
+9
2024-07-03
mm/huge_memory.c: fix used-uninitialized
Andrew Morton
1
-2
/
+1
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
4
-12
/
+20
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2
-0
/
+11
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
3
-3
/
+10
2024-07-03
mm: avoid overflows in dirty throttling logic
Jan Kara
1
-4
/
+26
2024-07-03
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
1
-1
/
+1
2024-07-03
mm: optimize the redundant loop of mm_update_owner_next()
Jinliang Zheng
1
-0
/
+2
2024-07-03
khugepaged: simplify the allocation of slab caches
Hongfu Li
1
-4
/
+1
2024-07-03
mm: ksm: drop KSM_KMEM_CACHE()
Kefeng Wang
1
-7
/
+3
2024-07-03
mm/damon/lru_sort: remove unnecessary online tuning handling code
SeongJae Park
1
-27
/
+1
2024-07-03
mm/damon/lru_sort: use damon_commit_ctx()
SeongJae Park
1
-7
/
+20
2024-07-03
mm/damon/reclaim: remove unnecessary code for online tuning
SeongJae Park
1
-18
/
+1
2024-07-03
mm/damon/reclaim: use damon_commit_ctx()
SeongJae Park
1
-19
/
+24
2024-07-03
mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...
SeongJae Park
3
-8
/
+8
2024-07-03
mm/damon/sysfs-schemes: remove unnecessary online tuning handling code
SeongJae Park
1
-65
/
+3
2024-07-03
mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()
SeongJae Park
2
-6
/
+6
2024-07-03
mm/damon/sysfs: remove unnecessary online tuning handling code
SeongJae Park
2
-59
/
+3
2024-07-03
mm/damon/sysfs-schemes: use damos_commit_quota_goals()
SeongJae Park
1
-2
/
+12
2024-07-03
mm/damon/sysfs: use damon_commit_ctx()
SeongJae Park
1
-2
/
+13
2024-07-03
mm/damon/core: implement DAMON context commit function
SeongJae Park
2
-0
/
+275
2024-07-03
mm/damon/core: implement DAMOS quota goals online commit function
SeongJae Park
2
-0
/
+60
2024-07-03
mm: memcontrol: add VM_BUG_ON_FOLIO() to catch lru folio in mem_cgroup_migrate()
Baolin Wang
1
-0
/
+1
2024-07-03
Docs/damon: document damos_migrate_{hot,cold}
Honggyu Kim
2
-3
/
+11
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
Hyeongtak Ji
3
-0
/
+6
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
Honggyu Kim
3
-0
/
+157
2024-07-03
mm/migrate: add MR_DAMON to migrate_reason
Honggyu Kim
2
-1
/
+3
2024-07-03
mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
Hyeongtak Ji
7
-6
/
+57
2024-07-03
mm: rename alloc_demote_folio to alloc_migrate_folio
Honggyu Kim
2
-3
/
+3
2024-07-03
mm: make alloc_demote_folio externally invokable for migration
Honggyu Kim
2
-2
/
+2
2024-07-03
mm/mm_init.c: simplify logic of deferred_[init|free]_pages
Wei Yang
1
-56
/
+8
2024-07-03
mm/memory-failure: correct comment in me_swapcache_dirty
Miaohe Lin
1
-1
/
+1
2024-07-03
mm/memory-failure: remove obsolete comment in kill_proc()
Miaohe Lin
1
-2
/
+0
2024-07-03
mm/memory-failure: fix comment of get_hwpoison_page()
Miaohe Lin
1
-1
/
+1
2024-07-03
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
4
-14
/
+10
2024-07-03
mm/memory-failure: remove obsolete comment in unpoison_memory()
Miaohe Lin
1
-4
/
+0
2024-07-03
mm/memory-failure: use helper macro task_pid_nr()
Miaohe Lin
1
-4
/
+4
[prev]
[next]