summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.6.17' into linux-5.6.y-rtSebastian Andrzej Siewior2020-06-096-12/+12
|\
| * mm: Fix mremap not considering huge pmd devmapFan Yang2020-06-071-1/+1
| * mm,thp: stop leaking unreleased file pagesHugh Dickins2020-06-031-0/+1
| * z3fold: fix use-after-free when freeing handlesUladzislau Rezki2020-05-271-5/+6
| * kasan: disable branch tracing for core runtimeMarco Elver2020-05-273-6/+4
* | mm/zswap: Use local lock to protect per-CPU dataSebastian Andrzej Siewior2020-05-271-9/+12
* | Merge tag 'v5.6.14' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-265-10/+44
|\ \ | |/
| * shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-05-201-2/+5
| * bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-141-2/+3
| * bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-141-1/+9
| * mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao2020-05-141-6/+9
| * mm: limit boost_watermark on small zonesHenry Willard2020-05-141-0/+8
| * mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-141-0/+1
| * mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-05-101-0/+10
* | mm: slub: Always flush the delayed empty slubs in flush_all()Kevin Hao2020-05-041-3/+0
* | mm: Don't warn about atomic memory allocations during suspendLiwei Song2020-05-041-3/+5
* | Merge tag 'v5.6.10' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-046-13/+54
|\ \ | |/
| * mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-05-021-2/+2
| * mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-291-2/+10
| * mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-291-6/+8
| * vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-3/+13
| * mm: check that mm is still valid in madvise()Linus Torvalds2020-04-291-0/+18
| * mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-171-0/+3
* | Merge tag 'v5.6.4' into linux-5.6.y-rtSebastian Andrzej Siewior2020-04-162-2/+6
|\ \ | |/
| * slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-131-1/+1
| * mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-081-1/+5
* | mm, rt: kmap_atomic schedulingPeter Zijlstra2020-04-031-2/+3
* | mm/vmalloc: Another preempt disable region which sucksThomas Gleixner2020-04-031-5/+8
* | mm/zswap: Do not disable preemption in zswap_frontswap_store()Luis Claudio R. Goncalves2020-04-031-5/+7
* | mm/zsmalloc: copy with get_cpu_var() and lockingMike Galbraith2020-04-031-6/+74
* | mm/memcontrol: Replace local_irq_disable with local locksSebastian Andrzej Siewior2020-04-031-8/+16
* | mm/memcontrol: Don't call schedule_work_on in preemption disabled contextYang Shi2020-04-031-2/+2
* | slub: Enable irqs for __GFP_WAITThomas Gleixner2020-04-031-1/+9
* | mm: Enable SLUB for RTThomas Gleixner2020-04-031-0/+6
* | mm/swap: Convert to percpu lockedIngo Molnar2020-04-033-20/+28
* | mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar2020-04-031-19/+22
* | mm/SLUB: delay giving back empty slubs to IRQ enabled regionsThomas Gleixner2020-04-031-5/+69
* | mm/SLxB: change list_lock to raw_spinlock_tThomas Gleixner2020-04-033-71/+71
* | Split IRQ-off and zone->lock while freeing pages from PCP list #2Peter Zijlstra2020-04-031-10/+50
* | Split IRQ-off and zone->lock while freeing pages from PCP list #1Peter Zijlstra2020-04-031-30/+52
* | kconfig: Disable config options which are not RT compatibleThomas Gleixner2020-04-031-1/+1
* | mm/vmstat: Protect per cpu variables with preempt disable on RTIngo Molnar2020-04-031-0/+12
* | mm: Warn on memory allocation in non-preemptible context on RTSebastian Andrzej Siewior2020-04-031-0/+6
* | mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior2020-04-031-1/+4
* | mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior2020-04-031-0/+4
|/
* mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-03-291-0/+6
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-0/+38
* hugetlb_cgroup: fix illegal access to memoryMina Almasry2020-03-291-2/+1
* mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-03-291-21/+20
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-212-7/+14