index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
mm: remove the swap_readpage return value
Christoph Hellwig
2
-16
/
+8
2023-02-03
mpage: stop using bdev_{read,write}_page
Christoph Hellwig
1
-10
/
+0
2023-02-03
mm: refactor va_remove_mappings
Christoph Hellwig
1
-19
/
+8
2023-02-03
mm: split __vunmap
Christoph Hellwig
1
-43
/
+41
2023-02-03
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
1
-9
/
+9
2023-02-03
mm: use remove_vm_area in __vunmap
Christoph Hellwig
1
-21
/
+12
2023-02-03
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
1
-6
/
+4
2023-02-03
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
1
-1
/
+1
2023-02-03
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
1
-53
/
+51
2023-02-03
mm: remove __vfree_deferred
Christoph Hellwig
1
-26
/
+17
2023-02-03
mm: remove __vfree
Christoph Hellwig
1
-12
/
+6
2023-02-03
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
1
-0
/
+3
2023-02-03
mm, compaction: finish pageblocks on complete migration failure
Mel Gorman
1
-8
/
+22
2023-02-03
mm, compaction: finish scanning the current pageblock if requested
Mel Gorman
1
-0
/
+7
2023-02-03
mm, compaction: check if a page has been captured before draining PCP pages
Mel Gorman
1
-6
/
+6
2023-02-03
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
2
-13
/
+17
2023-02-03
mm/gup.c: fix typo in comments
Jongwoo Han
1
-1
/
+1
2023-02-03
kasan: reset page tags properly with sampling
Andrey Konovalov
1
-5
/
+6
2023-02-03
mm/sparse: fix "unused function 'pgdat_to_phys'" warning
Mike Rapoport
1
-1
/
+1
2023-02-03
mm/page_owner: record single timestamp value for high order allocations
Hyeonggon Yoo
1
-1
/
+2
2023-02-03
mm: memory-failure: document memory failure stats
Jiaqi Yan
1
-0
/
+39
2023-02-03
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
1
-0
/
+36
2023-02-03
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
4
-0
/
+71
2023-02-03
mm: multi-gen LRU: simplify lru_gen_look_around()
T.J. Alumbaugh
1
-50
/
+23
2023-02-03
mm: multi-gen LRU: improve walk_pmd_range()
T.J. Alumbaugh
1
-20
/
+20
2023-02-03
mm: multi-gen LRU: improve lru_gen_exit_memcg()
T.J. Alumbaugh
1
-0
/
+5
2023-02-03
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
5
-143
/
+178
2023-02-03
mm: multi-gen LRU: section for Bloom filters
T.J. Alumbaugh
2
-88
/
+108
2023-02-03
mm: multi-gen LRU: section for rmap/PT walk feedback
T.J. Alumbaugh
2
-0
/
+18
2023-02-03
mm: multi-gen LRU: section for working set protection
T.J. Alumbaugh
2
-0
/
+19
2023-02-03
mm: move KMEMLEAK's Kconfig items from lib to mm
Zhaoyang Huang
2
-71
/
+72
2023-02-03
mm/damon/core-test: add a test for damon_update_monitoring_results()
SeongJae Park
1
-0
/
+30
2023-02-03
mm/damon/core: update monitoring results for new monitoring attributes
SeongJae Park
1
-0
/
+71
2023-02-03
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
1
-3
/
+3
2023-02-03
mm/kmemleak: fix UAF bug in kmemleak_scan()
Waiman Long
1
-6
/
+29
2023-02-03
mm/kmemleak: simplify kmemleak_cond_resched() usage
Waiman Long
1
-36
/
+12
2023-02-03
kselftest: vm: add tests for memory-deny-write-execute
Kees Cook
2
-0
/
+198
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
6
-1
/
+93
2023-02-03
tools/mm: allow users to provide additional cflags/ldflags
Herton R. Krzesinski
1
-2
/
+2
2023-02-03
Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
Deming Wang
1
-1
/
+1
2023-02-03
mm/cma: fix potential memory loss on cma_declare_contiguous_nid
Levi Yun
1
-12
/
+12
2023-02-03
swap_state: update shadow_nodes for anonymous page
Yang Yang
3
-9
/
+21
2023-02-03
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
3
-18
/
+18
2023-02-03
zsmalloc: set default zspage chain size to 8
Sergey Senozhatsky
1
-1
/
+1
2023-02-03
zsmalloc: make zspage chain size configurable
Sergey Senozhatsky
3
-8
/
+191
2023-02-03
zsmalloc: skip chain size calculation for pow_of_2 classes
Sergey Senozhatsky
1
-0
/
+3
2023-02-03
zsmalloc: rework zspage chain size selection
Sergey Senozhatsky
1
-37
/
+19
2023-02-03
mm/page_alloc: use deferred_pages_enabled() wherever applicable
Anshuman Khandual
1
-2
/
+2
2023-02-03
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
4
-5
/
+11
2023-02-03
mm/damon/core: skip apply schemes if empty
Huaisheng Ye
1
-1
/
+2
[next]