index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
mm/hugetlb: make detecting shared pte more reliable
Miaohe Lin
1
-13
/
+8
2022-09-11
mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()
Miaohe Lin
1
-7
/
+18
2022-09-11
mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()
Miaohe Lin
1
-0
/
+5
2022-09-11
mm/hugetlb: fix missing call to restore_reserve_on_error()
Miaohe Lin
1
-3
/
+8
2022-09-11
mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()
Miaohe Lin
1
-0
/
+1
2022-09-11
mm/hugetlb: fix incorrect update of max_huge_pages
Miaohe Lin
1
-1
/
+2
2022-09-11
memory tiering: adjust hot threshold automatically
Huang Ying
3
-5
/
+64
2022-09-11
memory tiering: rate limit NUMA migration throughput
Huang Ying
6
-2
/
+59
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
8
-5
/
+169
2022-09-11
mm/util.c: add warning if __vm_enough_memory fails
Kefeng Wang
1
-0
/
+2
2022-09-11
mm: add more BUILD_BUG_ONs to gfp_migratetype()
Peter Collingbourne
1
-0
/
+3
2022-09-11
mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codes
Alistair Popple
1
-28
/
+32
2022-09-11
hugetlb_cgroup: use helper for_each_hstate and hstate_index
Miaohe Lin
1
-7
/
+4
2022-09-11
hugetlb_cgroup: use helper macro NUMA_NO_NODE
Miaohe Lin
1
-2
/
+2
2022-09-11
hugetlb_cgroup: remove unneeded return value
Miaohe Lin
1
-11
/
+8
2022-09-11
hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}
Miaohe Lin
1
-5
/
+5
2022-09-11
hugetlb_cgroup: remove unneeded nr_pages > 0 check
Miaohe Lin
1
-1
/
+1
2022-09-11
Kselftests: remove support of libhugetlbfs from kselftests
Tarun Sahu
3
-86
/
+74
2022-09-11
kfence: add sysfs interface to disable kfence for selected slabs.
Imran Khan
3
-0
/
+39
2022-09-11
mm: migration: fix the FOLL_GET failure on following huge page
Haiyue Wang
1
-2
/
+8
2022-09-11
mm/vmscan: make the annotations of refaults code at the right place
Yang Yang
1
-5
/
+5
2022-09-11
mm/damon/core: simplify the parameter passing for region split operation
Kaixu Xia
2
-15
/
+12
2022-09-11
tools/vm/page_owner_sort: fix -f option
Yixuan Cao
1
-1
/
+6
2022-09-11
mm/util: reduce stack usage of folio_mapcount
Kairui Song
1
-1
/
+1
2022-09-11
mm/page_alloc: only search higher order when fallback
Abel Wu
1
-1
/
+1
2022-09-11
page_alloc: remove inactive initialization
Li kunyu
1
-1
/
+1
2022-09-11
mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process
Feng Tang
3
-17
/
+22
2022-09-11
mm/mempolicy: fix lock contention on mems_allowed
Abel Wu
1
-1
/
+3
2022-09-11
mm/cma_debug: show complete cma name in debugfs directories
Charan Teja Kalla
2
-9
/
+6
2022-09-11
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
3
-9
/
+6
2022-09-11
zsmalloc: remove unnecessary size_class NULL check
Alexey Romanov
1
-7
/
+0
2022-09-11
zsmalloc: zs_object_copy: add clarifying comment
Alexey Romanov
1
-0
/
+7
2022-09-11
mm/vmscan: define macros for refaults in struct lruvec
Yang Yang
2
-4
/
+6
2022-09-11
selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh
Axel Rasmussen
1
-7
/
+10
2022-09-11
userfaultfd: update documentation to describe /dev/userfaultfd
Axel Rasmussen
2
-3
/
+41
2022-09-11
userfaultfd: selftests: modify selftest to use /dev/userfaultfd
Axel Rasmussen
1
-10
/
+66
2022-09-11
userfaultfd: add /dev/userfaultfd for fine grained access control
Axel Rasmussen
2
-16
/
+59
2022-09-11
selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
Axel Rasmussen
1
-2
/
+4
2022-09-11
mm/damon/dbgfs: use kmalloc for allocating only one element
Kenneth Lee
1
-1
/
+1
2022-09-11
mm/filemap.c: convert page_endio() to use a folio
Shaoqin Huang
1
-7
/
+9
2022-09-11
mm: memory-failure: cleanup try_to_split_thp_page()
Kefeng Wang
1
-11
/
+12
2022-09-11
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
1
-0
/
+3
2022-09-11
mm/page_ext: remove unused variable in offline_page_ext
Charan Teja Kalla
1
-3
/
+3
2022-09-11
selftests/vm: add selftest to verify multi THP collapse
Zach O'Keefe
1
-67
/
+73
2022-09-11
selftests/vm: add selftest to verify recollapse of THPs
Zach O'Keefe
1
-0
/
+31
2022-09-11
selftests/vm: add MADV_COLLAPSE collapse context to selftests
Zach O'Keefe
1
-45
/
+124
2022-09-11
selftests/vm: dedup hugepage allocation logic
Zach O'Keefe
1
-39
/
+23
2022-09-11
selftests/vm: modularize collapse selftests
Zach O'Keefe
1
-139
/
+108
2022-09-11
mm/madvise: add MADV_COLLAPSE to process_madvise()
Zach O'Keefe
1
-2
/
+2
2022-09-11
mm/khugepaged: rename prefix of shared collapse functions
Zach O'Keefe
1
-33
/
+35
[prev]
[next]