Lorenzo Stoakes

Linux Kernel 58

30 apr 2023 mm/mmap/vma_merge: always check invariants patch, thread
30 apr 2023 mm/mempolicy: Correctly update prev when policy is equal on mbind patch, thread
22 mar 2023 mm: vmalloc: convert vread() to vread_iter() patch, thread
22 mar 2023 iov_iter: add copy_page_to_iter_nofault() patch, thread
22 mar 2023 fs/proc/kcore: convert read_kcore() to read_kcore_iter() patch, thread
22 mar 2023 fs/proc/kcore: avoid bounce buffer for ktext data patch, thread
22 mar 2023 mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case patch, thread
22 mar 2023 mm/mmap/vma_merge: explicitly assign res, vma, extend invariants patch, thread
22 mar 2023 mm/mmap/vma_merge: fold curr, next assignment logic patch, thread
21 mar 2023 mm/mmap/vma_merge: further improve prev/next VMA naming patch, thread
21 mar 2023 MAINTAINERS: add Lorenzo as vmalloc reviewer patch, thread
17 mar 2023 mm: prefer fault_around_pages to fault_around_bytes patch, thread
17 mar 2023 mm: refactor do_fault_around() patch, thread
13 mar 2023 mm: prefer xxx_page() alloc/free functions for order-0 pages patch, thread
12 mar 2023 drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot() patch, thread
12 mar 2023 remove vmf_insert_pfn_xxx_prot() for huge page-table entries patch, thread
12 mar 2023 remove unused vmf_insert_mixed_prot() patch, thread
12 jan 2023 mm: mlock: update the interface to use folios patch, thread
12 jan 2023 m68k/mm/motorola: specify pmd_page() type patch, thread
12 jan 2023 mm: mlock: use folios and a folio batch internally patch, thread
12 jan 2023 mm: pagevec: add folio_batch_reinit() patch, thread
7 jan 2023 mm: update mmap_sem comments to refer to mmap_lock patch, thread
2 jan 2023 selftest/vm: add mremap expand merge offset test patch, thread
1 jan 2023 Documentation/mm: update references to __m[un]lock_page() to *_folio() patch, thread
19 dec 2022 mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node() patch, thread
15 dec 2020 x86/mm: increase pgt_buf size for 5-level page tables patch, thread
29 nov 2020 mm: page_alloc: refactor setup_per_zone_lowmem_reserve() patch, thread
8 may 2017 drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked() patch
27 feb 2017 drm/via: use get_user_pages_unlocked() patch
27 feb 2017 rapidio: use get_user_pages_unlocked() patch
14 dec 2016 mm: unexport __get_user_pages_unlocked() patch
14 dec 2016 mm: add locked parameter to get_user_pages_remote() patch
13 dec 2016 mm: fix up get_user_pages* comments patch
1 nov 2016 platform: goldfish: pipe: use get_user_pages_unlocked() patch
24 oct 2016 mm: unexport __get_user_pages() patch
13 oct 2016 mm: replace access_process_vm() write parameter with gup_flags patch, lwn
13 oct 2016 mm: replace access_remote_vm() write parameter with gup_flags patch, lwn
13 oct 2016 mm: replace __access_remote_vm() write parameter with gup_flags patch, lwn
13 oct 2016 mm: replace get_user_pages_remote() write/force parameters with gup_flags patch, lwn
13 oct 2016 mm: replace get_user_pages() write/force parameters with gup_flags patch, lwn
13 oct 2016 mm: replace get_vaddr_frames() write/force parameters with gup_flags patch, lwn
13 oct 2016 mm: replace get_user_pages_locked() write/force parameters with gup_flags patch, lwn
13 oct 2016 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags patch, lwn
13 oct 2016 mm: remove write/force parameters from __get_user_pages_unlocked() patch, lwn
13 oct 2016 mm: remove write/force parameters from __get_user_pages_locked() patch, lwn
11 sep 2016 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing patch, thread
23 aug 2016 x86: fix memory ranges in mm documentation patch
30 jun 2015 gcov: add support for GCC 5.1 patch
20 mar 2015 staging: sm750fb: Remove spinlock helper function patch
20 mar 2015 staging: sm750fb: Fix __iomem pointer types patch
20 mar 2015 staging: sm750fb: Remove unused function patch
20 mar 2015 staging: sm750fb: Make internal functions static patch
20 mar 2015 staging: sm750fb: Use memset_io instead of memset patch
10 mar 2015 staging: sm750fb: Cleanup the type of mmio750 patch
24 jan 2015 staging: rtl8192u: Refactor heavy nesting patch
24 jan 2015 staging: rtl8192u: remove redundant code patch
24 jan 2015 staging: rtl8192u: fix whitespace and alignment patch
24 jan 2015 staging: rtl8192u: fix comments patch

BoltDB 1

28 jul 2016 bucket: correct broken unaligned load/store in armv5 patch, PR

Raspberry Pi Userland Tools 1

18 may 2016 khronos: Use vchiq_get_client_id to determine global PID. patch, PR

Chromium 7

2 jan 2014 Remove unnecessary menu reconfigure. patch, issue
18 dec 2013 Don't dispatch blur/focus events if the element's page is not focused. patch, issue
12 dec 2013 Ensure view focused on first tab in FocusTraversal test. patch, issue
21 nov 2013 Use proportional line height for menu items to prevent clipping. patch, issue
20 oct 2013 Make content shell activate and focus dev tools on show. patch
17 oct 2013 Don't hide cursor when cmd key pressed on mac. patch, issue
10 oct 2013 Dispatch [DOM]FocusIn/Out events when the page changes focus. patch

Go 4

9 jan 2012 gc: put limit on size of exported recursive interface patch, issue
12 may 2011 gc: fix type switch error message for invalid cases. patch, issue
28 apr 2011 gc: correctly handle fields of pointer type to recursive forward references patch, issue
11 feb 2011 gc: correct receiver in method missing error patch, issue