index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
mempool: introduce mempool_use_prealloc_only
Andrey Konovalov
1
-0
/
+37
2023-12-29
mempool: use new mempool KASAN hooks
Andrey Konovalov
1
-10
/
+12
2023-12-29
mempool: skip slub_debug poisoning when KASAN is enabled
Andrey Konovalov
1
-0
/
+8
2023-12-29
kasan: save alloc stack traces for mempool
Andrey Konovalov
1
-10
/
+40
2023-12-29
kasan: introduce poison_kmalloc_large_redzone
Andrey Konovalov
1
-18
/
+23
2023-12-29
kasan: clean up and rename ____kasan_kmalloc
Andrey Konovalov
1
-20
/
+22
2023-12-29
kasan: save free stack traces for slab mempools
Andrey Konovalov
1
-11
/
+9
2023-12-29
kasan: clean up __kasan_mempool_poison_object
Andrey Konovalov
1
-12
/
+7
2023-12-29
kasan: introduce kasan_mempool_unpoison_pages
Andrey Konovalov
1
-0
/
+6
2023-12-29
kasan: introduce kasan_mempool_poison_pages
Andrey Konovalov
1
-0
/
+23
2023-12-29
kasan: introduce kasan_mempool_unpoison_object
Andrey Konovalov
1
-0
/
+5
2023-12-29
kasan: add return value for kasan_mempool_poison_object
Andrey Konovalov
1
-11
/
+10
2023-12-29
kasan: move kasan_mempool_poison_object
Andrey Konovalov
1
-23
/
+23
2023-12-29
kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
Andrey Konovalov
2
-3
/
+3
2023-12-29
mm: migrate: fix getting incorrect page mapping during page migration
Baolin Wang
1
-17
/
+10
2023-12-29
mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio
Matthew Wilcox (Oracle)
3
-19
/
+19
2023-12-29
mm: return a folio from read_swap_cache_async()
Matthew Wilcox (Oracle)
3
-19
/
+18
2023-12-29
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
2
-8
/
+2
2023-12-29
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
5
-20
/
+21
2023-12-29
mm: convert swap_page_sector() to swap_folio_sector()
Matthew Wilcox (Oracle)
2
-7
/
+7
2023-12-29
mm: pass a folio to swap_readpage_bdev_async()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-12-29
mm: pass a folio to swap_readpage_bdev_sync()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-12-29
mm: pass a folio to swap_readpage_fs()
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-12-29
mm: pass a folio to swap_writepage_bdev_async()
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-29
mm: pass a folio to swap_writepage_bdev_sync()
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-29
mm: pass a folio to swap_writepage_fs()
Matthew Wilcox (Oracle)
1
-9
/
+9
2023-12-29
mm: pass a folio to __swap_writepage()
Matthew Wilcox (Oracle)
3
-9
/
+9
2023-12-29
mm: return the folio from __read_swap_cache_async()
Matthew Wilcox (Oracle)
3
-73
/
+67
2023-12-29
mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
Chengming Zhou
1
-71
/
+33
2023-12-29
mm/zswap: cleanup zswap_writeback_entry()
Chengming Zhou
1
-19
/
+10
2023-12-29
mm/zswap: cleanup zswap_load()
Chengming Zhou
1
-9
/
+5
2023-12-29
mm/zswap: refactor out __zswap_load()
Chengming Zhou
1
-60
/
+32
2023-12-29
mm/zswap: reuse dstmem when decompress
Chengming Zhou
1
-32
/
+12
2023-12-29
mm/ksm: add tracepoint for ksm advisor
Stefan Roesch
1
-0
/
+1
2023-12-29
mm/ksm: add sysfs knobs for advisor
Stefan Roesch
1
-0
/
+148
2023-12-29
mm/ksm: add ksm advisor
Stefan Roesch
1
-1
/
+157
2023-12-29
mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
Matthew Wilcox (Oracle)
1
-16
/
+0
2023-12-29
mm: convert collapse_huge_page() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2023-12-29
mm: convert migrate_vma_insert_page() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+12
2023-12-29
mm: remove references to page_add_new_anon_rmap in comments
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-29
mm: remove stale example from comment
Matthew Wilcox (Oracle)
1
-14
/
+4
2023-12-29
mm: remove some calls to page_add_new_anon_rmap()
Matthew Wilcox (Oracle)
2
-2
/
+2
2023-12-29
mm: convert unuse_pte() to use a folio throughout
Matthew Wilcox (Oracle)
1
-22
/
+25
2023-12-29
mm: remove PageAnonExclusive assertions in unuse_pte()
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-12-29
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
3
-17
/
+23
2023-12-29
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
4
-0
/
+745
2023-12-29
mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
Andrea Arcangeli
1
-0
/
+24
2023-12-29
mm/mglru: skip special VMAs in lru_gen_look_around()
Yu Zhao
1
-4
/
+9
2023-12-29
mm: fix unmap_mapping_range high bits shift bug
Jiajun Xie
1
-2
/
+2
2023-12-29
mm: memcg: fix split queue list crash when large folio migration
Baolin Wang
2
-1
/
+12
[prev]
[next]