summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell
2022-07-29page_alloc: fix invalid watermark check on a negative valueJaewon Kim
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-26mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng
2022-07-25highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-07-24mm: honor FGP_NOWAIT for page cache page allocationfor-5.20/io_uring-buffered-writes-2022-07-29Jens Axboe
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara
2022-07-24mm: Move updates of dirty_exceeded into one placeJan Kara
2022-07-24mm: Move starting of background writeback into the main balancing loopJan Kara
2022-07-20mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo
2022-07-20mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo
2022-07-20arm64: enable THP_SWAP for arm64Barry Song
2022-07-18hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-07-18secretmem: fix unhandled fault in truncateMike Rapoport
2022-07-18mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()Naoya Horiguchi
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song
2022-07-18mm: fix page leak with multiple threads mapping the same pageJosef Bacik
2022-07-18tmpfs: fix the issue that the mount and remount results are inconsistent.ZhaoLong Wang
2022-07-18mm: kfence: apply kmemleak_ignore_phys on early allocated poolYee Lee
2022-07-17mm/mmap: fix obsolete comment of find_extend_vmaMiaohe Lin
2022-07-17mm/page_vma_mapped.c: use helper function huge_pte_lockMiaohe Lin
2022-07-17mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_maskUros Bizjak
2022-07-17mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li
2022-07-17mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang
2022-07-17mm/mprotect: remove the redundant initialization for errorXiu Jianfeng
2022-07-17mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin
2022-07-17mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin
2022-07-17mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin
2022-07-17mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin
2022-07-17mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin
2022-07-17mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin
2022-07-17mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin
2022-07-17mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual
2022-07-17mm: nommu: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm: gup: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm: kfence: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm/highmem: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang