aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2021-11-28Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-11-28Merge tag 'v5.14.19' into v5.14/standard/baseBruce Ashfield
2021-11-17mm, oom: do not trigger out_of_memory from the #PFMichal Hocko
2021-11-17mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin
2021-11-17memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin
2021-11-17mm/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)
2021-11-17mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin
2021-11-04Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-11-04Merge tag 'v5.14.16' into v5.14/standard/baseBruce Ashfield
2021-11-02mm: khugepaged: skip huge page collapse for special filesYang Shi
2021-11-02mm, thp: bail out early in collapse_file for writeback pageRongwei Wang
2021-11-02mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-11-02mm: hwpoison: remove the unnecessary THP checkYang Shi
2021-10-28Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-10-28Merge tag 'v5.14.15' into v5.14/standard/baseBruce Ashfield
2021-10-27mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski
2021-10-27mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin
2021-10-27mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin
2021-10-27mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin
2021-10-27mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin
2021-10-27mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet
2021-10-13Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-10-13Merge tag 'v5.14.10' into v5.14/standard/baseBruce Ashfield
2021-10-07mm: don't allow oversized kvmalloc() callsLinus Torvalds
2021-10-03Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-10-03Merge tag 'v5.14.9' into v5.14/standard/baseBruce Ashfield
2021-09-30mm: fix uninitialized use in overcommit_policy_handlerChen Jun
2021-09-30mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang
2021-09-30mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi
2021-09-19mm/vmalloc: Another preempt disable region which sucksThomas Gleixner
2021-09-19mm/zsmalloc: copy with get_cpu_var() and lockingMike Galbraith
2021-09-19mm/vmstat: Protect per cpu variables with preempt disable on RTIngo Molnar
2021-09-19mm: page_alloc: Use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior
2021-09-19kconfig: Disable config options which are not RT compatibleThomas Gleixner
2021-09-19shmem: Use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior
2021-09-19mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior
2021-09-19mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka
2021-09-19mm, slub: use migrate_disable() on PREEMPT_RTVlastimil Babka
2021-09-19mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchgVlastimil Babka
2021-09-19mm, slub: make slab_lock() disable irqs with PREEMPT_RTVlastimil Babka
2021-09-19mm: slub: make object_map_lock a raw_spinlock_tSebastian Andrzej Siewior
2021-09-19mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of ...Sebastian Andrzej Siewior
2021-09-19mm, slab: split out the cpu offline variant of flush_slab()Vlastimil Babka
2021-09-19mm, slub: don't disable irqs in slub_cpu_dead()Vlastimil Babka
2021-09-19mm, slub: only disable irq with spin_lock in __unfreeze_partials()Vlastimil Babka
2021-09-19mm, slub: separate detaching of partial list in unfreeze_partials() from unfr...Vlastimil Babka
2021-09-19mm, slub: detach whole partial list at once in unfreeze_partials()Vlastimil Babka
2021-09-19mm, slub: discard slabs in unfreeze_partials() without irqs disabledVlastimil Babka
2021-09-19mm, slub: move irq control into unfreeze_partials()Vlastimil Babka
2021-09-19mm, slub: call deactivate_slab() without disabling irqsVlastimil Babka