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