John Hubbard ([email protected])

Number of posts: 2277 (0.63 per day)
First post: 2014-06-30 03:29:10
Last post: 2024-06-15 02:51:47

Date List Subject
2022-02-02 11:15:31 linux-kernel Re: [PATCH v1 1/1] mm/gup: skip pinnable check for refs==1
2022-02-02 11:12:49 linux-kernel Re: [PATCH] Revert mm/gup: small refactoring: simplify try_grab_page()
2022-02-02 10:41:40 linux-kernel [PATCH] Revert mm/gup: small refactoring: simplify try_grab_page()
2022-02-02 06:53:07 linux-kernel [PATCH v2 3/4] mm/gup: remove unused pin_user_pages_locked()
2022-02-01 20:52:03 linux-kernel Re: [PATCH v1 1/1] mm/gup: skip pinnable check for refs==1
2022-02-01 20:51:19 linux-kernel Re: [PATCH 4/4] mm/gup: remove get_user_pages_locked()
2022-02-01 20:49:02 linux-kernel Re: [PATCH 4/4] mm/gup: remove get_user_pages_locked()
2022-02-01 15:28:25 linux-kernel [PATCH 4/4] mm/gup: remove get_user_pages_locked()
2022-02-01 15:28:25 linux-kernel [PATCH 2/4] mm/gup: clean up follow_pfn_pte() slightly
2022-02-01 15:28:23 linux-kernel [PATCH 0/4] mm/gup: some cleanups
2022-02-01 15:28:23 linux-kernel [PATCH 3/4] mm/gup: remove unused pin_user_pages_locked()
2022-02-01 15:28:21 linux-kernel [PATCH 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-01-29 22:03:56 linux-kernel Re: [PATCH v2] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-01-29 17:56:18 linux-kernel Re: [PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-01-29 08:15:36 linux-kernel Re: [PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-01-27 07:27:32 linux-kernel Re: [PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-01-22 00:05:43 linux-kernel Re: Phyr Starter
2022-01-11 08:17:24 linux-kernel Re: Phyr Starter
2022-01-11 07:52:07 linux-kernel Re: [PATCH v2 28/28] gup: Convert check_and_migrate_movable_pages() to use a folio
2022-01-11 07:49:08 linux-kernel Re: [PATCH v2 27/28] mm: Add isolate_lru_folio()
2022-01-11 07:45:00 linux-kernel Re: [PATCH v2 26/28] gup: Convert compound_range_next() to gup_folio_range_next()
2022-01-11 07:41:37 linux-kernel Re: [PATCH v2 25/28] gup: Convert compound_next() to gup_folio_next()
2022-01-11 07:38:50 linux-kernel Re: [PATCH v2 24/28] gup: Convert gup_huge_pgd() to use a folio
2022-01-11 07:38:07 linux-kernel Re: [PATCH v2 23/28] gup: Convert gup_huge_pud() to use a folio
2022-01-11 07:36:13 linux-kernel Re: [PATCH v2 22/28] gup: Convert gup_huge_pmd() to use a folio
2022-01-11 07:33:14 linux-kernel Re: [PATCH v2 21/28] gup: Convert gup_hugepte() to use a folio
2022-01-11 07:06:11 linux-kernel Re: [PATCH v2 20/28] gup: Convert gup_pte_range() to use a folio
2022-01-11 07:01:21 linux-kernel Re: [PATCH v2 19/28] gup: Convert try_grab_page() to call try_grab_folio()
2022-01-11 06:47:30 linux-kernel Re: [PATCH v2 18/28] hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
2022-01-11 06:44:44 linux-kernel Re: [PATCH v2 17/28] gup: Add gup_put_folio()
2022-01-11 06:40:53 linux-kernel Re: [PATCH v2 10/28] gup: Turn hpage_pincount_sub() into page_pincount_sub()
2022-01-11 05:14:15 linux-kernel Re: [PATCH v2 16/28] mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
2022-01-11 05:10:50 linux-kernel Re: [PATCH v2 11/28] mm: Make compound_pincount always available
2022-01-11 05:00:49 linux-kernel Re: [PATCH v2 15/28] gup: Add try_get_folio() and try_grab_folio()
2022-01-11 04:32:27 linux-kernel Re: [PATCH v2 09/28] gup: Turn hpage_pincount_add() into page_pincount_add()
2022-01-11 04:27:24 linux-kernel Re: [PATCH v2 14/28] mm: Convert page_maybe_dma_pinned() to use a folio
2022-01-11 04:22:17 linux-kernel Re: [PATCH v2 13/28] mm: Add folio_pincount_ptr()
2022-01-11 04:14:11 linux-kernel Re: [PATCH v2 12/28] mm: Add folio_put_refs()
2022-01-11 04:07:05 linux-kernel Re: [PATCH v2 11/28] mm: Make compound_pincount always available
2022-01-11 03:36:55 linux-kernel Re: [PATCH v2 09/28] gup: Turn hpage_pincount_add() into page_pincount_add()
2022-01-11 03:30:56 linux-kernel Re: [PATCH v2 08/28] gup: Handle page split race more efficiently
2022-01-11 03:27:54 linux-kernel Re: [PATCH v2 07/28] gup: Remove an assumption of a contiguous memmap
2022-01-11 01:47:35 linux-kernel Re: [PATCH v2 06/28] gup: Fix some contiguous memmap assumptions
2022-01-11 01:18:59 linux-kernel Re: [PATCH v2 05/28] gup: Change the calling convention for compound_next()
2022-01-11 01:17:01 linux-kernel Re: [PATCH v2 04/28] gup: Optimise compound_range_next()
2022-01-11 01:14:15 linux-kernel Re: [PATCH v2 03/28] gup: Change the calling convention for compound_range_next()
2022-01-11 01:11:20 linux-kernel Re: [PATCH v2 02/28] gup: Remove for_each_compound_head()
2022-01-11 01:07:19 linux-kernel Re: [PATCH v2 01/28] gup: Remove for_each_compound_range()
2022-01-06 22:27:55 linux-kernel Re: [RFC v2] mm: introduce page pin owner
2021-12-21 21:16:30 linux-kernel Re: [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
2021-12-21 21:11:46 linux-kernel Re: [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)