summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal
2022-09-30MAINTAINERS: drop entry to removed file in ARM/RISCPC ARCHITECTURELukas Bulwahn
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi
2022-09-11mm: fix dereferencing possible ERR_PTRBinyi Han
2022-09-11vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)
2022-09-11tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-09-11x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams
2022-09-11xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams
2022-09-11xfs: quiet notify_failure EOPNOTSUPP casesDan Williams
2022-09-11mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman
2022-09-11ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-08-28Linux 6.0-rc3v6.0-rc3Linus Torvalds
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds
2022-08-28.mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-08-28mailmap: update email address for Colin KingColin Ian King
2022-08-28asm-generic: sections: refactor memory_intersectsQuanyang Wang
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett
2022-08-28mm: re-allow pinning of zero pfns (again)Alex Williamson
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-28mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-28shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)