index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmstat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
mm/codetag: add pgalloc_tag_copy()
Yu Zhao
3
-14
/
+38
2024-09-10
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
5
-35
/
+34
2024-09-10
mm/codetag: fix a typo
Yu Zhao
1
-1
/
+1
2024-09-10
mm/vmalloc.c: use "high-order" in description non 0-order pages
Uladzislau Rezki (Sony)
1
-2
/
+2
2024-09-10
mm/vmalloc.c: use helper function va_size()
ZhangPeng
1
-9
/
+8
2024-09-10
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
2
-4
/
+4
2024-09-10
maple_tree: mark three functions as __maybe_unused
Liam R. Howlett
1
-3
/
+3
2024-09-10
mm: clean up mem_cgroup_iter()
Kinsey Ho
1
-20
/
+12
2024-09-10
mm: restart if multiple traversals raced
Kinsey Ho
2
-11
/
+19
2024-09-10
mm: increment gen # before restarting traversal
Kinsey Ho
1
-10
/
+12
2024-09-10
mm: don't hold css->refcnt during traversal
Kinsey Ho
1
-17
/
+1
2024-09-10
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
2
-8
/
+14
2024-09-10
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
1
-11
/
+5
2024-09-10
mm: migrate: remove unused includes
Kefeng Wang
1
-7
/
+0
2024-09-10
mm: thp: simplify split_huge_pages_pid()
Nanyong Sun
1
-6
/
+1
2024-09-10
mm: migrate: simplify find_mm_struct()
Nanyong Sun
1
-7
/
+1
2024-09-10
mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...
SeongJae Park
2
-1
/
+19
2024-09-10
uprobes: use vm_special_mapping close() functionality
Sven Schnelle
3
-21
/
+17
2024-09-10
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
1
-6
/
+4
2024-09-10
mm: care about shadow stack guard gap when getting an unmapped area
Mark Brown
1
-0
/
+14
2024-09-10
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
3
-8
/
+10
2024-09-10
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
18
-81
/
+51
2024-09-10
mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERN
SeongJae Park
1
-1
/
+1
2024-09-10
mm: Kconfig: fixup zsmalloc configuration
Sergey Senozhatsky
1
-1
/
+1
2024-09-10
filemap: fix the last_index of mm_filemap_get_pages
Takaya Saeki
1
-1
/
+1
2024-09-10
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
7
-39
/
+42
2024-09-10
zram: support priority parameter in recompression
Sergey Senozhatsky
2
-1
/
+16
2024-09-10
Documentation/zram: add documentation for algorithm parameters
Sergey Senozhatsky
1
-8
/
+39
2024-09-10
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-26
/
+124
2024-09-10
zram: add dictionary support to lz4hc
Sergey Senozhatsky
1
-7
/
+68
2024-09-10
zram: add dictionary support to lz4
Sergey Senozhatsky
1
-7
/
+67
2024-09-10
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
9
-98
/
+168
2024-09-10
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
9
-135
/
+149
2024-09-10
zram: introduce zcomp_req structure
Sergey Senozhatsky
9
-72
/
+77
2024-09-10
zram: add support for dict comp config
Sergey Senozhatsky
1
-9
/
+36
2024-09-10
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
3
-0
/
+76
2024-09-10
zram: recalculate zstd compression params once
Sergey Senozhatsky
1
-2
/
+3
2024-09-10
zram: introduce zcomp_params structure
Sergey Senozhatsky
11
-24
/
+67
2024-09-10
zram: check that backends array has at least one backend
Sergey Senozhatsky
2
-6
/
+21
2024-09-10
zram: add 842 compression backend support
Sergey Senozhatsky
5
-0
/
+94
2024-09-10
zram: add zlib compression backend support
Sergey Senozhatsky
5
-0
/
+158
2024-09-10
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
1
-2
/
+2
2024-09-10
zram: add zstd compression backend support
Sergey Senozhatsky
5
-0
/
+123
2024-09-10
zram: add lz4hc compression backend support
Sergey Senozhatsky
5
-2
/
+100
2024-09-10
zram: add lz4 compression backend support
Sergey Senozhatsky
5
-0
/
+98
2024-09-10
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
7
-0
/
+140
2024-09-10
zram: introduce custom comp backends API
Sergey Senozhatsky
5
-160
/
+78
2024-09-10
lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
Sergey Senozhatsky
1
-0
/
+2
2024-09-10
lib: lz4hc: export LZ4_resetStreamHC symbol
Sergey Senozhatsky
1
-0
/
+1
2024-09-10
lib: zstd: export API needed for dictionary support
Sergey Senozhatsky
3
-0
/
+252
[next]