LinuxLists
Users
About
Alistair Popple (
[email protected]
)
Number of posts: 714 (0.53 per day)
First post: 2020-09-15 01:06:41
Last post: 2024-06-05 22:59:59
Next Page
Date
List
Subject
2024-06-05 22:59:59
linux-kernel
Re: [PATCH] mm/page_table_check: Fix crash on ZONE_DEVICE
2024-05-09 23:17:25
linux-ext4
Re: [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
2024-05-09 20:58:30
linux-kernel
Re: P2PDMA in Userspace RDMA
2024-05-02 01:16:07
linux-kernel
Re: [RFC] RDMA/umem: pin_user_pages*() can temporarily fail due to migration glitches
2024-04-16 00:17:04
linux-ext4
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
2024-04-15 08:42:50
linux-ext4
Re: [RFC 05/10] fs/dax: Refactor wait for dax idle page
2024-04-15 07:04:32
linux-ext4
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
2024-04-12 07:07:09
linux-ext4
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
2024-04-12 05:51:56
linux-ext4
Re: [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
2024-04-12 04:36:18
linux-ext4
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
2024-04-12 01:40:26
linux-ext4
Re: [RFC 07/10] mm: Allow compound zone device pages
2024-04-12 01:38:20
linux-ext4
Re: [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
2024-04-12 01:36:39
linux-ext4
Re: [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
2024-04-12 01:34:13
linux-ext4
Re: [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
2024-04-11 01:00:21
linux-ext4
[RFC 10/10] mm: Remove pXX_devmap
2024-04-11 01:00:00
linux-ext4
[RFC 04/10] fs/dax: Don't track page mapping/index
2024-04-11 00:59:46
linux-ext4
[RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
2024-04-11 00:59:11
linux-ext4
[RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
2024-04-11 00:59:05
linux-ext4
[RFC 08/10] fs/dax: Properly refcount fs dax pages
2024-04-11 00:58:55
linux-ext4
[RFC 07/10] mm: Allow compound zone device pages
2024-04-11 00:58:46
linux-ext4
[RFC 06/10] fs/dax: Add dax_page_free callback
2024-04-11 00:58:39
linux-ext4
[RFC 05/10] fs/dax: Refactor wait for dax idle page
2024-04-11 00:58:28
linux-ext4
[RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
2024-04-11 00:58:24
linux-ext4
[RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
2024-04-11 00:57:54
linux-ext4
[RFC 00/10] fs/dax: Fix FS DAX page reference counts
2024-02-19 09:50:47
linux-kernel
Re: [PATCH v2 4/6] mm/migrate_device: convert __migrate_device_pages() to folios
2024-02-16 02:22:08
linux-kernel
Re: [PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
2024-02-15 01:02:01
linux-kernel
Re: [PATCH 2/2] mm/migrate_device: further convert migrate_device_finalize() to folios
2024-02-14 22:50:21
linux-kernel
Re: [PATCH 2/2] mm/migrate_device: further convert migrate_device_finalize() to folios
2024-02-14 22:42:39
linux-kernel
Re: [PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
2024-01-24 11:05:57
linux-kernel
Re: [PATCH] mm: Remove double faults once write a device pfn
2023-12-20 05:32:55
linux-kernel
Re: [PATCH v4 16/16] arm64/mm: Implement clear_ptes() to optimize exit, munmap, dontneed
2023-12-20 05:28:22
linux-kernel
Re: [PATCH v4 03/16] mm: Batch-clear PTE ranges during zap_pte_range()
2023-12-15 04:36:44
linux-kernel
Re: [PATCH v3 14/15] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
2023-12-08 01:46:18
linux-kernel
Re: [PATCH v3 15/15] arm64/mm: Implement clear_ptes() to optimize exit()
2023-12-08 01:41:03
linux-kernel
Re: [PATCH v3 14/15] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
2023-12-08 01:31:21
linux-kernel
Re: [PATCH v3 02/15] mm: Batch-clear PTE ranges during zap_pte_range()
2023-12-08 00:38:34
linux-kernel
Re: [PATCH v3 01/15] mm: Batch-copy PTE ranges during fork()
2023-12-03 23:36:09
linux-kernel
Re: [RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
2023-12-03 23:20:51
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-12-01 06:14:28
linux-kernel
Re: [RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
2023-12-01 06:03:21
linux-kernel
Re: [RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
2023-11-30 05:08:28
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-11-28 06:54:49
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-11-27 08:23:29
linux-kernel
Re: [RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
2023-11-27 07:43:55
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-11-24 01:37:29
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
2023-11-23 23:55:30
linux-kernel
Re: [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
2023-11-23 06:10:48
linux-kernel
Re: [RESEND PATCH v7 06/10] selftests/mm: Factor out thp settings management
2023-11-23 05:56:49
linux-kernel
Re: [RESEND PATCH v7 05/10] selftests/mm/kugepaged: Restore thp settings at exit
2023-11-23 05:17:46
linux-kernel
Re: [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown