index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
maple_tree: the return value of mas_root_expand() is not used
Wei Yang
1
-2
/
+2
2024-11-11
maple_tree: print empty for an empty tree on mt_dump()
Wei Yang
1
-3
/
+5
2024-11-11
vma: detect infinite loop in vma tree
Liam R. Howlett
1
-1
/
+5
2024-11-11
selftests/mm: skip virtual_address_range tests on riscv
Chunyan Zhang
2
-4
/
+8
2024-11-11
selftest/mm: fix typo in virtual_address_range
Chunyan Zhang
1
-2
/
+2
2024-11-11
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
1
-0
/
+2
2024-11-11
zram: clear IDLE flag after recompression
Sergey Senozhatsky
1
-0
/
+7
2024-11-11
mm/memory-failure: replace sprintf() with sysfs_emit()
zhangguopeng
1
-1
/
+1
2024-11-11
memcg: add flush tracepoint
JP Kobryn
2
-1
/
+31
2024-11-11
memcg: rename do_flush_stats and add force flag
JP Kobryn
1
-9
/
+8
2024-11-11
mm: delete the unused put_pages_list()
Hugh Dickins
2
-33
/
+0
2024-11-11
selftests/mm: add self tests for guard page feature
Lorenzo Stoakes
3
-0
/
+1245
2024-11-11
tools: testing: update tools UAPI header for mman-common.h
Lorenzo Stoakes
1
-0
/
+3
2024-11-11
mm: madvise: implement lightweight guard page mechanism
Lorenzo Stoakes
7
-0
/
+255
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
5
-7
/
+47
2024-11-11
mm: pagewalk: add the ability to install PTEs
Lorenzo Stoakes
3
-69
/
+201
2024-11-11
kasan: delete CONFIG_KASAN_MODULE_TEST
Sabyrzhan Tasbolatov
6
-47
/
+28
2024-11-11
kasan: migrate copy_user_test to kunit
Sabyrzhan Tasbolatov
4
-83
/
+48
2024-11-11
kasan: move checks to do_strncpy_from_user
Sabyrzhan Tasbolatov
1
-2
/
+3
2024-11-11
mm: add per-order mTHP swpin counters
Barry Song
4
-0
/
+11
2024-11-11
mm: zswap: zswap_store_page() will initialize entry after adding to xarray.
Kanchana P Sridhar
1
-30
/
+26
2024-11-11
mm: swap: count successful large folio zswap stores in hugepage zswpout stats
Kanchana P Sridhar
4
-2
/
+11
2024-11-11
mm: zswap: support large folios in zswap_store()
Kanchana P Sridhar
1
-68
/
+121
2024-11-11
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
3
-8
/
+15
2024-11-11
mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()
Kanchana P Sridhar
1
-3
/
+3
2024-11-11
mm: zswap: modify zswap_compress() to accept a page instead of a folio
Kanchana P Sridhar
1
-3
/
+3
2024-11-11
mm: define obj_cgroup_get() if CONFIG_MEMCG is not defined
Kanchana P Sridhar
1
-0
/
+4
2024-11-11
mm: count zeromap read and set for swapout and swapin
Barry Song
7
-8
/
+43
2024-11-07
mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...
SeongJae Park
1
-1
/
+1
2024-11-07
mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT
SeongJae Park
1
-1
/
+1
2024-11-07
selftests/damon/debugfs_duplicate_context_creation: hide errors from expected...
SeongJae Park
1
-1
/
+1
2024-11-07
selftests/damon/_debugfs_common: hide expected error message from test_write_...
SeongJae Park
1
-1
/
+6
2024-11-07
selftests/damon/huge_count_read_write: remove unnecessary debugging message
SeongJae Park
1
-2
/
+0
2024-11-07
selftests/damon/huge_count_read_write: provide sufficiently large buffer for ...
Andrew Paniakin
1
-1
/
+1
2024-11-07
memcg: factor out mem_cgroup_stat_aggregate()
Xiu Jianfeng
1
-59
/
+70
2024-11-07
mm/show_mem: use str_yes_no() helper in show_free_areas()
Thorsten Blum
1
-2
/
+1
2024-11-07
mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
Zeng Jingxiang
1
-3
/
+22
2024-11-07
mm: use page->private instead of page->index in percpu
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-11-07
mm: remove references to page->index in huge_memory.c
Matthew Wilcox (Oracle)
1
-9
/
+9
2024-11-07
bootmem: stop using page->index
Matthew Wilcox (Oracle)
4
-26
/
+56
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
7
-30
/
+37
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
7
-21
/
+30
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
3
-6
/
+3
2024-11-07
mm: convert page_to_pgoff() to page_pgoff()
Matthew Wilcox (Oracle)
4
-18
/
+21
2024-11-07
mm/zsmalloc: use memcpy_from/to_page whereever possible
Pintu Kumar
1
-23
/
+13
2024-11-07
zsmalloc: replace kmap_atomic with kmap_local_page
Pintu Kumar
1
-32
/
+34
2024-11-07
mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split
Suren Baghdasaryan
3
-58
/
+53
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
8
-33
/
+290
2024-11-07
alloc_tag: introduce pgtag_ref_handle to abstract page tag references
Suren Baghdasaryan
2
-50
/
+67
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
7
-11
/
+104
[next]