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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
1
-7
/
+5
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
2
-5
/
+1
2024-07-03
mm: remove page_maybe_dma_pinned()
Kefeng Wang
1
-7
/
+2
2024-07-03
mm/mm_init: initialize page->_mapcount directly in __init_single_page()
David Hildenbrand
1
-5
/
+0
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
1
-0
/
+3
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
mm/damon/core: implement DAMON context commit function
SeongJae Park
1
-0
/
+1
2024-07-03
mm/damon/core: implement DAMOS quota goals online commit function
SeongJae Park
1
-0
/
+1
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
Hyeongtak Ji
1
-0
/
+2
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
Honggyu Kim
1
-0
/
+2
2024-07-03
mm/migrate: add MR_DAMON to migrate_reason
Honggyu Kim
1
-0
/
+1
2024-07-03
mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
Hyeongtak Ji
1
-1
/
+10
2024-07-03
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
3
-14
/
+0
2024-07-03
mm/memory-failure: remove MF_MSG_SLAB
Miaohe Lin
1
-1
/
+0
2024-07-03
mm/hugetlb_cgroup: switch to the new cftypes
Xiu Jianfeng
1
-5
/
+0
2024-07-03
mm/hugetlb_cgroup: prepare cftypes based on template
Xiu Jianfeng
1
-2
/
+0
2024-07-03
mm: report per-page metadata information
Sourav Panda
2
-0
/
+6
2024-07-03
mm: zswap: add zswap_never_enabled()
Yosry Ahmed
1
-0
/
+6
2024-07-03
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
1
-2
/
+2
2024-07-03
mm/vmscan: avoid split lazyfree THP during shrink_folio_list()
Lance Yang
1
-0
/
+9
2024-07-03
mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
Lance Yang
2
-0
/
+30
2024-07-03
mm/highmem: make nr_free_highpages() return "unsigned long"
David Hildenbrand
2
-5
/
+5
2024-07-03
mm/highmem: reimplement totalhigh_pages() by walking zones
David Hildenbrand
1
-7
/
+2
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
1
-26
/
+1
2024-07-03
mm: shmem: add mTHP counters for anonymous shmem
Baolin Wang
1
-0
/
+3
2024-07-03
mm: shmem: add mTHP support for anonymous shmem
Baolin Wang
1
-0
/
+10
2024-07-03
mm: shmem: add multi-size THP sysfs interface for anonymous shmem
Baolin Wang
1
-0
/
+10
2024-07-03
percpu: add __this_cpu_try_cmpxchg()
Uros Bizjak
1
-0
/
+6
2024-07-03
memcg: rearrange fields of mem_cgroup_per_node
Shakeel Butt
1
-8
/
+14
2024-07-03
mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()
Sidhartha Kumar
1
-5
/
+1
2024-07-03
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
1
-6
/
+20
2024-07-03
mm: remove the implementation of swap_free() and always use swap_free_nr()
Barry Song
1
-5
/
+5
2024-07-03
mm: swap: introduce swap_free_nr() for batched swap_free()
Chuanhua Han
1
-0
/
+5
2024-07-03
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
1
-5
/
+0
2024-07-03
mm: migrate: remove migrate_folio_extra()
Kefeng Wang
1
-2
/
+0
2024-07-03
rmap: remove DEFINE_PAGE_VMA_WALK()
Kefeng Wang
1
-10
/
+0
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
3
-13
/
+13
2024-07-03
mm: memcontrol: remove page_memcg()
Kefeng Wang
1
-12
/
+2
2024-07-03
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
1
-2
/
+0
2024-07-03
mm/memory-failure: improve memory failure action_result messages
Jane Chu
1
-0
/
+2
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-3
/
+1
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+7
2024-07-03
mm/rmap: sanity check that zeropages are not passed to RMAP
David Hildenbrand
1
-0
/
+3
2024-07-03
mm/hugetlb: remove {Set,Clear}Hpage macros
Sidhartha Kumar
1
-10
/
+2
2024-07-03
mm: drop page_index and simplify folio_index
Kairui Song
2
-17
/
+4
2024-07-03
mm: remove page_file_offset and folio_file_pos
Kairui Song
1
-17
/
+0
2024-07-03
mm/huge_memory: mark racy access onhuge_anon_orders_always
Ran Xiaokai
1
-2
/
+2
2024-07-03
mm: add folio_alloc_mpol()
Kefeng Wang
1
-0
/
+8
2024-07-03
cgroup/misc: Introduce misc.peak
Xiu Jianfeng
1
-0
/
+2
[prev]
[next]