summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko3-19/+34
2023-04-19tools/Makefile: do missed s/vm/mm/SeongJae Park1-7/+7
2023-04-19mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-19mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-19kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek1-29/+40
2023-04-16Revert "userfaultfd: don't fail on unrecognized features"Peter Xu1-2/+4
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2-9/+20
2023-04-16maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang1-12/+7
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou1-1/+1
2023-04-16mailmap: update jtoppins' entry to reference correct emailJonathan Toppins1-0/+2
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-55/+49
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett1-1/+1
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng1-1/+1
2023-04-06maple_tree: fix a potential concurrency bug in RCU modePeng Zhang1-2/+1
2023-04-06maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang1-10/+5
2023-04-06mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-04-06nilfs2: fix sysfs interface lifetimeRyusuke Konishi2-5/+9
2023-04-06mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-06mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao1-3/+5
2023-04-06nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2-0/+2
2023-04-06nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi1-2/+1
2023-04-06zsmalloc: document freeable statsSergey Senozhatsky1-0/+2
2023-04-06zsmalloc: document new fullness groupingSergey Senozhatsky1-59/+74
2023-04-06fsdax: force clear dirty mark if CoWShiyang Ruan1-0/+37
2023-04-06mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett3-2/+7
2023-04-06maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett1-92/+96
2023-04-06maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett1-2/+6
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2-2/+21
2023-04-06maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett1-1/+0
2023-04-06maple_tree: fix freeing of nodes in rcu modeLiam Howlett1-11/+62
2023-04-06maple_tree: detect dead nodes in mas_start()Liam Howlett1-0/+4
2023-04-06maple_tree: be more cautious about dead nodesLiam Howlett1-9/+43
2023-03-29mailmap: add an entry for Leonard CrestezFlorian Fainelli1-0/+1
2023-03-29mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-29mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-29fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan1-2/+2
2023-03-29fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan1-3/+8
2023-03-29lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITSTiezhu Yang1-1/+1
2023-03-29Kconfig.debug: fix SCHED_DEBUG dependencyye xingchen1-1/+1
2023-03-29.mailmap: add entry for Leonard GöhrsLeonard Göhrs1-0/+1
2023-03-27Linux 6.3-rc4v6.3-rc4Linus Torvalds1-1/+1
2023-03-26Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds31-130/+625
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+47
2023-03-26Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+6
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-19/+126