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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
kasan: save free stack traces for slab mempools
Andrey Konovalov
1
-2
/
+3
2023-12-29
kasan: introduce kasan_mempool_unpoison_pages
Andrey Konovalov
1
-0
/
+25
2023-12-29
kasan: introduce kasan_mempool_poison_pages
Andrey Konovalov
1
-0
/
+27
2023-12-29
kasan: introduce kasan_mempool_unpoison_object
Andrey Konovalov
1
-0
/
+31
2023-12-29
kasan: add return value for kasan_mempool_poison_object
Andrey Konovalov
1
-5
/
+12
2023-12-29
kasan: document kasan_mempool_poison_object
Andrey Konovalov
1
-0
/
+18
2023-12-29
kasan: move kasan_mempool_poison_object
Andrey Konovalov
1
-8
/
+8
2023-12-29
kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
Andrey Konovalov
1
-4
/
+4
2023-12-29
fs: remove the bh_end_io argument from __block_write_full_folio
Matthew Wilcox (Oracle)
1
-3
/
+1
2023-12-29
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-29
fs: remove clean_page_buffers()
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-12-29
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
1
-2
/
+1
2023-12-29
mm: convert swap_page_sector() to swap_folio_sector()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-29
mm: return the folio from __read_swap_cache_async()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-29
mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
Chengming Zhou
1
-1
/
+0
2023-12-29
mm/ksm: add tracepoint for ksm advisor
Stefan Roesch
1
-0
/
+33
2023-12-29
mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
Matthew Wilcox (Oracle)
2
-5
/
+0
2023-12-29
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-12-29
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
3
-1
/
+44
2023-12-20
gfp: gfp_types.h: fix typos & punctuation
Randy Dunlap
1
-6
/
+6
2023-12-20
mm/damon: update email of SeongJae
SeongJae Park
1
-1
/
+1
2023-12-20
mm: thp: support allocation of anonymous multi-size THP
Ryan Roberts
1
-2
/
+4
2023-12-20
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
1
-26
/
+155
2023-12-20
mm: memcg: restore subtree stats flushing
Yosry Ahmed
1
-4
/
+4
2023-12-20
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
4
-28
/
+39
2023-12-12
mm/mglru: reclaim offlined memcgs harder
Yu Zhao
1
-4
/
+4
2023-12-12
mm/mglru: respect min_ttl_ms with memcgs
Yu Zhao
1
-13
/
+17
2023-12-12
mm/mglru: fix underprotected page cache
Yu Zhao
1
-9
/
+14
2023-12-12
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
1
-0
/
+2
2023-12-12
mm: fix VMA heap bounds checking
Kefeng Wang
1
-4
/
+4
2023-12-12
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
1
-2
/
+2
2023-12-12
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
1
-2
/
+2
2023-12-12
mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
SeongJae Park
1
-0
/
+20
2023-12-12
zswap: shrink zswap pool based on memory pressure
Nhat Pham
2
-2
/
+25
2023-12-12
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
1
-0
/
+1
2023-12-12
zswap: make shrinking memcg-aware
Domenico Cerasuolo
2
-0
/
+7
2023-12-12
memcontrol: implement mem_cgroup_tryget_online()
Nhat Pham
1
-0
/
+10
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-3
/
+51
2023-12-12
maple_tree: use maple state end for write operations
Liam R. Howlett
1
-1
/
+0
2023-12-12
maple_tree: separate ma_state node from status
Liam R. Howlett
2
-38
/
+52
2023-12-12
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
1
-0
/
+1
2023-12-12
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
1
-126
/
+129
2023-12-10
mm: list_lru: Update kernel documentation to follow the requirements
Andy Shevchenko
1
-17
/
+19
2023-12-10
pgtable: rename ptdesc _refcount field to __page_refcount
Alexander Gordeev
1
-3
/
+3
2023-12-10
pgtable: fix s390 ptdesc field comments
Alexander Gordeev
1
-2
/
+2
2023-12-10
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
2
-12
/
+26
2023-12-10
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
1
-0
/
+14
2023-12-10
lib/stackdepot: add refcount for records
Andrey Konovalov
1
-3
/
+10
2023-12-10
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
1
-11
/
+25
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2
-2
/
+3
[next]