index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
/
mm.h
Age
Commit message (
Expand
)
Author
4 days
mm: describe @flags parameter in memalloc_flags_save()
Bagas Sanjaya
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
2025-11-16
mm: skip might_alloc() warnings when PF_MEMALLOC is set
Uladzislau Rezki (Sony)
2025-09-21
mm: constify arch_pick_mmap_layout() for improved const-correctness
Max Kellermann
2025-07-11
futex: Use RCU-based per-CPU reference counting instead of rcuref_t
Peter Zijlstra
2025-03-03
sched/membarrier: Fix redundant load of membarrier_state
Nysal Jan K.A.
2024-10-09
Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"
Michal Hocko
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
2024-04-25
mm: introduce arch_get_unmapped_area_vmflags()
Rick Edgecombe
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-03-10
mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN
Kent Overstreet
2024-03-10
mm: introduce memalloc_flags_{save,restore}
Kent Overstreet
2024-02-22
mm: document memalloc_noreclaim_save() and memalloc_pin_save()
Vlastimil Babka
2023-10-25
mm: kmem: scoped objcg protection
Roman Gushchin
2023-04-30
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-04-28
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-21
sched: Fix performance regression introduced by mm_cid
Mathieu Desnoyers
2023-03-31
iommu/sva: Move PASID helpers to sva code
Jacob Pan
2023-03-28
lazy tlb: allow lazy tlb mm refcounting to be configurable
Nicholas Piggin
2023-03-28
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
2023-03-16
iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
Kirill A. Shutemov
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-05-05
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
2022-05-05
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...
Christophe Leroy
2022-04-21
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
2022-02-14
kernel/fork: Initialize mm's PASID
Fenghua Yu
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
2021-10-05
sched: Move mmdrop to RCU on RT
Thomas Gleixner
2021-09-03
memcg: replace in_interrupt() by !in_task() in active_memcg()
Vasily Averin
2021-09-03
mm: report a more useful address for reclaim acquisition
Matthew Wilcox (Oracle)
2021-05-05
mm: honor PF_MEMALLOC_PIN for all movable pages
Pavel Tatashin
2021-05-05
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
2021-03-13
include/linux/sched/mm.h: use rcu_dereference in in_vfork()
Matthew Wilcox (Oracle)
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
mm: extract might_alloc() debug check
Daniel Vetter
2020-10-29
sched: fix exit_mm vs membarrier (v4)
Mathieu Desnoyers
2020-10-18
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2020-09-25
rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
Peter Oskolkov
2020-08-12
include/linux/sched/mm.h: optimize current_gfp_context()
Waiman Long
2020-08-07
mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
Joonsoo Kim
2020-07-22
linux/sched/mm.h: drop duplicated words in comments
Randy Dunlap
2020-06-25
sched/core: Remove mmdrop() definition
Sebastian Andrzej Siewior
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-04-30
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
[next]