summaryrefslogtreecommitdiffstats
path: root/include/linux/sched/mm.h
AgeCommit message (Expand)AuthorFilesLines
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_a...Christophe 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 ...Andrea 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
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-2/+2
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-2/+4
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-1/+12
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-27/+2
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-0/+18
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-2/+4
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-0/+5
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-1/+12
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton1-22/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-0/+16
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+6
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-6/+0