LinuxLists
Users
About
Mathieu Desnoyers (
[email protected]
)
Number of posts: 3452 (0.66 per day)
First post: 2010-02-08 19:27:09
Last post: 2024-06-06 17:12:48
Previous Page
/
Next Page
Date
List
Subject
2024-03-05 01:36:31
linux-kernel
Re: [PATCH] tracing: Have trace_marker writes be just half of TRACE_SEQ_SIZE
2024-03-05 01:20:14
linux-kernel
Re: [GIT PULL] tracing: Prevent trace_marker being bigger than unsigned short
2024-03-05 01:16:10
linux-kernel
Re: [PATCH] tracing: Have trace_marker writes be just half of TRACE_SEQ_SIZE
2024-03-04 23:24:31
linux-kernel
Re: [PATCH] tracing: Remove precision vsnprintf() check from print event
2024-03-01 16:42:38
linux-kernel
Re: [PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
2024-02-28 20:11:36
linux-kernel
Re: [PATCH 00/30] RSEQ node id and mm concurrency id extensions
2024-02-23 16:54:52
linux-kernel
Re: [PATCH] coredump debugging: add a tracepoint to report the coredumping
2024-02-22 16:25:57
linux-kernel
Re: [PATCH 1/2] exit: add a tracepoint for profiling a task that is starting to exit
2024-02-21 01:19:53
linux-kernel
Re: [PATCH] sched/clock: Make local_clock() notrace
2024-02-20 14:50:29
linux-kernel
Re: [PATCH v3] ring-buffer: Simplify reservation with try_cmpxchg() loop
2024-02-20 14:21:21
linux-kernel
Re: [RFC PATCH 1/1] sched/rseq: Consider rseq abort in page fault handler
2024-02-19 18:16:49
linux-kernel
Re: [PATCH] coredump debugging: add a tracepoint to report the coredumping
2024-02-16 20:27:15
linux-kernel
Re: [PATCH] dax: add set_dax_nomc() and set_dax_nocache() stub helpers
2024-02-15 19:14:33
linux-kernel
[RFC PATCH 1/1] sched/rseq: Consider rseq abort in page fault handler
2024-02-15 15:20:31
linux-kernel
[PATCH v6 5/9] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
2024-02-15 14:51:05
linux-kernel
[PATCH v6 8/9] Introduce cpu_dcache_is_aliasing() across all architectures
2024-02-15 14:49:30
linux-kernel
[PATCH v6 9/9] dax: Fix incorrect list of data cache aliasing architectures
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