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
Previous Page
/
Next Page
Date
List
Subject
2014-12-09 18:06:04
linux-kernel
[PATCH 2/6] livepatch v5: do not quietly ignore wrong usage
2014-12-09 18:05:59
linux-kernel
[PATCH 1/6] livepatch v5: avoid race when checking for state of the patch
2014-12-09 18:05:52
linux-kernel
[PATCH 0/6] livepatch v5: more clean up for the v5 of the patchset
2014-12-09 17:56:35
linux-kernel
Re: [PATCHv5 2/3] kernel: add support for live patching
2014-12-01 12:41:06
linux-kernel
Re: [PATCH] livepatch: clean up klp_find_object_module() usage: was: Re: [PATCHv4 2/3] kernel: add support for live patching
2014-11-28 17:19:12
linux-kernel
[PATCH] livepatch: do relocation when initializing the patch: was: Re: [PATCHv4 2/3] kernel: add support for live patching
2014-11-28 17:14:41
linux-kernel
[PATCH] livepatch: clean up klp_find_object_module() usage: was: Re: [PATCHv4 2/3] kernel: add support for live patching
2014-11-28 17:07:47
linux-kernel
Re: [PATCHv4 2/3] kernel: add support for live patching
2014-11-27 17:05:18
linux-kernel
Re: [PATCHv4 3/3] samples: add sample live patching module
2014-11-27 15:57:44
linux-kernel
[PATCH] drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6
2014-11-27 10:52:37
linux-kernel
Re: [PATCHv4 0/3] Kernel Live Patching
2014-11-25 17:04:33
linux-kernel
Re: [PATCHv3 2/3] kernel: add support for live patching
2014-11-25 16:39:45
linux-kernel
Re: [PATCHv3 2/3] kernel: add support for live patching
2014-11-20 17:17:28
linux-kernel
Re: [PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
2014-11-20 16:55:56
linux-kernel
Re: [PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
2014-11-20 16:03:26
linux-kernel
[PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
2014-11-19 16:52:05
linux-kernel
Re: [PATCH 1/2] tracing: Clean up tracing_fill_pipe_page()
2014-11-19 16:44:47
linux-kernel
Re: [PATCH 2/2] tracing: Use trace_seq_used() and seq_buf_used() instead of len
2014-11-19 16:30:50
linux-kernel
Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written
2014-11-19 14:51:45
linux-kernel
Re: [PATCH 14/26 v5] tracing: Create seq_buf layer in trace_seq
2014-11-19 14:40:16
linux-kernel
Re: [PATCH 2/2] tracing: Use trace_seq_used() and seq_buf_used() instead of len
2014-11-19 13:03:00
linux-kernel
Re: [RFC][PATCH 3/3] x86/nmi: Perform a safe NMI stack trace on all CPUs
2014-11-19 11:40:45
linux-kernel
Re: [PATCH 2/2] tracing: Use trace_seq_used() and seq_buf_used() instead of len
2014-11-18 17:02:52
linux-kernel
Re: [PATCH 26/26 v5] x86/nmi: Perform a safe NMI stack trace on all CPUs
2014-11-18 16:40:18
linux-kernel
Re: [PATCH 20/26 v5] seq_buf: Add seq_buf_can_fit() helper function
2014-11-18 16:33:50
linux-kernel
Re: [PATCH 2/2] tracing: Use trace_seq_used() and seq_buf_used() instead of len
2014-11-18 16:15:40
linux-kernel
Re: [PATCH 1/2] tracing: Clean up tracing_fill_pipe_page()
2014-11-18 15:01:59
linux-kernel
Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written
2014-11-18 14:24:18
linux-kernel
Re: [PATCH 13/26 v5] tracing: Fix return value of ftrace_raw_output_prep()
2014-11-18 14:18:11
linux-kernel
Re: [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions
2014-11-18 14:12:58
linux-kernel
Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()
2014-11-18 14:12:07
linux-kernel
Re: [PATCH 09/26 v5] tracing/probes: Do not use return value of trace_seq_printf()
2014-11-18 14:06:27
linux-kernel
Re: [PATCH 08/26 v5] tracing: Do not check return values of trace_seq_p*() for mmio tracer
2014-11-18 14:02:47
linux-kernel
Re: [PATCH 07/26 v5] kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
2014-11-18 12:47:42
linux-kernel
Re: [PATCH 0/2] Kernel Live Patching
2014-11-14 17:43:00
linux-kernel
Re: [PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
2014-11-14 17:23:12
linux-kernel
Re: [RFC][PATCH 19/23 v4] seq_buf: Create seq_buf_used() to find out how much was written
2014-11-14 17:18:36
linux-kernel
Re: [RFC][PATCH 18/23 v4] tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
2014-11-14 17:07:23
linux-kernel
Re: [RFC][PATCH 17/23 v4] tracing: Have seq_buf use full buffer
2014-11-14 16:53:15
linux-kernel
Re: [RFC][PATCH 14/23 v4] tracing: Convert seq_buf_path() to be like seq_path()
2014-11-14 16:27:00
linux-kernel
Re: [RFC][PATCH 13/23 v4] tracing: Create seq_buf layer in trace_seq
2014-11-14 14:53:03
linux-kernel
Re: [PATCH 2/2] kernel: add support for live patching
2014-11-14 13:17:36
linux-kernel
Re: [RFC][PATCH 12/23 v4] tracing: Remove return values of most trace_seq_*() functions
2014-11-14 12:41:35
linux-kernel
Re: [RFC][PATCH 06/23 v4] tracing: Have function_graph use trace_seq_has_overflowed()
2014-11-14 11:25:38
linux-kernel
Re: [RFC][PATCH 02/23 v4] tracing: Add trace_seq_has_overflowed() and trace_handle_return()
2014-11-12 13:02:58
linux-kernel
[PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
2014-11-11 13:47:31
linux-kernel
Re: [PATCH -next 2/2] seq_putc: Convert to return void and convert uses too.
2014-11-11 13:38:41
linux-kernel
Re: [PATCH -next 1/2] seq_puts: Convert to return void and convert uses too.
2014-11-10 19:02:56
linux-kernel
Re: [RFC][PATCH 03/12 v3] tracing: Create seq_buf layer in trace_seq
2014-11-10 18:58:55
linux-kernel
Re: [RFC][PATCH 12/12 v3] x86/nmi: Perform a safe NMI stack trace on all CPUs
2014-11-10 18:43:29
linux-kernel
Re: [RFC][PATCH 10/12 v3] seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF