index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
65
-1136
/
+3682
|
\
|
*
mm/damon: remove return value from before_terminate callback
Changbin Du
2021-11-06
1
-3
/
+2
|
*
mm/damon: fix a few spelling mistakes in comments and a pr_debug message
Colin Ian King
2021-11-06
3
-3
/
+3
|
*
mm/damon: simplify stop mechanism
Changbin Du
2021-11-06
1
-36
/
+15
|
*
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
2021-11-06
2
-3
/
+17
|
*
mm/damon: remove unnecessary variable initialization
Xin Hao
2021-11-06
1
-1
/
+1
|
*
mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
SeongJae Park
2021-11-06
3
-0
/
+369
|
*
mm/damon/dbgfs: support watermarks
SeongJae Park
2021-11-06
1
-7
/
+9
|
*
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
2021-11-06
2
-2
/
+100
|
*
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
4
-0
/
+78
|
*
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
2021-11-06
1
-7
/
+55
|
*
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
1
-5
/
+40
|
*
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
2021-11-06
1
-0
/
+37
|
*
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
2021-11-06
2
-9
/
+55
|
*
mm/damon/paddr: support the pageout scheme
SeongJae Park
2021-11-06
1
-1
/
+36
|
*
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
|
*
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
3
-0
/
+233
|
*
mm/damon/vaddr: separate commonly usable functions
SeongJae Park
2021-11-06
4
-86
/
+108
|
*
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
|
*
mm/damon/schemes: implement statistics feature
SeongJae Park
2021-11-06
3
-3
/
+11
|
*
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
1
-0
/
+56
|
*
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
2021-11-06
1
-0
/
+109
|
*
mm/damon/core: account age of target regions
SeongJae Park
2021-11-06
1
-0
/
+13
|
*
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
|
*
mm/damon: grammar s/works/work/
Geert Uytterhoeven
2021-11-06
1
-1
/
+1
|
*
kfence: always use static branches to guard kfence_alloc()
Marco Elver
2021-11-06
1
-9
/
+7
|
*
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: 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
|
*
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
2021-11-06
3
-35
/
+0
|
*
mm/highmem: remove deprecated kmap_atomic
Ira Weiny
2021-11-06
1
-3
/
+3
|
*
mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...
Miaohe Lin
2021-11-06
1
-3
/
+4
|
*
mm/rmap.c: avoid double faults migrating device private pages
Alistair Popple
2021-11-06
1
-2
/
+6
|
*
mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...
David Hildenbrand
2021-11-06
1
-1
/
+4
|
*
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
2021-11-06
1
-0
/
+4
|
*
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2021-11-06
2
-5
/
+6
|
*
mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
David Hildenbrand
2021-11-06
1
-2
/
+6
|
*
mm/memory_hotplug: remove HIGHMEM leftovers
David Hildenbrand
2021-11-06
1
-34
/
+2
|
*
mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
David Hildenbrand
2021-11-06
1
-1
/
+1
[next]