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
2023-12-12
mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
SeongJae Park
1
-9
/
+59
2023-12-12
zswap: shrink zswap pool based on memory pressure
Nhat Pham
4
-4
/
+205
2023-12-12
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
3
-0
/
+6
2023-12-12
zswap: make shrinking memcg-aware
Domenico Cerasuolo
4
-59
/
+238
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2
-10
/
+42
2023-12-12
maple_tree: separate ma_state node from status
Liam R. Howlett
1
-4
/
+4
2023-12-12
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
1
-2
/
+0
2023-12-10
kasan: record and report more information
Juntong Deng
5
-0
/
+58
2023-12-10
mm: memcg: add reminder comment for the memcg v2 events
Dmitry Rokosov
1
-0
/
+4
2023-12-10
mm: hugetlb_vmemmap: convert page to folio
Muchun Song
1
-26
/
+25
2023-12-10
mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...
Muchun Song
1
-46
/
+24
2023-12-10
mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the code
Muchun Song
1
-109
/
+39
2023-12-10
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
1
-1
/
+28
2023-12-10
mm/swapfile: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-17
/
+17
2023-12-10
mm/zswap: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-5
/
+5
2023-12-10
mm, oom:dump_tasks add rss detailed information printing
Yong Wang
1
-3
/
+4
2023-12-10
mm/gup: fix follow_devmap_p[mu]d() on page==NULL handling
Peter Xu
1
-0
/
+2
2023-12-10
mm: page_alloc: unreserve highatomic page blocks before oom
Charan Teja Kalla
1
-8
/
+8
2023-12-10
mm: page_alloc: enforce minimum zone size to do high atomic reserves
Charan Teja Kalla
1
-1
/
+4
2023-12-10
mm: page_alloc: correct high atomic reserve calculations
Charan Teja Kalla
1
-2
/
+3
2023-12-10
mm/mm_init.c: append newline to the unavailable ranges log-message
Serge Semin
1
-1
/
+1
2023-12-10
mm/mm_init.c: extend init unavailable range doc info
Serge Semin
1
-0
/
+1
2023-12-10
mm/damon/core-test: test damon_split_region_at()'s access rate copying
SeongJae Park
1
-4
/
+11
2023-12-10
kasan: improve free meta storage in Generic KASAN
Juntong Deng
1
-10
/
+29
2023-12-10
mm/page_poison: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-12-10
mm/mempool: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-12-10
mm/memory: use kmap_local_page() in __wp_page_copy_user()
Fabio M. De Francesco
1
-2
/
+4
2023-12-10
mm/ksm: use kmap_local_page() in calc_checksum()
Fabio M. De Francesco
1
-2
/
+2
2023-12-10
mm/util: use kmap_local_page() in memcmp_pages()
Fabio De Francesco
1
-4
/
+4
2023-12-10
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
1
-13
/
+1
2023-12-10
kasan: use stack_depot_put for Generic mode
Andrey Konovalov
3
-11
/
+40
2023-12-10
slub, kasan: improve interaction of KASAN and slub_debug poisoning
Andrey Konovalov
1
-15
/
+26
2023-12-10
kasan: use stack_depot_put for tag-based modes
Andrey Konovalov
1
-2
/
+8
2023-12-10
kasan: check object_size in kasan_complete_mode_report_info
Andrey Konovalov
1
-1
/
+3
2023-12-10
kasan: remove atomic accesses to stack ring entries
Andrey Konovalov
2
-26
/
+12
2023-12-10
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
4
-9
/
+12
2023-12-10
kmsan: use stack_depot_save instead of __stack_depot_save
Andrey Konovalov
1
-4
/
+3
2023-12-10
kmemleak: add checksum to backtrace report
Jim Cromie
1
-1
/
+1
2023-12-10
kmemleak: drop (age <increasing>) from leak record
Jim Cromie
1
-4
/
+2
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
3
-13
/
+12
2023-12-10
memory-failure: convert truncate_error_page to truncate_error_folio
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-10
memory-failure: use a folio in me_huge_page()
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-12-10
memory-failure: convert delete_from_lru_cache() to take a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2023-12-10
memory-failure: use a folio in me_pagecache_dirty()
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-12-10
memory-failure: use a folio in me_pagecache_clean()
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-12-10
mm/page_owner: record and dump free_pid and free_tgid
Barry Song
1
-1
/
+8
2023-12-10
mm: fix process_vm_rw page counts
York Jasper Niebuhr
1
-7
/
+8
2023-12-10
mmap: remove the IA64-specific vma expansion implementation
Lukas Bulwahn
1
-36
/
+1
2023-12-10
mm/page_alloc: dedupe some memcg uncharging logic
Brendan Jackman
1
-8
/
+4
2023-12-10
mm: remove invalidate_inode_page()
Matthew Wilcox (Oracle)
2
-10
/
+2
[next]