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
Date
List
Subject
2014-06-03 16:23:49
linux-kernel
[PATCH] ftrace/x86: Call text_ip_addr() instead of the duplicated code
2014-04-10 09:45:37
linux-kernel
[PATCH 5/5] printk: Return really stored message length
2014-04-10 09:45:23
linux-kernel
[PATCH 4/5] printk: Shrink too long messages
2014-04-10 09:44:59
linux-kernel
[PATCH 3/5] printk: Split message size computation
2014-04-10 09:44:35
linux-kernel
[PATCH 2/5] printk: Ignore too long messages
2014-04-10 09:44:18
linux-kernel
[PATCH 1/5] printk: Split code for making free space in the log buffer
2014-04-10 09:43:56
linux-kernel
[PATCH 0/5] printk: Check for too long messages
2014-02-27 15:58:15
linux-kernel
Re: [RFA][PATCH 1/5] ftrace/x86: Run a sync after fixup on failure
2014-02-24 16:13:30
linux-kernel
[PATCH 3/3] ftrace/x86: BUG when ftrace recovery fails
2014-02-24 16:13:10
linux-kernel
[PATCH 2/3] ftrace: Warn on error when modifying ftrace function
2014-02-24 16:12:50
linux-kernel
[PATCH 1/3] ftrace/x86: One more missing sync after fixup of function modification failure
2014-02-24 16:12:30
linux-kernel
[PATCH v2 0/3] ftrace/x86: Recovery code fixes and improvements
2014-02-21 16:33:55
linux-kernel
Re: [PATCH 0/4] x86: Fix ftrace recovery when code modification failed
2014-02-17 15:24:24
linux-kernel
[PATCH 4/4] x86: Fix order of warning messages when ftrace modifies code
2014-02-17 15:24:04
linux-kernel
[PATCH 3/4] x86: BUG when ftrace patching recovery fails
2014-02-17 15:23:43
linux-kernel
[PATCH 2/4] x86: Fix ftrace patching recovery code to work on x86_64
2014-02-17 15:23:23
linux-kernel
[PATCH 1/4] x86: Clean up remove_breakpoint() in ftrace code
2014-02-17 15:23:04
linux-kernel
[PATCH 0/4] x86: Fix ftrace recovery when code modification failed
2014-02-14 16:49:51
linux-kernel
[PATCH 5/5] printk: Do not compute the size of the message twice
2014-02-14 16:49:31
linux-kernel
[PATCH 4/5] printk: Use also the last bytes in the ring buffer
2014-02-14 16:49:09
linux-kernel
[PATCH 3/5] printk: Add comment about tricky check for text buffer size
2014-02-14 16:48:48
linux-kernel
[PATCH 2/5] printk: Remove obsolete check for log level "c"
2014-02-14 16:48:28
linux-kernel
[PATCH 1/5] printk: Remove duplicated check for log level
2014-02-14 16:47:56
linux-kernel
[PATCH 0/5] printk: Use whole ring buffer + some clean up
2014-01-23 14:21:46
linux-kernel
Re: [PATCH v6 7/8] x86: patch all traced function calls using the int3-based framework
2014-01-22 13:21:23
linux-kernel
Re: [PATCH v6 7/8] x86: patch all traced function calls using the int3-based framework
2014-01-21 13:50:26
linux-kernel
Re: [PATCH v6 3/8] x86: add generic function to modify more calls using int3 framework
2014-01-21 13:00:42
linux-kernel
Re: [PATCH v6 1/8] x86: allow to handle errors in text_poke function family
2013-10-18 14:28:53
linux-kernel
[PATCH 1/6] x86: speed up int3-based patching using less paranoid write
2013-10-18 14:28:40
linux-kernel
[PATCH 3/6] x86: allow to modify more instructions in one text_poke_bp call
2013-10-18 14:28:24
linux-kernel
[PATCH 4/6] x86: modify ftrace function using the new int3-based framework
2013-10-18 14:27:44
linux-kernel
[PATCH 5/6] x86: patch all traced function calls using the int3-based framework
2013-10-18 14:27:43
linux-kernel
[PATCH 6/6] x86: enable/disable ftrace graph call using new int3-based framework
2013-10-18 14:27:32
linux-kernel
[PATCH 0/6] x86: use new text_poke_bp in ftrace
2013-10-18 14:27:31
linux-kernel
[PATCH 2/6] x86: allow to call text_poke_bp during boot