Jeff Xu ([email protected])

Number of posts: 242 (0.41 per day)
First post: 2022-11-01 23:58:28
Last post: 2024-06-14 19:29:33

Date List Subject
2024-01-11 03:04:48 linux-kernel Re: [RFC PATCH v4 3/4] selftest mm/mseal memory sealing
2024-01-11 02:59:12 linux-kernel Re: [RFC PATCH v5 2/4] mseal: add mseal syscall
2024-01-10 05:10:52 linux-kernel Re: [RFC PATCH v5 1/4] mseal: Wire up mseal syscall
2024-01-10 05:10:22 linux-kernel Re: [RFC PATCH v5 0/4] Introduce mseal()
2024-01-09 15:47:29 linux-kernel [RFC PATCH v5 3/4] selftest mm/mseal memory sealing
2024-01-09 15:46:46 linux-kernel [RFC PATCH v5 4/4] mseal:add documentation
2024-01-09 15:46:38 linux-kernel [RFC PATCH v5 2/4] mseal: add mseal syscall
2024-01-09 15:46:34 linux-kernel [RFC PATCH v5 1/4] mseal: Wire up mseal syscall
2024-01-09 15:46:14 linux-kernel [RFC PATCH v5 0/4] Introduce mseal()
2024-01-08 16:00:43 linux-kernel Re: [RFC PATCH v4 2/4] mseal: add mseal syscall
2024-01-05 19:38:18 linux-kernel Re: [RFC PATCH v4 1/4] mseal: Wire up mseal syscall
2024-01-05 19:37:55 linux-kernel Re: [RFC PATCH v4 4/4] mseal:add documentation
2024-01-04 18:53:01 linux-kernel [RFC PATCH v4 4/4] mseal:add documentation
2024-01-04 18:52:51 linux-kernel [RFC PATCH v4 3/4] selftest mm/mseal memory sealing
2024-01-04 18:52:31 linux-kernel [RFC PATCH v4 2/4] mseal: add mseal syscall
2024-01-04 18:52:05 linux-kernel [RFC PATCH v4 1/4] mseal: Wire up mseal syscall
2024-01-04 18:51:59 linux-kernel [RFC PATCH v4 0/4] Introduce mseal()
2023-12-14 23:21:57 linux-kernel Re: [RFC PATCH v3 11/11] mseal:add documentation
2023-12-12 23:18:25 linux-kernel [RFC PATCH v3 07/11] mseal: make sealed VMA mergeable.
2023-12-12 23:18:24 linux-kernel [RFC PATCH v3 05/11] mseal: add MM_SEAL_PROT_PKEY
2023-12-12 23:18:24 linux-kernel [RFC PATCH v3 06/11] mseal: add sealing support for mmap
2023-12-12 23:18:23 linux-kernel [RFC PATCH v3 09/11] mseal: add MAP_SEALABLE to mmap()
2023-12-12 23:18:18 linux-kernel [RFC PATCH v3 01/11] mseal: Add mseal syscall.
2023-12-12 23:18:12 linux-kernel [RFC PATCH v3 02/11] mseal: Wire up mseal syscall
2023-12-12 23:18:11 linux-kernel [RFC PATCH v3 10/11] selftest mm/mseal memory sealing
2023-12-12 23:18:07 linux-kernel [RFC PATCH v3 11/11] mseal:add documentation
2023-12-12 23:18:03 linux-kernel [RFC PATCH v3 08/11] mseal: add MM_SEAL_DISCARD_RO_ANON
2023-12-12 23:18:01 linux-kernel [RFC PATCH v3 04/11] mseal: add MM_SEAL_BASE
2023-12-12 23:17:23 linux-kernel [RFC PATCH v3 03/11] mseal: add can_modify_mm and can_modify_vma
2023-12-12 23:17:20 linux-kernel [RFC PATCH v3 00/11] Introduce mseal()
2023-10-23 17:44:50 linux-kernel Re: [RFC PATCH v1 0/8] Introduce mseal() syscall
2023-10-23 17:43:38 linux-kernel Re: [RFC PATCH v1 0/8] Introduce mseal() syscall
2023-10-17 09:11:26 linux-kernel [RFC PATCH v2 8/8] selftest mm/mseal mprotect/munmap/mremap/mmap
2023-10-17 09:10:09 linux-kernel [RFC PATCH v2 5/8] mseal: Check seal flag for munmap(2)
2023-10-17 09:09:59 linux-kernel [RFC PATCH v2 6/8] mseal: Check seal flag for mremap(2)
2023-10-17 09:09:59 linux-kernel [RFC PATCH v2 7/8] mseal:Check seal flag for mmap(2)
2023-10-17 09:09:12 linux-kernel [RFC PATCH v2 2/8] mseal: Wire up mseal syscall
2023-10-17 09:09:12 linux-kernel [RFC PATCH v2 4/8] mseal: Check seal flag for mprotect(2)
2023-10-17 09:09:07 linux-kernel [RFC PATCH v2 3/8] mseal: add can_modify_mm and can_modify_vma
2023-10-17 09:09:03 linux-kernel [RFC PATCH v2 1/8] mseal: Add mseal(2) syscall.
2023-10-17 09:08:38 linux-kernel [RFC PATCH v2 0/8] Introduce mseal() syscall
2023-10-16 14:41:11 linux-kernel [RFC PATCH v1 8/8] selftest mm/mseal mprotect/munmap/mremap/mmap
2023-10-16 14:40:52 linux-kernel [RFC PATCH v1 2/8] Wire up mseal syscall
2023-10-16 14:40:50 linux-kernel [RFC PATCH v1 7/8] mseal mmap
2023-10-16 14:40:04 linux-kernel [RFC PATCH v1 3/8] mseal: add can_modify_mm and can_modify_vma
2023-10-16 14:40:01 linux-kernel [RFC PATCH v1 4/8] mseal: seal mprotect
2023-10-16 14:39:54 linux-kernel [RFC PATCH v1 6/8] mseal mremap
2023-10-16 14:39:41 linux-kernel [RFC PATCH v1 5/8] mseal munmap
2023-10-16 14:39:30 linux-kernel [RFC PATCH v1 1/8] Add mseal syscall
2023-10-16 14:39:18 linux-kernel [RFC PATCH v1 0/8] Introduce mseal() syscall
2023-08-03 00:54:46 linux-kernel Re: [PATCH] memfd: support MFD_NOEXEC alongside MFD_EXEC