summaryrefslogtreecommitdiffstats
path: root/rust/kernel/mm
AgeCommit message (Expand)AuthorLines
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers-0/+1
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein-26/+26
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl-0/+68
2025-05-11mm: rust: add VmaNew for f_ops->mmap()Alice Ryhl-1/+185
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl-1/+78
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl-0/+210