Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Series =
VMA type safety through VMA iterator
| 43 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[43/43] vma_merge: Set vma iterator to correct position.
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[42/43] mm/mmap: Remove __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[41/43] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[40/43] mm/mmap: Introduce dup_vma_anon() helper
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[38/43] mm: Don't use __vma_adjust() in __split_vma()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[39/43] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[37/43] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[34/43] mm/mmap: move anon_vma setting in __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[36/43] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[35/43] mm/mmap: Refactor locking out of __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[31/43] mm: Add vma iterator to vma_adjust() arguments
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[32/43] mmap: Clean up mmap_region() unrolling
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[33/43] mm: Change munmap splitting order and move_vma()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[28/43] madvise: Use split_vma() instead of __split_vma()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[29/43] mm: Remove unnecessary write to vma iterator in __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[30/43] mm: Pass vma iterator through to __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[26/43] mmap: Convert __vma_adjust() to use vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[27/43] mm: Pass through vma iterator to __vma_adjust()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[24/43] mm/mremap: Use vmi version of vma_merge()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[25/43] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[22/43] mmap: Pass through vmi iterator to __split_vma()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[23/43] mmap: Use vmi version of vma_merge()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[21/43] madvise: Use vmi iterator for __split_vma() and vma_merge()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[20/43] sched: Convert to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[19/43] task_mmu: Convert to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[18/43] mempolicy: Convert to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[16/43] mlock: Convert mlock to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[17/43] coredump: Convert to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[14/43] userfaultfd: Use vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[15/43] mm: Change mprotect_fixup to vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[12/43] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[13/43] ipc/shm: Use the vma iterator for munmap calls
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[11/43] mmap: Convert vma_expand() to use vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[10/43] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[09/43] mm/mmap: Remove preallocation from do_mas_align_munmap()
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[08/43] mmap: Convert vma_link() vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[07/43] kernel/fork: Convert forking to using the vmi iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[05/43] mm: Expand vma iterator interface.
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[04/43] test_maple_tree: Test modifications while iterating
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[06/43] mm/mmap: convert brk to use vma iterator
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[02/43] maple_tree: Fix potential rcu issue
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[03/43] maple_tree: Reduce user error potential
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New
[01/43] maple_tree: Add mas_init() function
VMA type safety through VMA iterator
- - -
-
-
-
2022-11-29
Liam R. Howlett
New