index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-13
Revert "mm: shmem: don't truncate page if memory failure happens"
Linus Torvalds
3
-51
/
+6
2021-11-13
Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-11-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-132
/
+45
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-23
/
+1
2021-11-11
kasan: add kasan mode messages when kasan init
Kuan-Ying Lee
2
-2
/
+14
2021-11-11
mm: unexport {,un}lock_page_memcg
Christoph Hellwig
1
-2
/
+0
2021-11-11
mm: unexport folio_memcg_{,un}lock
Christoph Hellwig
1
-2
/
+0
2021-11-11
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
1
-117
/
+28
2021-11-11
mm: migrate: simplify the file-backed pages validation when migrating its map...
Baolin Wang
1
-6
/
+0
2021-11-11
mm/page_owner.c: modify the type of argument "order" in some functions
Yixuan Cao
1
-3
/
+3
2021-11-10
Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2
-24
/
+6
2021-11-10
folio: Add a function to get the host inode for a folio
David Howells
1
-1
/
+1
2021-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+6
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-33
/
+60
2021-11-09
kernel/resource: disallow access to exclusive system RAM regions
David Hildenbrand
1
-0
/
+7
2021-11-09
mm: kasan: use is_kernel() helper
Kefeng Wang
1
-1
/
+1
2021-11-09
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
1
-4
/
+1
2021-11-09
lib, stackdepot: add helper to print stack entries
Imran Khan
2
-21
/
+7
2021-11-09
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
2
-5
/
+2
2021-11-09
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
4
-2
/
+42
2021-11-08
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
1
-3
/
+6
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
65
-1136
/
+3682
2021-11-06
mm/damon: remove return value from before_terminate callback
Changbin Du
1
-3
/
+2
2021-11-06
mm/damon: fix a few spelling mistakes in comments and a pr_debug message
Colin Ian King
3
-3
/
+3
2021-11-06
mm/damon: simplify stop mechanism
Changbin Du
1
-36
/
+15
2021-11-06
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
2
-3
/
+17
2021-11-06
mm/damon: remove unnecessary variable initialization
Xin Hao
1
-1
/
+1
2021-11-06
mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
SeongJae Park
3
-0
/
+369
2021-11-06
mm/damon/dbgfs: support watermarks
SeongJae Park
1
-7
/
+9
2021-11-06
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
2
-2
/
+100
2021-11-06
mm/damon/dbgfs: support prioritization weights
SeongJae Park
1
-4
/
+10
2021-11-06
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
4
-0
/
+78
2021-11-06
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
1
-7
/
+55
2021-11-06
mm/damon/dbgfs: support quotas of schemes
SeongJae Park
1
-5
/
+9
2021-11-06
mm/damon/schemes: implement time quota
SeongJae Park
1
-5
/
+40
2021-11-06
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
1
-0
/
+37
2021-11-06
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
2
-9
/
+55
2021-11-06
mm/damon/paddr: support the pageout scheme
SeongJae Park
1
-1
/
+36
2021-11-06
mm/damon/dbgfs: remove unnecessary variables
Rongwei Wang
1
-35
/
+31
2021-11-06
mm/damon/vaddr: constify static mm_walk_ops
Rikard Falkeborn
1
-2
/
+2
2021-11-06
mm/damon/dbgfs: support physical memory monitoring
SeongJae Park
2
-4
/
+19
2021-11-06
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
3
-0
/
+233
2021-11-06
mm/damon/vaddr: separate commonly usable functions
SeongJae Park
4
-86
/
+108
2021-11-06
mm/damon/dbgfs-test: add a unit test case for 'init_regions'
SeongJae Park
1
-0
/
+54
2021-11-06
mm/damon/dbgfs: allow users to set initial monitoring target regions
SeongJae Park
1
-2
/
+154
2021-11-06
mm/damon/schemes: implement statistics feature
SeongJae Park
3
-3
/
+11
2021-11-06
mm/damon/dbgfs: support DAMON-based Operation Schemes
SeongJae Park
1
-3
/
+162
2021-11-06
mm/damon/vaddr: support DAMON-based Operation Schemes
SeongJae Park
1
-0
/
+56
2021-11-06
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
1
-0
/
+109
2021-11-06
mm/damon/core: account age of target regions
SeongJae Park
1
-0
/
+13
[next]