LinuxLists
Users
About
Petr Mladek (
[email protected]
)
Number of posts: 341 (0.56 per day)
First post: 2013-10-18 14:27:32
Last post: 2015-06-16 07:54:18
Next Page
Date
List
Subject
2020-12-08 17:03:48
linux-kernel
Re: [PATCH v2 1/4] lib: vsprintf: Fix handling of number field widths in vsscanf
2015-06-26 08:06:21
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-16 07:54:26
linux-kernel
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-16 07:54:18
linux-nfs
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-15 15:54:35
linux-kernel
Re: [RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-15 15:54:33
linux-nfs
Re: [RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-15 15:23:21
linux-kernel
Re: [RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-15 15:23:17
linux-nfs
Re: [RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-15 13:13:53
linux-kernel
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-15 13:13:44
linux-nfs
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-15 12:46:57
linux-kernel
Re: [RFC PATCH 02/18] kthread: Add API for iterant kthreads
2015-06-15 12:46:47
linux-nfs
Re: [RFC PATCH 02/18] kthread: Add API for iterant kthreads
2015-06-15 09:28:52
linux-kernel
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-15 09:28:42
linux-nfs
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-12 15:35:13
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-12 14:28:09
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-12 13:24:48
linux-kernel
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-12 13:24:44
linux-nfs
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-11 14:55:57
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-11 09:57:12
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-10 14:57:47
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-10 14:32:06
linux-kernel
Re: [RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-09 15:53:24
linux-kernel
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-09 15:53:17
linux-nfs
Re: [RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-09 15:25:39
linux-kernel
Re: [RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads
2015-06-09 15:25:31
linux-nfs
Re: [RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads
2015-06-08 13:51:21
linux-kernel
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-08 13:51:11
linux-nfs
Re: [RFC PATCH 06/18] signal/kthread: Initial implementation of kthread signal handling
2015-06-08 10:01:24
linux-kernel
Re: [RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads
2015-06-08 10:01:14
linux-nfs
Re: [RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads
2015-06-05 15:09:06
linux-kernel
[RFC PATCH 01/18] kthread: Allow to call __kthread_create_on_node() with va_list args
2015-06-05 15:08:36
linux-kernel
[RFC PATCH 03/18] kthread: Add kthread_stop_current()
2015-06-05 15:08:34
linux-kernel
[RFC PATCH 04/18] signal: Rename kernel_sigaction() to kthread_sigaction() and clean it up
2015-06-05 15:06:40
linux-kernel
[RFC PATCH 05/18] freezer/scheduler: Add freezable_cond_resched()
2015-06-05 15:06:14
linux-kernel
[RFC PATCH 08/18] kthread: Allow to get struct kthread_iterant from task_struct
2015-06-05 15:05:58
linux-kernel
[RFC PATCH 09/18] kthread: Make it easier to correctly sleep in iterant kthreads
2015-06-05 15:05:37
linux-kernel
[RFC PATCH 10/18] jffs2: Remove forward definition of jffs2_garbage_collect_thread()
2015-06-05 15:05:10
linux-kernel
[RFC PATCH 11/18] jffs2: Convert jffs2_gcd_mtd kthread into the iterant API
2015-06-05 15:04:34
linux-kernel
[RFC PATCH 14/18] ring_buffer: Allow to cleanly freeze the ring buffer benchmark kthreads
2015-06-05 15:04:30
linux-kernel
[RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-05 15:03:45
linux-kernel
[RFC PATCH 16/18] kthread: Support interruptible sleep with a timeout by iterant kthreads
2015-06-05 15:03:41
linux-kernel
[RFC PATCH 17/18] ring_buffer: Use the new API for a sleep with a timeout in the benchmark
2015-06-05 15:02:26
linux-kernel
[RFC PATCH 18/18] jffs2: Use the new API for a sleep with a timeout
2015-06-05 15:02:21
linux-kernel
[RFC PATCH 12/18] lockd: Convert the central lockd service to kthread_iterant API
2015-06-05 15:02:19
linux-kernel
[RFC PATCH 13/18] ring_buffer: Use iterant kthreads API in the ring buffer benchmark
2015-06-05 15:02:16
linux-kernel
[RFC PATCH 07/18] kthread: Make iterant kthreads freezable by default
2015-06-05 15:02:13
linux-nfs
[RFC PATCH 18/18] jffs2: Use the new API for a sleep with a timeout
2015-06-05 15:02:11
linux-nfs
[RFC PATCH 16/18] kthread: Support interruptible sleep with a timeout by iterant kthreads
2015-06-05 15:02:11
linux-nfs
[RFC PATCH 17/18] ring_buffer: Use the new API for a sleep with a timeout in the benchmark
2015-06-05 15:02:08
linux-nfs
[RFC PATCH 15/18] ring_buffer: Allow to exit the ring buffer benchmark immediately
2015-06-05 15:02:08
linux-nfs
[RFC PATCH 14/18] ring_buffer: Allow to cleanly freeze the ring buffer benchmark kthreads