LinuxLists
Users
About
Liam R. Howlett (
[email protected]
)
Number of posts: 2657 (1.08 per day)
First post: 2017-09-11 15:48:55
Last post: 2024-06-14 12:31:31
Previous Page
/
Next Page
Date
List
Subject
2023-01-20 20:08:41
linux-kernel
[PATCH v4 44/49] mm/mremap: Convert vma_adjust() to vma_expand()
2023-01-20 19:46:59
linux-kernel
[PATCH v4 18/49] mlock: Convert mlock to vma iterator
2023-01-20 19:32:00
linux-kernel
[PATCH v4 32/49] mm: Pass through vma iterator to __vma_adjust()
2023-01-20 19:27:28
linux-kernel
[PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls
2023-01-20 19:19:21
linux-kernel
[PATCH v4 46/49] mm/mmap: Introduce dup_vma_anon() helper
2023-01-20 19:17:08
linux-kernel
[PATCH v4 22/49] sched: Convert to vma iterator
2023-01-20 19:03:31
linux-kernel
[PATCH v4 36/49] mm: Add vma iterator to vma_adjust() arguments
2023-01-20 18:59:21
linux-kernel
[PATCH v4 28/49] nommu: Pass through vma iterator to shrink_vma()
2023-01-20 18:39:49
linux-kernel
[PATCH v4 41/49] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
2023-01-20 18:36:21
linux-kernel
[PATCH v4 20/49] mempolicy: Convert to vma iterator
2023-01-20 18:33:59
linux-kernel
[PATCH v4 19/49] coredump: Convert to vma iterator
2023-01-20 18:33:29
linux-kernel
[PATCH v4 21/49] task_mmu: Convert to vma iterator
2023-01-20 18:29:39
linux-kernel
[PATCH v4 45/49] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
2023-01-20 18:06:10
linux-kernel
Re: [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
2023-01-20 17:51:17
linux-kernel
[PATCH v4 30/49] mm/damon/vaddr-test.h: Stop using vma_mas_store() for maple tree store
2023-01-20 17:49:38
linux-kernel
[PATCH v4 42/49] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
2023-01-20 17:48:14
linux-kernel
[PATCH v4 27/49] nommu: Convert nommu to using the vma iterator
2023-01-20 17:46:24
linux-kernel
[PATCH v4 08/49] mm/mmap: convert brk to use vma iterator
2023-01-20 17:44:57
linux-kernel
[PATCH v4 34/49] mm: Remove unnecessary write to vma iterator in __vma_adjust()
2023-01-20 17:44:52
linux-kernel
[PATCH v4 49/49] vma_merge: Set vma iterator to correct position.
2023-01-20 17:44:44
linux-kernel
[PATCH v4 11/49] mm/mmap: Remove preallocation from do_mas_align_munmap()
2023-01-20 17:44:14
linux-kernel
[PATCH v4 33/49] madvise: Use split_vma() instead of __split_vma()
2023-01-20 17:43:50
linux-kernel
[PATCH v4 38/49] mm: Change munmap splitting order and move_vma()
2023-01-20 17:42:44
linux-kernel
[PATCH v4 37/49] mmap: Clean up mmap_region() unrolling
2023-01-20 17:41:12
linux-kernel
[PATCH v4 06/49] maple_tree: Fix mas_prev() and mas_find() state handling
2023-01-20 17:38:31
linux-kernel
[PATCH v4 12/49] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
2023-01-20 17:37:03
linux-kernel
[PATCH v4 23/49] madvise: Use vmi iterator for __split_vma() and vma_merge()
2023-01-20 17:36:50
linux-kernel
[PATCH v4 39/49] mm/mmap: move anon_vma setting in __vma_adjust()
2023-01-20 17:24:00
linux-kernel
[PATCH v4 16/49] userfaultfd: Use vma iterator
2023-01-20 17:23:30
linux-kernel
[PATCH v4 24/49] mmap: Pass through vmi iterator to __split_vma()
2023-01-20 17:15:07
linux-kernel
[PATCH v4 40/49] mm/mmap: Refactor locking out of __vma_adjust()
2023-01-20 17:11:41
linux-kernel
[PATCH v4 10/49] mmap: Convert vma_link() vma iterator
2023-01-20 17:10:09
linux-kernel
[PATCH v4 48/49] mm/mmap: Remove __vma_adjust()
2023-01-20 16:59:54
linux-kernel
[PATCH v4 04/49] test_maple_tree: Test modifications while iterating
2023-01-20 16:58:41
linux-kernel
[PATCH v4 31/49] mmap: Convert __vma_adjust() to use vma iterator
2023-01-20 16:57:25
linux-kernel
[PATCH v4 35/49] mm: Pass vma iterator through to __vma_adjust()
2023-01-20 16:57:05
linux-kernel
[PATCH v4 07/49] mm: Expand vma iterator interface
2023-01-20 16:56:19
linux-kernel
[PATCH v4 01/49] maple_tree: Add mas_init() function
2023-01-20 16:56:07
linux-kernel
[PATCH v4 17/49] mm: Change mprotect_fixup to vma iterator
2023-01-20 16:56:04
linux-kernel
[PATCH v4 47/49] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()
2023-01-20 16:55:46
linux-kernel
[PATCH v4 14/49] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
2023-01-20 16:55:22
linux-kernel
[PATCH v4 03/49] maple_tree: Reduce user error potential
2023-01-20 16:55:12
linux-kernel
[PATCH v4 29/49] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
2023-01-20 16:53:38
linux-kernel
[PATCH v4 02/49] maple_tree: Fix potential rcu issue
2023-01-20 16:53:24
linux-kernel
[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
2023-01-20 16:52:54
linux-kernel
[PATCH v4 05/49] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
2023-01-20 16:51:27
linux-kernel
[PATCH v4 43/49] mm: Don't use __vma_adjust() in __split_vma()
2023-01-20 16:36:05
linux-kernel
[PATCH v4 26/49] mm/mremap: Use vmi version of vma_merge()
2023-01-20 16:35:38
linux-kernel
[PATCH v4 13/49] mmap: Convert vma_expand() to use vma iterator
2023-01-20 16:35:33
linux-kernel
[PATCH v4 25/49] mmap: Use vmi version of vma_merge()
2023-01-20 16:32:49
linux-kernel
[PATCH v4 09/49] kernel/fork: Convert forking to using the vmi iterator