summaryrefslogtreecommitdiffstats
path: root/include/linux/sched/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-32/+0
|\
| * iommu/sva: Move PASID helpers to sva codeJacob Pan2023-03-311-26/+0
* | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-0/+5
|\ \
| * | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-0/+5
| |/
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-1/+7
|\ \
| * | iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov2023-03-161-1/+7
| |/
* | lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-3/+15
* | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-0/+16
|/
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-2/+2
* mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-1/+1
* mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-0/+9
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-0/+8
* iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-0/+16
* kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-0/+10
* mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-0/+26
* sched: Move mmdrop to RCU on RTThomas Gleixner2021-10-051-0/+29
* memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
* mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-031-4/+4
* mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-051-1/+5
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-051-16/+5
* include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)2021-03-131-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+16
|\
| * mm: extract might_alloc() debug checkDaniel Vetter2020-12-151-0/+16
* | sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2020-10-291-0/+5
|/
* mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-10-181-2/+11
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-20/+10
* mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-25/+0
* rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-251-0/+3
* include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long2020-08-121-3/+5
* mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-7/+1
* linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap2020-07-221-3/+3
* sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior2020-06-251-2/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-5/+5
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-04-301-0/+2
* exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-2/+4
* sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-5/+3
* sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers2019-09-251-0/+2
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-131-0/+4
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+21
* mm/cma: add PF flag to force non cma allocAneesh Kumar K.V2019-03-051-8/+40
* sched: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-0/+37
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-071-0/+4
* doc: document scope NOFS, NOIO APIsMichal Hocko2018-05-291-0/+38
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+4
* | include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-1/+12
|/
* Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-27/+2
|\
| * include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-01-311-22/+2