summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-123-19/+30
* damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun2022-10-011-1/+1
* mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal2022-10-011-0/+4
* MAINTAINERS: drop entry to removed file in ARM/RISCPC ARCHITECTURELukas Bulwahn2022-10-011-1/+0
* x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook2022-09-261-1/+1
* mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan2022-09-261-11/+14
* mm,hwpoison: check mm when killing accessing processShuai Xue2022-09-261-0/+3
* mm/hugetlb: correct demote page offset logicDoug Berger2022-09-261-6/+8
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-09-261-0/+12
* mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov2022-09-261-4/+10
* frontswap: don't call ->init if no ops are registeredChristoph Hellwig2022-09-261-0/+3
* mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-09-261-4/+2
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-09-261-2/+5
* powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi2022-09-261-9/+0
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-09-262-10/+34
* mm: fix dereferencing possible ERR_PTRBinyi Han2022-09-121-1/+1
* vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)2022-09-121-2/+2
* mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)2022-09-121-1/+1
* tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)2022-09-122-20/+2
* mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-121-5/+14
* mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple2022-09-121-2/+7
* mm/migrate_device.c: add missing flush_cache_page()Alistair Popple2022-09-121-1/+1
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-09-121-2/+3
* x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota2022-09-121-0/+3
* mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams2022-09-121-10/+12
* mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-122-1/+6
* xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams2022-09-121-1/+1
* xfs: quiet notify_failure EOPNOTSUPP casesDan Williams2022-09-121-2/+2
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-09-121-10/+43
* ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-09-121-1/+2
* Linux 6.0-rc3v6.0-rc3Linus Torvalds2022-08-291-1/+1
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-2821-60/+108
|\
| * .mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli2022-08-281-0/+1
| * mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
| * squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
| * mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
| * mailmap: update email address for Colin KingColin Ian King2022-08-281-2/+1
| * asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| * bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-281-0/+2
| * ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
| * Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt2022-08-281-2/+13
| * mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
| * binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
| * mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
| * vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan2022-08-281-0/+1
| * mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli2022-08-281-0/+2
| * writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-283-12/+16
| * shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
| * mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
| * Merge branch 'linus'Andrew Morton2022-08-26112-450/+971
| |\