summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-07hugetlb: allocate vma lock for all sharable vmasMike Kravetz
2022-10-07hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz
2022-10-07hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz
2022-10-07mglru: mm/vmscan.c: fix imprecise commentsYu Zhao
2022-10-07mm/mglru: don't sync disk for each aging cycleYu Zhao
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner
2022-10-03mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner
2022-10-03mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner
2022-10-03mm/secretmem: remove reduntant return valueXiu Jianfeng
2022-10-03mm/hugetlb: add available_huge_pages() funcXin Hao
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-03mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe
2022-10-03mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe
2022-10-03mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-03mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-03mm/page_alloc: update comments for rmqueue()Ran Xiaokai
2022-10-03mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia
2022-10-03hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz
2022-10-03mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin
2022-10-03mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin
2022-10-03mm/page_alloc: init local variable buddy_pfnMiaohe Lin
2022-10-03mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin
2022-10-03mm/page_alloc: use local variable zone_idx directlyMiaohe Lin
2022-10-03mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin
2022-10-03mm/page_alloc: fix freeing static percpu memoryMiaohe Lin
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-03mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin
2022-10-03mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin
2022-10-03mm/page_table_check: fix typosChih-En Lin
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng