LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2022-02-17 14:36:05
linux-kernel
Re: [PATCH v4 1/4] mm: Don't skip swap entry even if zap_details specified
2022-02-17 12:03:20
linux-kernel
Re: [PATCH v4 4/4] mm: Rework swap handling of zap_pte_range
2022-02-17 10:58:49
linux-kernel
Re: [PATCH v4 4/4] mm: Rework swap handling of zap_pte_range
2022-02-17 09:24:35
linux-kernel
Re: [PATCH v4 1/4] mm: Don't skip swap entry even if zap_details specified
2022-02-17 05:59:03
linux-kernel
Re: [PATCH v4 3/4] mm: Change zap_details.zap_mapping into even_cows
2022-02-16 03:09:24
linux-ext4
Re: [PATCH v2 1/3] migrate.c: Remove vma check in migrate_vma_setup()
2022-02-14 12:05:12
linux-kernel
Re: [PATCH 00/75] MM folio patches for 5.18
2022-02-14 10:35:54
linux-kernel
Re: [PATCH v5 0/5] mm/gup: some cleanups
2022-02-14 10:08:51
linux-kernel
Re: [PATCH] mm: clean up hwpoison page cache page in fault path
2022-02-14 07:01:59
linux-kernel
Re: pin_user_pages supports NULL pages arguments?
2022-02-12 23:25:00
linux-ext4
Re: [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
2022-02-12 22:25:24
linux-kernel
Re: [PATCH v5 0/5] mm/gup: some cleanups
2022-02-12 18:33:25
linux-ext4
Re: [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
2022-02-11 02:31:24
linux-kernel
Re: pin_user_pages supports NULL pages arguments?
2022-02-09 09:59:53
linux-kernel
[PATCH v5 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-09 08:37:28
linux-kernel
[PATCH v5 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup
2022-02-08 14:51:27
linux-kernel
[PATCH v5 5/5] mm/gup: remove unused get_user_pages_locked()
2022-02-08 11:29:29
linux-kernel
[PATCH v5 3/5] mm/gup: remove unused pin_user_pages_locked()
2022-02-08 08:40:39
linux-kernel
[PATCH v5 4/5] mm: change lookup_node() to use get_user_pages_fast()
2022-02-08 03:01:07
linux-kernel
[PATCH v5 0/5] mm/gup: some cleanups
2022-02-08 01:11:02
linux-kernel
Re: [PATCH v4 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-07 20:12:52
linux-kernel
Re: [PATCH 10/75] mm/gup: Remove hpage_pincount_add()
2022-02-07 16:04:10
linux-kernel
Re: [PATCH 01/75] mm/gup: Increment the page refcount before the pincount
2022-02-07 11:48:56
linux-kernel
Re: [PATCH v3 4/4] mm/gup: remove get_user_pages_locked()
2022-02-07 10:07:06
linux-kernel
[PATCH v4 3/5] mm/gup: remove unused pin_user_pages_locked()
2022-02-07 07:20:26
linux-kernel
Re: Weird code with change "mm/gup: clean up follow_pfn_pte() slightly"
2022-02-06 22:40:18
linux-kernel
Re: Weird code with change "mm/gup: clean up follow_pfn_pte() slightly"
2022-02-06 13:15:12
linux-kernel
Re: [PATCH 16/75] mm/gup: Convert try_grab_page() to use a folio
2022-02-05 03:42:15
linux-kernel
[PATCH v4 5/5] mm/gup: remove unused get_user_pages_locked()
2022-02-05 00:34:27
linux-kernel
Re: [PATCH v3 2/4] mm/gup: clean up follow_pfn_pte() slightly
2022-02-04 21:16:59
linux-kernel
Re: [PATCH v3 2/4] mm/gup: clean up follow_pfn_pte() slightly
2022-02-04 20:08:40
linux-kernel
[PATCH v4 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup
2022-02-04 18:15:15
linux-kernel
Re: Weird code with change "mm/gup: clean up follow_pfn_pte() slightly"
2022-02-04 17:12:54
linux-kernel
[PATCH v4 0/5] mm/gup: some cleanups
2022-02-04 12:32:36
linux-kernel
[PATCH v4 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-04 09:45:01
linux-kernel
Re: [PATCH v3 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-04 04:17:56
linux-kernel
Re: Weird code with change "mm/gup: clean up follow_pfn_pte() slightly"
2022-02-04 02:20:26
linux-kernel
[PATCH v4 4/5] mm: change lookup_node() to use get_user_pages_fast()
2022-02-04 01:45:23
linux-kernel
Re: [PATCH v3 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-03 20:38:58
linux-kernel
[PATCH v3 4/4] mm/gup: remove get_user_pages_locked()
2022-02-03 18:49:56
linux-kernel
[PATCH v3 0/4] mm/gup: some cleanups
2022-02-03 13:54:49
linux-kernel
[PATCH v2 0/4] mm/gup: some cleanups
2022-02-03 13:06:44
linux-kernel
[PATCH v3 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
2022-02-03 12:00:36
linux-kernel
[PATCH v3 3/4] mm/gup: remove unused pin_user_pages_locked()
2022-02-03 10:18:08
linux-kernel
[PATCH v3 2/4] mm/gup: clean up follow_pfn_pte() slightly
2022-02-03 09:30:02
linux-kernel
[PATCH v2] Revert mm/gup: small refactoring: simplify try_grab_page()
2022-02-03 05:27:07
linux-kernel
Re: [PATCH v1 1/1] mm/gup: skip pinnable check for refs==1
2022-02-02 17:19:07
linux-kernel
[PATCH v2 4/4] mm/gup: remove get_user_pages_locked()
2022-02-02 16:06:33
linux-kernel
[PATCH v2 2/4] mm/gup: clean up follow_pfn_pte() slightly
2022-02-02 15:38:17
linux-kernel
Re: [PATCH v1 1/1] mm/gup: skip pinnable check for refs==1
2022-02-02 11:24:31
linux-kernel
[PATCH v2 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups