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
*
tools/selftests/damon: update for regions prioritization of schemes
SeongJae Park
2021-11-06
1
-2
/
+2
*
mm/damon/dbgfs: support prioritization weights
SeongJae Park
2021-11-06
1
-4
/
+10
*
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
2021-11-06
5
-0
/
+82
*
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
2021-11-06
2
-7
/
+81
*
mm/damon/selftests: support schemes quotas
SeongJae Park
2021-11-06
1
-2
/
+2
*
mm/damon/dbgfs: support quotas of schemes
SeongJae Park
2021-11-06
1
-5
/
+9
*
mm/damon/schemes: implement time quota
SeongJae Park
2021-11-06
2
-10
/
+60
*
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
2021-11-06
2
-0
/
+42
*
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
2021-11-06
3
-13
/
+87
*
mm/damon/paddr: support the pageout scheme
SeongJae Park
2021-11-06
2
-1
/
+38
*
mm/damon/dbgfs: remove unnecessary variables
Rongwei Wang
2021-11-06
1
-35
/
+31
*
mm/damon/vaddr: constify static mm_walk_ops
Rikard Falkeborn
2021-11-06
1
-2
/
+2
*
Docs/DAMON: document physical memory monitoring support
SeongJae Park
2021-11-06
3
-19
/
+40
*
mm/damon/dbgfs: support physical memory monitoring
SeongJae Park
2021-11-06
2
-4
/
+19
*
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
2021-11-06
4
-0
/
+243
*
mm/damon/vaddr: separate commonly usable functions
SeongJae Park
2021-11-06
4
-86
/
+108
*
Docs/admin-guide/mm/damon: document 'init_regions' feature
SeongJae Park
2021-11-06
1
-2
/
+39
*
mm/damon/dbgfs-test: add a unit test case for 'init_regions'
SeongJae Park
2021-11-06
1
-0
/
+54
*
mm/damon/dbgfs: allow users to set initial monitoring target regions
SeongJae Park
2021-11-06
1
-2
/
+154
*
Docs/admin-guide/mm/damon: document DAMON-based Operation Schemes
SeongJae Park
2021-11-06
2
-2
/
+60
*
selftests/damon: add 'schemes' debugfs tests
SeongJae Park
2021-11-06
1
-0
/
+13
*
mm/damon/schemes: implement statistics feature
SeongJae Park
2021-11-06
4
-4
/
+20
*
mm/damon/dbgfs: support DAMON-based Operation Schemes
SeongJae Park
2021-11-06
1
-3
/
+162
*
mm/damon/vaddr: support DAMON-based Operation Schemes
SeongJae Park
2021-11-06
2
-0
/
+58
*
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
2021-11-06
2
-0
/
+175
*
mm/damon/core: account age of target regions
SeongJae Park
2021-11-06
2
-0
/
+23
*
mm/damon/core: nullify pointer ctx->kdamond with a NULL
Colin Ian King
2021-11-06
1
-1
/
+1
*
mm/damon: needn't hold kdamond_lock to print pid of kdamond
Changbin Du
2021-11-06
1
-4
/
+2
*
mm/damon: remove unnecessary do_exit() from kdamond
Changbin Du
2021-11-06
1
-1
/
+1
*
mm/damon/core: print kdamond start log in debug mode only
SeongJae Park
2021-11-06
1
-1
/
+1
*
include/linux/damon.h: fix kernel-doc comments for 'damon_callback'
SeongJae Park
2021-11-06
1
-3
/
+3
*
docs/vm/damon: remove broken reference
SeongJae Park
2021-11-06
1
-1
/
+0
*
MAINTAINERS: update SeongJae's email address
SeongJae Park
2021-11-06
1
-1
/
+1
*
Documentation/vm: move user guides to admin-guide/mm/
SeongJae Park
2021-11-06
4
-21
/
+7
*
mm/damon: grammar s/works/work/
Geert Uytterhoeven
2021-11-06
1
-1
/
+1
*
kfence: default to dynamic branch instead of static keys mode
Marco Elver
2021-11-06
2
-15
/
+23
*
kfence: always use static branches to guard kfence_alloc()
Marco Elver
2021-11-06
2
-19
/
+18
*
kfence: shorten critical sections of alloc/free
Marco Elver
2021-11-06
1
-17
/
+21
*
kfence: test: use kunit_skip() to skip tests
Marco Elver
2021-11-06
1
-6
/
+8
*
kfence: add note to documentation about skipping covered allocations
Marco Elver
2021-11-06
1
-0
/
+11
*
kfence: limit currently covered allocations when pool nearly full
Marco Elver
2021-11-06
2
-2
/
+109
*
kfence: move saving stack trace of allocations into __kfence_alloc()
Marco Elver
2021-11-06
1
-11
/
+24
*
kfence: count unexpectedly skipped allocations
Marco Elver
2021-11-06
1
-3
/
+13
*
stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
Marco Elver
2021-11-06
4
-26
/
+31
*
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
2021-11-06
8
-7
/
+2
*
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
2021-11-06
6
-52
/
+0
*
zram: introduce an aged idle interface
Brian Geffon
2021-11-06
2
-16
/
+54
*
zram: off by one in read_block_state()
Dan Carpenter
2021-11-06
1
-1
/
+1
*
zram_drv: allow reclaim on bio_alloc
Jaewon Kim
2021-11-06
1
-1
/
+1
*
mm/highmem: remove deprecated kmap_atomic
Ira Weiny
2021-11-06
2
-17
/
+17
[next]