summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook1-1/+1
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan1-11/+14
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov1-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig1-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
2022-09-12mm: fix dereferencing possible ERR_PTRBinyi Han1-1/+1
2022-09-12vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)1-2/+2
2022-09-12mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)1-1/+1
2022-09-12tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)2-20/+2
2022-09-12mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-5/+14
2022-09-12mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple1-2/+7
2022-09-12mm/migrate_device.c: add missing flush_cache_page()Alistair Popple1-1/+1
2022-09-12mm/migrate_device.c: flush TLB while holding PTLAlistair Popple1-2/+3
2022-09-12x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota1-0/+3
2022-09-12mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams1-10/+12
2022-09-12mm/memory-failure: fix detection of memory_failure() handlersDan Williams2-1/+6
2022-09-12xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams1-1/+1
2022-09-12xfs: quiet notify_failure EOPNOTSUPP casesDan Williams1-2/+2
2022-09-12mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman1-10/+43
2022-09-12ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-08-29Linux 6.0-rc3Linus Torvalds1-1/+1
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds21-60/+108
2022-08-29Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds4-24/+38
2022-08-29.mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli1-0/+1
2022-08-29mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-08-29squashfs: don't call kmalloc in decompressorsPhillip Lougher4-21/+22
2022-08-29mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty1-0/+3
2022-08-29mailmap: update email address for Colin KingColin Ian King1-2/+1
2022-08-29asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-08-29bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin1-0/+2
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-29Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-29mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky1-1/+1
2022-08-29binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-29vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan1-0/+1
2022-08-29mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli1-0/+2
2022-08-29writeback: avoid use-after-free after removing deviceKhazhismel Kumykov3-12/+16
2022-08-29shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)1-0/+1
2022-08-29mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin1-1/+1
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-70/+79
2022-08-28Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-67/+70
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-88/+183
2022-08-28Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-7/+36