index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
mm/util.c: add warning if __vm_enough_memory fails
Kefeng Wang
1
-0
/
+2
2022-09-12
mm: add more BUILD_BUG_ONs to gfp_migratetype()
Peter Collingbourne
1
-0
/
+3
2022-09-12
mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codes
Alistair Popple
1
-28
/
+32
2022-09-12
hugetlb_cgroup: use helper for_each_hstate and hstate_index
Miaohe Lin
1
-7
/
+4
2022-09-12
hugetlb_cgroup: use helper macro NUMA_NO_NODE
Miaohe Lin
1
-2
/
+2
2022-09-12
hugetlb_cgroup: remove unneeded return value
Miaohe Lin
1
-11
/
+8
2022-09-12
hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}
Miaohe Lin
1
-5
/
+5
2022-09-12
hugetlb_cgroup: remove unneeded nr_pages > 0 check
Miaohe Lin
1
-1
/
+1
2022-09-12
Kselftests: remove support of libhugetlbfs from kselftests
Tarun Sahu
3
-86
/
+74
2022-09-12
kfence: add sysfs interface to disable kfence for selected slabs.
Imran Khan
3
-0
/
+39
2022-09-12
mm: migration: fix the FOLL_GET failure on following huge page
Haiyue Wang
1
-2
/
+8
2022-09-12
mm/vmscan: make the annotations of refaults code at the right place
Yang Yang
1
-5
/
+5
2022-09-12
mm/damon/core: simplify the parameter passing for region split operation
Kaixu Xia
2
-15
/
+12
2022-09-12
tools/vm/page_owner_sort: fix -f option
Yixuan Cao
1
-1
/
+6
2022-09-12
mm/util: reduce stack usage of folio_mapcount
Kairui Song
1
-1
/
+1
2022-09-12
mm/page_alloc: only search higher order when fallback
Abel Wu
1
-1
/
+1
2022-09-12
page_alloc: remove inactive initialization
Li kunyu
1
-1
/
+1
2022-09-12
mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process
Feng Tang
3
-17
/
+22
2022-09-12
mm/mempolicy: fix lock contention on mems_allowed
Abel Wu
1
-1
/
+3
2022-09-12
mm/cma_debug: show complete cma name in debugfs directories
Charan Teja Kalla
2
-9
/
+6
2022-09-12
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
3
-9
/
+6
2022-09-12
zsmalloc: remove unnecessary size_class NULL check
Alexey Romanov
1
-7
/
+0
2022-09-12
zsmalloc: zs_object_copy: add clarifying comment
Alexey Romanov
1
-0
/
+7
2022-09-12
mm/vmscan: define macros for refaults in struct lruvec
Yang Yang
2
-4
/
+6
2022-09-12
selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh
Axel Rasmussen
1
-7
/
+10
2022-09-12
userfaultfd: update documentation to describe /dev/userfaultfd
Axel Rasmussen
2
-3
/
+41
2022-09-12
userfaultfd: selftests: modify selftest to use /dev/userfaultfd
Axel Rasmussen
1
-10
/
+66
2022-09-12
userfaultfd: add /dev/userfaultfd for fine grained access control
Axel Rasmussen
2
-16
/
+59
2022-09-12
selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
Axel Rasmussen
1
-2
/
+4
2022-09-12
mm/damon/dbgfs: use kmalloc for allocating only one element
Kenneth Lee
1
-1
/
+1
2022-09-12
mm/filemap.c: convert page_endio() to use a folio
Shaoqin Huang
1
-7
/
+9
2022-09-12
mm: memory-failure: cleanup try_to_split_thp_page()
Kefeng Wang
1
-11
/
+12
2022-09-12
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
1
-0
/
+3
2022-09-12
mm/page_ext: remove unused variable in offline_page_ext
Charan Teja Kalla
1
-3
/
+3
2022-09-12
selftests/vm: add selftest to verify multi THP collapse
Zach O'Keefe
1
-67
/
+73
2022-09-12
selftests/vm: add selftest to verify recollapse of THPs
Zach O'Keefe
1
-0
/
+31
2022-09-12
selftests/vm: add MADV_COLLAPSE collapse context to selftests
Zach O'Keefe
1
-46
/
+125
2022-09-12
selftests/vm: dedup hugepage allocation logic
Zach O'Keefe
1
-39
/
+23
2022-09-12
selftests/vm: modularize collapse selftests
Zach O'Keefe
1
-141
/
+110
2022-09-12
mm/madvise: add MADV_COLLAPSE to process_madvise()
Zach O'Keefe
1
-2
/
+2
2022-09-12
mm/khugepaged: rename prefix of shared collapse functions
Zach O'Keefe
1
-33
/
+35
2022-09-12
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
9
-3
/
+147
2022-09-12
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
6
-39
/
+67
2022-09-12
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
5
-27
/
+27
2022-09-12
mm/khugepaged: add flag to predicate khugepaged-only behavior
Zach O'Keefe
1
-25
/
+58
2022-09-12
mm/khugepaged: propagate enum scan_result codes back to callers
Zach O'Keefe
1
-116
/
+117
2022-09-12
mm/khugepaged: dedup and simplify hugepage alloc and charging
Zach O'Keefe
1
-43
/
+35
2022-09-12
mm/khugepaged: add struct collapse_control
Zach O'Keefe
1
-37
/
+50
2022-09-12
mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
Yang Shi
1
-94
/
+26
2022-08-29
Linux 6.0-rc3
v6.0-rc3
Linus Torvalds
1
-1
/
+1
[next]