Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Lorenzo Stoakes
| Archived =
No
| 198 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
«
1
2
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[7/7] mm/gup: remove vmas array from internal GUP functions
remove the vmas parameter from GUP APIs
- - -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[6/7] mm/gup: remove vmas parameter from pin_user_pages()
remove the vmas parameter from GUP APIs
- - -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
remove the vmas parameter from GUP APIs
- - -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[4/7] mm/gup: introduce the FOLL_SAME_FILE GUP flag
remove the vmas parameter from GUP APIs
- - -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
remove the vmas parameter from GUP APIs
- - -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
remove the vmas parameter from GUP APIs
- 1 -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[1/7] mm/gup: remove unused vmas parameter from get_user_pages()
remove the vmas parameter from GUP APIs
1 1 -
-
-
-
2023-04-14
Lorenzo Stoakes
New
[RFC,3/3] mm: perform the mapping_map_writable() check after call_mmap()
permit write-sealed memfd read-only shared mappings
- - -
-
-
-
2023-04-03
Lorenzo Stoakes
New
[RFC,2/3] mm: update seal_check_[future_]write() to include F_SEAL_WRITE as well
permit write-sealed memfd read-only shared mappings
- - -
-
-
-
2023-04-03
Lorenzo Stoakes
New
[RFC,1/3] mm: drop the assumption that VM_SHARED always implies writable
permit write-sealed memfd read-only shared mappings
- - -
-
-
-
2023-04-03
Lorenzo Stoakes
New
[v8,4/4] mm: vmalloc: convert vread() to vread_iter()
[v8,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- - -
-
-
-
2023-03-23
Lorenzo Stoakes
New
[v8,3/4] iov_iter: add copy_page_to_iter_nofault()
[v8,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- - -
-
-
-
2023-03-23
Lorenzo Stoakes
New
[v8,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
[v8,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- 1 -
-
-
-
2023-03-23
Lorenzo Stoakes
New
[v8,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
[v8,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- 1 -
-
-
-
2023-03-23
Lorenzo Stoakes
New
[v5,4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
further cleanup of vma_merge()
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,2/4] mm/mmap/vma_merge: fold curr, next assignment logic
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v4,4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
further cleanup of vma_merge()
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v4,3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v4,2/4] mm/mmap/vma_merge: fold curr, next assignment logic
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v4,1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v7,4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v7,3/4] iov_iter: add copy_page_to_iter_nofault()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v7,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v7,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v6,4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v6,3/4] iov_iter: add copy_page_to_iter_nofault()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v6,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v6,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,3/4] iov_iter: add copy_page_to_iter_nofault()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v5,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v3,4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
further cleanup of vma_merge()
- 1 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v3,3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v3,2/4] mm/mmap/vma_merge: fold curr, next assignment logic
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v3,1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
further cleanup of vma_merge()
- 2 -
-
-
-
2023-03-22
Lorenzo Stoakes
New
[v4,4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v4,3/4] iov_iter: add copy_page_to_iter_atomic()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v4,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v4,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v2,4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
further cleanup of vma_merge()
- - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v2,3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
further cleanup of vma_merge()
- 1 -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v2,2/4] mm/mmap/vma_merge: set next to NULL if not applicable
further cleanup of vma_merge()
- - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v2,1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
further cleanup of vma_merge()
- - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
MAINTAINERS: add myself as vmalloc reviewer
MAINTAINERS: add myself as vmalloc reviewer
1 - -
-
-
-
2023-03-21
Lorenzo Stoakes
New
[v3,4/4] mm: vmalloc: convert vread() to vread_iter()
[v3,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- - -
-
-
-
2023-03-20
Lorenzo Stoakes
New
[v3,3/4] iov_iter: add copy_page_to_iter_atomic()
[v3,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- - -
-
-
-
2023-03-20
Lorenzo Stoakes
New
[v3,2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
[v3,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- - -
-
-
-
2023-03-20
Lorenzo Stoakes
New
[v3,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
[v3,1/4] fs/proc/kcore: avoid bounce buffer for ktext data
- 1 -
-
-
-
2023-03-20
Lorenzo Stoakes
New
[v2,4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[v2,3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[v2,2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[v2,1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- 1 -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[4/4] mm: vmalloc: convert vread() to vread_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
convert read_kcore(), vread() to use iterators
- - -
-
-
-
2023-03-19
Lorenzo Stoakes
New
[4/4] mm/mmap/vma_merge: be explicit about the non-mergeable case
further cleanup of vma_merge()
- - -
-
-
-
2023-03-18
Lorenzo Stoakes
New
[3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
further cleanup of vma_merge()
- - -
-
-
-
2023-03-18
Lorenzo Stoakes
New
[2/4] mm/mmap/vma_merge: set next to NULL if not applicable
further cleanup of vma_merge()
- - -
-
-
-
2023-03-18
Lorenzo Stoakes
New
[1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
further cleanup of vma_merge()
- - -
-
-
-
2023-03-18
Lorenzo Stoakes
New
[2/2] mm: pefer fault_around_pages to fault_around_bytes
Refactor do_fault_around()
- - -
-
-
-
2023-03-17
Lorenzo Stoakes
New
[1/2] mm: refactor do_fault_around()
Refactor do_fault_around()
- - -
-
-
-
2023-03-17
Lorenzo Stoakes
New
mm: prefer xxx_page() alloc/free functions for order-0 pages
mm: prefer xxx_page() alloc/free functions for order-0 pages
1 3 -
-
-
-
2023-03-13
Lorenzo Stoakes
New
[3/3] drm/ttm: Remove comment referencing now-removed vmf_insert_mixed_prot()
Remove drm/ttm-specific mm changes
- 1 -
-
-
-
2023-03-12
Lorenzo Stoakes
New
[2/3] mm: Remove vmf_insert_pfn_xxx_prot() for huge page-table entries
Remove drm/ttm-specific mm changes
- - -
-
-
-
2023-03-12
Lorenzo Stoakes
New
[1/3] mm: remove unused vmf_insert_mixed_prot()
Remove drm/ttm-specific mm changes
- - -
-
-
-
2023-03-12
Lorenzo Stoakes
New
[v5] selftest/vm: add mremap expand merge offset test
[v5] selftest/vm: add mremap expand merge offset test
1 - -
-
-
-
2023-01-14
Lorenzo Stoakes
New
[v4,5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
update mlock to use folios
1 - -
-
-
-
2023-01-12
Lorenzo Stoakes
New
[v4,4/5] mm: mlock: update the interface to use folios
update mlock to use folios
1 - -
-
-
-
2023-01-12
Lorenzo Stoakes
New
[v4,3/5] m68k/mm/motorola: specify pmd_page() type
update mlock to use folios
2 - -
-
-
-
2023-01-12
Lorenzo Stoakes
New
[v4,2/5] mm: mlock: use folios and a folio batch internally
update mlock to use folios
1 - -
-
-
-
2023-01-12
Lorenzo Stoakes
New
[v4,1/5] mm: pagevec: add folio_batch_reinit()
update mlock to use folios
1 - -
-
-
-
2023-01-12
Lorenzo Stoakes
New
mm: update mmap_sem comments to refer to mmap_lock
mm: update mmap_sem comments to refer to mmap_lock
- - -
-
-
-
2023-01-07
Lorenzo Stoakes
New
[v4] selftest/vm: add mremap expand merge offset test
[v4] selftest/vm: add mremap expand merge offset test
1 - -
-
-
-
2023-01-02
Lorenzo Stoakes
New
[v3] selftest/vm: add mremap expand merge offset test
[v3] selftest/vm: add mremap expand merge offset test
1 - -
-
-
-
2023-01-02
Lorenzo Stoakes
New
[v2] selftest/vm: add mremap expand merge offset test
[v2] selftest/vm: add mremap expand merge offset test
1 - -
-
-
-
2023-01-02
Lorenzo Stoakes
New
[v3,5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
update mlock to use folios
1 - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v3,4/5] mm: mlock: update the interface to use folios
update mlock to use folios
1 - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v3,3/5] m68k/mm/motorola: specify pmd_page() type
update mlock to use folios
2 - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v3,2/5] mm: mlock: use folios and a folio batch internally
update mlock to use folios
1 - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v3,1/5] mm: pagevec: add folio_batch_reinit()
update mlock to use folios
1 - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v2,4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
update mlock to use folios
- - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v2,3/4] mm: mlock: update the interface to use folios
update mlock to use folios
- - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v2,2/4] mm: mlock: use folios and a folio batch internally
update mlock to use folios
- - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[v2,1/4] mm: pagevec: add folio_batch_reinit()
update mlock to use folios
- - -
-
-
-
2022-12-26
Lorenzo Stoakes
New
[4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
update mlock to use folios
- - -
-
-
-
2022-12-22
Lorenzo Stoakes
New
[3/4] mm: mlock: update the interface to use folios
update mlock to use folios
- - -
-
-
-
2022-12-22
Lorenzo Stoakes
New
[2/4] mm: mlock: use folios and a folio batch internally
update mlock to use folios
- - -
-
-
-
2022-12-22
Lorenzo Stoakes
New
[1/4] mm: pagevec: add folio_batch_reinit()
update mlock to use folios
- - -
-
-
-
2022-12-22
Lorenzo Stoakes
New
[v2] virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
[v2] virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
- - -
-
-
-
2022-12-21
Lorenzo Stoakes
New
virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
- - -
-
-
-
2022-12-21
Lorenzo Stoakes
New
[v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
[v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- 1 -
-
-
-
2022-12-19
Lorenzo Stoakes
New
mm: remove unused alloc_pages_bulk_list()
mm: remove unused alloc_pages_bulk_list()
- - -
-
-
-
2022-12-17
Lorenzo Stoakes
New
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- - -
-
-
-
2022-12-16
Lorenzo Stoakes
New
selftest/vm: add mremap expand merge offset test
selftest/vm: add mremap expand merge offset test
- - -
-
-
-
2022-12-16
Lorenzo Stoakes
New
«
1
2
»