summaryrefslogtreecommitdiff
path: root/include/linux/sched/mm.h
AgeCommit message (Expand)Author
2024-10-09Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"Michal Hocko
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-04-25mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet
2024-03-10mm: introduce memalloc_flags_{save,restore}Kent Overstreet
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan
2023-03-28lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov
2020-08-12include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim
2020-07-22linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap
2020-06-25sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V