aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sched/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-21/+39
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet1-4/+13
2024-03-10mm: introduce memalloc_flags_{save,restore}Kent Overstreet1-17/+26
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka1-2/+53
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin1-0/+4
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-32/+0
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-0/+5
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-26/+0
2023-03-28lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-3/+15
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-0/+16
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-1/+7
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-2/+2
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-1/+1
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functionsChristophe Leroy1-0/+9
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-0/+16
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu1-0/+10
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-0/+26
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner1-0/+29
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin1-1/+1
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)1-4/+4
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin1-1/+5
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin1-16/+5
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+16
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter1-0/+16
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers1-0/+5
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin1-2/+11
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-20/+10
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-25/+0
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov1-0/+3
2020-08-12include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long1-3/+5
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim1-7/+1
2020-07-22linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap1-3/+3
2020-06-25sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior1-2/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-5/+5
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-0/+2
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-5/+3
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumpingAndrea Arcangeli1-0/+21
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V1-8/+40
2018-12-03sched: Fix various typos in commentsIngo Molnar1-1/+1
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-0/+37
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval1-0/+4
2018-05-29doc: document scope NOFS, NOIO APIsMichal Hocko1-0/+38
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-2/+2