LinuxLists
Users
About
Brian Geffon (
[email protected]
)
Number of posts: 155 (0.09 per day)
First post: 2019-05-22 04:26:14
Last post: 2024-04-01 13:29:40
Previous Page
/
Next Page
Date
List
Subject
2021-03-17 19:16:43
linux-kernel
[PATCH v2 2/2] Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
2021-03-17 19:16:24
linux-kernel
[PATCH v2 1/2] mm: Allow non-VM_DONTEXPAND and VM_PFNMAP mappings with MREMAP_DONTUNMAP
2021-03-16 21:24:16
linux-kernel
Re: [PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
2021-03-10 21:52:32
linux-kernel
[PATCH] eventfd: Introduce EFD_ZERO_ON_WAKE
2021-03-04 23:28:35
linux-kernel
Re: [PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
2021-03-04 23:28:22
linux-kernel
[PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
2020-12-30 15:47:45
linux-kernel
Re: [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
2020-12-29 01:22:33
linux-kernel
Re: [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
2020-12-29 01:21:29
linux-kernel
Re: [PATCH 3/6] mremap: Don't allow MREMAP_DONTUNMAP on special_mappings and aio
2020-05-07 01:14:57
linux-kernel
Re: [PATCH] userfaultfd: fix remap event with MREMAP_DONTUNMAP.
2020-05-06 19:48:55
linux-kernel
[PATCH] userfaultfd: fix remap event with MREMAP_DONTUNMAP.
2020-05-06 17:35:05
linux-kernel
Re: [PATCH] userfaultfd: fix remap event with MREMAP_DONTUNMAP.
2020-04-17 17:28:46
linux-kernel
[PATCH] mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
2020-04-16 04:42:01
linux-kernel
Re: Userfaultfd doesn't seem to break out of poll on fd close
2020-04-16 01:18:13
linux-kernel
Re: Userfaultfd doesn't seem to break out of poll on fd close
2020-04-16 00:16:34
linux-kernel
Re: [PATCH v7] mremap.2: Add information for MREMAP_DONTUNMAP.
2020-04-16 00:14:19
linux-kernel
Re: Userfaultfd doesn't seem to break out of poll on fd close
2020-04-13 08:37:37
linux-kernel
Userfaultfd doesn't seem to break out of poll on fd close
2020-02-25 17:58:16
linux-kernel
Re: [PATCH v7] mremap.2: Add information for MREMAP_DONTUNMAP.
2020-02-21 19:27:05
linux-kernel
Re: [PATCH RESEND v6 00/16] mm: Page fault enhancements
2020-02-21 17:44:49
linux-kernel
[PATCH v7] mremap.2: Add information for MREMAP_DONTUNMAP.
2020-02-21 17:43:51
linux-kernel
[PATCH v7 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-21 17:43:41
linux-kernel
[PATCH v7 2/2] selftest: Add MREMAP_DONTUNMAP selftest.
2020-02-20 23:56:44
linux-kernel
Re: [PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-20 18:47:58
linux-kernel
Re: [PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-20 18:37:55
linux-kernel
Re: [PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-19 22:52:46
linux-kernel
Re: [PATCH v6 0/7] introduce memory hinting API for external process
2020-02-18 17:32:54
linux-kernel
[PATCH v6 2/2] selftest: Add MREMAP_DONTUNMAP selftest.
2020-02-18 17:32:50
linux-kernel
[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-18 02:39:19
linux-kernel
Re: [RFC PATCH] userfaultfd: Address race after fault.
2020-02-18 01:51:17
linux-kernel
Re: [RFC PATCH] userfaultfd: Address race after fault.
2020-02-15 14:32:05
linux-kernel
Re: [RFC PATCH] userfaultfd: Address race after fault.
2020-02-14 23:00:39
linux-kernel
[RFC PATCH] userfaultfd: Address race after fault.
2020-02-14 19:02:03
linux-kernel
Re: [PATCH v5 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-14 04:11:05
linux-kernel
[PATCH v5 2/2] selftest: Add MREMAP_DONTUNMAP selftest.
2020-02-14 04:10:54
linux-kernel
[PATCH v5 1/2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-13 18:21:38
linux-kernel
Re: [PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-11 23:34:22
linux-kernel
Re: [PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-10 18:39:51
linux-kernel
Re: [PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-10 14:14:34
linux-kernel
Re: [PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-07 20:44:47
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-07 20:22:52
linux-kernel
[PATCH] mremap.2: Add information for MREMAP_DONTUNMAP.
2020-02-07 20:21:17
linux-kernel
[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-02 04:21:35
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-02-01 21:06:04
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-28 01:37:57
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-27 22:37:34
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-27 05:32:22
linux-kernel
[PATCH v3] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-27 02:24:18
linux-kernel
Re: [PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-24 21:01:43
linux-kernel
[PATCH v2] mm: Add MREMAP_DONTUNMAP to mremap().
2020-01-23 19:07:07
linux-kernel
Re: [PATCH] mm: Add MREMAP_DONTUNMAP to mremap().