index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-13
mm: teach core mm about pte markers
Peter Xu
2022-05-13
mm: introduce PTE_MARKER swap entry
Peter Xu
2022-05-13
mm/page_alloc: cache the result of node_dirty_ok()
Wonhyuk Yang
2022-05-13
Docs/admin-guide/mm/damon/reclaim: document 'commit_inputs' parameter
SeongJae Park
2022-05-13
mm/damon/reclaim: support online inputs update
SeongJae Park
2022-05-13
Docs/{ABI,admin-guide}/damon: Update for 'state' sysfs file input keyword, 'c...
SeongJae Park
2022-05-13
mm/damon/sysfs: support online inputs update
SeongJae Park
2022-05-13
mm/damon/sysfs: update schemes stat in the kdamond context
SeongJae Park
2022-05-13
mm/damon/sysfs: use enum for 'state' input handling
SeongJae Park
2022-05-13
mm/damon/sysfs: reuse damon_set_regions() for regions setting
SeongJae Park
2022-05-13
mm/damon/sysfs: move targets setup code to a separated function
SeongJae Park
2022-05-13
mm/damon/sysfs: prohibit multiple physical address space monitoring targets
SeongJae Park
2022-05-13
mm/damon/vaddr: remove damon_va_apply_three_regions()
SeongJae Park
2022-05-13
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
2022-05-13
mm/damon/vaddr: generalize damon_va_apply_three_regions()
SeongJae Park
2022-05-13
mm/damon/core: finish kdamond as soon as any callback returns an error
SeongJae Park
2022-05-13
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
2022-05-13
selftest/vm: test that mremap fails on non-existent vma
Niels Dossche
2022-05-13
mm/rmap: Fix typos in comments
Adrian Huang
2022-05-13
mm/swapops: make is_pmd_migration_entry more strict
Hongchen Zhang
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
2022-05-13
mm: rmap: use flush_cache_range() to flush cache for hugetlb pages
Baolin Wang
2022-05-13
mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing
Baolin Wang
2022-05-13
mm: hugetlb: considering PMD sharing when flushing cache/TLBs
Baolin Wang
2022-05-13
mm/memory_hotplug: use pgprot_val to get value of pgprot
liusongtang
2022-05-13
Docs/{ABI,admin-guide}/damon: update for fixed virtual address ranges monitoring
SeongJae Park
2022-05-13
mm/damon/sysfs: support fixed virtual address ranges monitoring
SeongJae Park
2022-05-13
mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...
SeongJae Park
2022-05-13
Docs/{ABI,admin-guide}/damon: document 'avail_operations' sysfs file
SeongJae Park
2022-05-13
selftets/damon/sysfs: test existence and permission of avail_operations
SeongJae Park
2022-05-13
mm/damon/sysfs: add a file for listing available monitoring ops
SeongJae Park
2022-05-13
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
2022-05-13
mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZE
Fabio M. De Francesco
2022-05-13
kfence: enable check kfence canary on panic via boot param
huangshaobo
2022-05-13
hugetlbfs: fix hugetlbfs_statfs() locking
Mina Almasry
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2022-05-13
mm/mprotect: do not flush when not required architecturally
Nadav Amit
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-09
MM: handle THP in swap_*page_fs() - count_vm_events()
NeilBrown
2022-05-09
mm: handle THP in swap_*page_fs()
NeilBrown
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
doc: update documentation for swap_activate and swap_rw
NeilBrown
2022-05-09
mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
NeilBrown
2022-05-09
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
NeilBrown
[next]