index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_poison.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log
SeongJae Park
1
-2
/
+8
2022-01-15
mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging
SeongJae Park
1
-1
/
+1
2022-01-15
mm/damon/dbgfs: remove an unnecessary variable
SeongJae Park
1
-3
/
+2
2022-01-15
mm/damon: move the implementation of damon_insert_region to damon.h
Guoqing Jiang
2
-13
/
+11
2022-01-15
mm/damon: add access checking for hugetlb pages
Baolin Wang
1
-0
/
+96
2022-01-15
Docs/admin-guide/mm/damon/usage: update for schemes statistics
SeongJae Park
1
-4
/
+5
2022-01-15
mm/damon/dbgfs: support all DAMOS stats
SeongJae Park
1
-2
/
+4
2022-01-15
Docs/admin-guide/mm/damon/reclaim: document statistics parameters
SeongJae Park
1
-0
/
+25
2022-01-15
mm/damon/reclaim: provide reclamation statistics
SeongJae Park
1
-0
/
+46
2022-01-15
mm/damon/schemes: account how many times quota limit has exceeded
SeongJae Park
2
-0
/
+4
2022-01-15
mm/damon/schemes: account scheme actions that successfully applied
SeongJae Park
5
-33
/
+53
2022-01-15
mm/damon: remove a mistakenly added comment for a future feature
SeongJae Park
1
-1
/
+1
2022-01-15
Docs/admin-guide/mm/damon/usage: update for kdamond_pid and (mk|rm)_contexts
SeongJae Park
1
-3
/
+49
2022-01-15
Docs/admin-guide/mm/damon/usage: mention tracepoint at the beginning
SeongJae Park
1
-1
/
+8
2022-01-15
Docs/admin-guide/mm/damon/usage: remove redundant information
SeongJae Park
1
-22
/
+22
2022-01-15
Docs/admin-guide/mm/damon/usage: update for scheme quotas and watermarks
SeongJae Park
1
-25
/
+98
2022-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
3
-9
/
+20
2022-01-15
mm/damon: modify damon_rand() macro to static inline function
Xin Hao
1
-1
/
+4
2022-01-15
mm/damon: move damon_rand() definition into damon.h
Xin Hao
3
-8
/
+4
2022-01-15
mm/damon/schemes: add the validity judgment of thresholds
Xin Hao
1
-0
/
+7
2022-01-15
mm/damon/vaddr: remove swap_ranges() and replace it with swap()
Yihao Han
1
-13
/
+3
2022-01-15
mm/damon: remove some unneeded function definitions in damon.h
Xin Hao
3
-34
/
+16
2022-01-15
mm/damon/core: use abs() instead of diff_of()
Xin Hao
1
-4
/
+2
2022-01-15
mm/damon: add 'age' of region tracepoint support
Xin Hao
1
-2
/
+5
2022-01-15
mm/damon: unified access_check function naming rules
Xin Hao
1
-4
/
+4
2022-01-15
mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
Alistair Popple
3
-2
/
+69
2022-01-15
mm: make some vars and functions static or __init
Ting Liu
3
-5
/
+4
2022-01-15
mm: fix some comment errors
Quanfa Fu
4
-4
/
+4
2022-01-15
zram: use ATTRIBUTE_GROUPS
Luis Chamberlain
1
-9
/
+2
2022-01-15
zpool: remove the list of pools_head
Zhaoyu Liu
1
-12
/
+0
2022-01-15
mm/rmap: fix potential batched TLB flush race
Huang Ying
2
-8
/
+37
2022-01-15
mm: memcg/percpu: account extra objcg space to memory cgroups
Qi Zheng
2
-5
/
+23
2022-01-15
mm/hwpoison: fix unpoison_memory()
Naoya Horiguchi
4
-19
/
+122
2022-01-15
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
Naoya Horiguchi
3
-6
/
+0
2022-01-15
mm/hwpoison: mf_mutex for soft offline and unpoison
Naoya Horiguchi
1
-44
/
+18
2022-01-15
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
1
-2
/
+2
2022-01-15
mm/thp: drop unused trace events hugepage_[invalidate|splitting]
Anshuman Khandual
1
-35
/
+0
2022-01-15
mm/migrate: remove redundant variables used in a for-loop
Colin Ian King
1
-3
/
+2
2022-01-15
mm/migrate: move node demotion code to near its user
Huang Ying
1
-133
/
+132
2022-01-15
mm: migrate: add more comments for selecting target node randomly
Baolin Wang
1
-0
/
+8
2022-01-15
mm: migrate: support multiple target nodes demotion
Baolin Wang
1
-35
/
+129
2022-01-15
mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()
Baolin Wang
2
-23
/
+8
2022-01-15
mm: migrate: correct the hugetlb migration stats
Baolin Wang
2
-15
/
+14
2022-01-15
mm: migrate: fix the return value of migrate_pages()
Baolin Wang
1
-16
/
+47
2022-01-15
hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()
Sean Christopherson
1
-3
/
+4
2022-01-15
mm, oom: OOM sysrq should always kill a process
Jann Horn
1
-1
/
+1
2022-01-15
mm/mempolicy: fix all kernel-doc warnings
Randy Dunlap
1
-2
/
+3
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
21
-2
/
+27
2022-01-15
mm/mempolicy: add set_mempolicy_home_node syscall
Aneesh Kumar K.V
3
-1
/
+95
2022-01-15
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
Aneesh Kumar K.V
1
-2
/
+3
[next]