Mathieu Desnoyers ([email protected])

Number of posts: 3435 (0.66 per day)
First post: 2010-02-08 19:27:09
Last post: 2024-05-06 13:49:06

Date List Subject
2024-02-15 14:49:29 linux-kernel [PATCH v6 7/9] dax: Check for data cache aliasing at runtime
2024-02-15 14:49:24 linux-kernel [PATCH v6 6/9] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-15 14:47:59 linux-kernel [PATCH v6 2/9] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
2024-02-15 14:47:51 linux-kernel [PATCH v6 4/9] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-15 14:47:36 linux-kernel [PATCH v6 3/9] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-15 14:47:21 linux-kernel [PATCH v6 1/9] dax: add empty static inline for CONFIG_DAX=n
2024-02-15 14:47:16 linux-kernel [PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-13 20:57:18 linux-kernel Re: CPU data cache across reboot/kexec for pmem/dax devices
2024-02-13 20:25:33 linux-kernel Re: [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-13 20:07:57 linux-kernel Re: [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
2024-02-13 20:05:39 linux-kernel Re: [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-12 17:14:28 linux-kernel Re: Spurious SIGSEGV with rseq/membarrier
2024-02-12 16:40:08 linux-kernel [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-12 16:39:19 linux-kernel [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
2024-02-12 16:39:08 linux-kernel [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures
2024-02-12 16:38:11 linux-kernel [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-12 16:37:55 linux-kernel [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
2024-02-12 16:37:18 linux-kernel [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
2024-02-12 16:36:57 linux-kernel [PATCH v5 3/8] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-12 16:36:17 linux-kernel [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
2024-02-12 16:36:10 linux-kernel [PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-09 19:07:20 linux-kernel CPU data cache across reboot/kexec for pmem/dax devices
2024-02-08 23:15:37 linux-kernel Re: [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
2024-02-08 22:16:51 linux-kernel Re: [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-08 22:13:07 linux-kernel Re: [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
2024-02-08 22:11:57 linux-kernel Re: [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
2024-02-08 22:11:29 linux-kernel Re: [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-08 22:08:54 linux-kernel Re: [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
2024-02-08 22:08:17 linux-kernel Re: [PATCH v4 03/12] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-08 22:07:28 linux-kernel Re: [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-08 22:05:05 linux-kernel Re: [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-08 19:40:32 linux-kernel [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
2024-02-08 19:05:34 linux-kernel [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-08 19:04:47 linux-kernel [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
2024-02-08 18:57:12 linux-kernel [PATCH v4 03/12] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-08 18:57:07 linux-kernel [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
2024-02-08 18:57:06 linux-kernel [PATCH v4 11/12] dcssblk: Cleanup alloc_dax() error handling
2024-02-08 18:57:06 linux-kernel [PATCH v4 10/12] dm: Cleanup alloc_dax() error handling
2024-02-08 18:57:04 linux-kernel [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
2024-02-08 18:57:02 linux-kernel [PATCH v4 12/12] virtio: Cleanup alloc_dax() error handling
2024-02-08 18:55:23 linux-kernel [PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-08 18:54:09 linux-kernel [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
2024-02-08 18:53:30 linux-kernel [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-08 18:52:54 linux-kernel [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-05 18:44:57 linux-kernel Re: [PATCH v14 4/6] tracing: Allow user-space mapping of the ring-buffer
2024-02-05 16:55:25 linux-kernel Re: [PATCH v14 4/6] tracing: Allow user-space mapping of the ring-buffer
2024-02-02 21:18:49 linux-kernel [RFC PATCH v4 11/12] dcssblk: Cleanup alloc_dax() error handling
2024-02-02 21:18:34 linux-kernel [RFC PATCH v4 12/12] virtio: Cleanup alloc_dax() error handling
2024-02-02 21:09:03 linux-kernel [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-02 21:07:02 linux-kernel [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
2024-02-02 21:06:49 linux-kernel [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures