Axel Rasmussen ([email protected])

Number of posts: 587 (0.42 per day)
First post: 2020-06-18 23:03:23
Last post: 2024-04-08 20:40:45

Date List Subject
2023-07-07 21:59:15 linux-kernel [PATCH v4 3/8] mm: userfaultfd: extract file size check out into a helper
2023-07-07 21:58:06 linux-kernel [PATCH v4 2/8] mm: userfaultfd: check for start + len overflow in validate_range
2023-07-07 21:57:41 linux-kernel [PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
2023-07-07 21:09:41 linux-kernel Re: [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-07-07 20:06:52 linux-kernel Re: [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-07 17:24:13 linux-kernel Re: [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-07-06 23:19:49 linux-kernel [PATCH v3 3/8] mm: userfaultfd: extract file size check out into a helper
2023-07-06 23:19:47 linux-kernel [PATCH v3 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
2023-07-06 23:18:19 linux-kernel [PATCH v3 2/8] mm: userfaultfd: check for start + len overflow in validate_range
2023-07-06 23:11:17 linux-kernel [PATCH v3 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
2023-07-06 23:10:37 linux-kernel [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-07-06 23:08:44 linux-kernel [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-06 23:08:18 linux-kernel [PATCH v3 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON
2023-07-06 22:53:48 linux-kernel [PATCH v3 6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature
2023-07-06 22:53:06 linux-kernel [PATCH v3 5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
2023-07-05 18:38:15 linux-kernel Re: [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-05 18:18:31 linux-kernel Re: [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-05 17:55:08 linux-kernel Re: [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-06-29 21:21:07 linux-kernel [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
2023-06-29 21:08:26 linux-kernel [PATCH v2 6/6] mm: userfaultfd: add basic documentation for UFFDIO_POISON
2023-06-29 21:06:06 linux-kernel [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-06-29 21:02:31 linux-kernel [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
2023-06-29 21:01:20 linux-kernel [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
2023-06-29 21:00:27 linux-kernel [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-05-23 18:18:21 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-19 17:40:35 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-18 20:59:10 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-17 22:38:34 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-11 21:13:39 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-11 20:54:46 linux-kernel Re: [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-11 18:43:30 linux-kernel [PATCH 2/3] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-05-11 18:41:57 linux-kernel [PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-11 18:38:28 linux-kernel [PATCH 3/3] selftests/mm: add uffd unit test for UFFDIO_SIGBUS
2023-04-12 19:49:03 linux-kernel Re: [PATCH v2 16/31] selftests/mm: UFFDIO_API test
2023-04-12 18:33:33 linux-kernel Re: [PATCH v2 15/31] selftests/mm: uffd_open_{dev|sys}()
2023-04-12 18:32:53 linux-kernel Re: [PATCH v2 14/31] selftests/mm: uffd_[un]register()
2023-04-12 18:08:36 linux-kernel Re: [PATCH v2 13/31] selftests/mm: Split uffd tests into uffd-stress and uffd-unit-tests
2023-04-12 18:07:13 linux-kernel Re: [PATCH v2 12/31] selftests/mm: Create uffd-common.[ch]
2023-04-12 17:14:00 linux-kernel Re: [PATCH v2 10/31] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
2023-04-01 02:16:05 linux-kernel Re: [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
2023-03-31 20:10:49 linux-kernel Re: [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
2023-03-31 17:13:40 linux-kernel Re: [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
2023-03-30 21:12:47 linux-kernel Re: [PATCH 09/29] selftests/mm: Reuse pagemap_get_entry() in vm_util.h
2023-03-30 20:39:50 linux-kernel Re: [PATCH 07/29] selftests/mm: Merge default_huge_page_size() into one
2023-03-30 19:19:42 linux-kernel Re: [PATCH 04/29] selftests/mm: Merge util.h into vm_util.h
2023-03-30 19:19:29 linux-kernel Re: [PATCH 03/29] selftests/mm: Dump a summary in run_vmtests.sh
2023-03-30 19:06:26 linux-kernel Re: [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
2023-03-29 18:01:13 linux-kernel Re: [PATCH] userfaultfd: don't fail on unrecognized features
2023-03-28 21:54:13 linux-kernel Re: [PATCH] userfaultfd: don't fail on unrecognized features
2023-03-28 20:04:45 linux-kernel Re: [PATCH] userfaultfd: don't fail on unrecognized features
2023-03-28 19:30:48 linux-kernel Re: [PATCH] userfaultfd: don't fail on unrecognized features