Date |
List |
Subject |
2020-06-20 18:11:12
|
linux-kernel
|
[PATCH v4 17/17] dyndbg: combine flags & mask into a struct, simplify with it |
2020-06-20 18:10:56
|
linux-kernel
|
[PATCH v4 15/17] dyndbg: export ddebug_exec_queries |
2020-06-20 18:10:47
|
linux-kernel
|
[PATCH v4 13/17] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100' |
2020-06-20 18:10:43
|
linux-kernel
|
[PATCH v4 09/17] dyndbg: prefer declarative init in caller, to memset in callee |
2020-06-20 18:10:38
|
linux-kernel
|
[PATCH v4 07/17] dyndbg: fix a BUG_ON in ddebug_describe_flags |
2020-06-20 18:10:25
|
linux-kernel
|
[PATCH v4 03/17] dyndbg: drop obsolete comment on ddebug_proc_open |
2020-06-20 18:10:21
|
linux-kernel
|
[PATCH v4 02/17] dyndbg-docs: initialization is done early, not arch |
2020-06-20 18:10:10
|
linux-kernel
|
[PATCH v4 00/17] dynamic_debug cleanups, query features, export |
2020-06-19 01:34:00
|
linux-kernel
|
Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-19 01:14:05
|
linux-kernel
|
Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-18 23:02:42
|
linux-kernel
|
Re: [PATCH v3 14/21] dyndbg: accept query terms like file=bar and module=foo |
2020-06-18 20:42:44
|
linux-kernel
|
Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-18 20:38:10
|
linux-kernel
|
Re: [PATCH v3 19/21] dyndbg: extend ddebug_parse_flags to accept optional leading filter-flags |
2020-06-18 19:22:13
|
linux-kernel
|
Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-17 23:00:17
|
linux-kernel
|
Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-17 16:32:17
|
linux-kernel
|
[PATCH v3 15/21] dyndbg: export ddebug_exec_queries |
2020-06-17 16:31:19
|
linux-kernel
|
[PATCH v3 17/21] dyndbg: refactor ddebug_read_flags out of ddebug_parse_flags |
2020-06-17 16:30:53
|
linux-kernel
|
[PATCH v3 04/21] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty |
2020-06-17 16:30:48
|
linux-kernel
|
[PATCH v3 03/21] dyndbg: drop obsolete comment on ddebug_proc_open |
2020-06-17 16:30:45
|
linux-kernel
|
[PATCH v3 09/21] dyndbg: prefer declarative init in caller, to memset in callee |
2020-06-17 16:30:38
|
linux-kernel
|
[PATCH v3 12/21] dyndbg: refactor parse_linerange out of ddebug_parse_query |
2020-06-17 16:30:27
|
linux-kernel
|
[PATCH v3 05/21] dyndbg: rename __verbose section to __dyndbg |
2020-06-17 16:30:20
|
linux-kernel
|
[PATCH v3 14/21] dyndbg: accept query terms like file=bar module=foo |
2020-06-17 16:30:13
|
linux-kernel
|
[PATCH v3 08/21] dyndbg: fix pr_err with empty string |
2020-06-17 16:30:00
|
linux-kernel
|
[PATCH v3 19/21] dyndbg: extend ddebug_parse_flags to accept optional leading filter-flags |
2020-06-17 16:29:49
|
linux-kernel
|
[PATCH v3 14/21] dyndbg: accept query terms like module:foo and file=bar |
2020-06-17 16:29:48
|
linux-kernel
|
[PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags |
2020-06-17 16:29:37
|
linux-kernel
|
[PATCH v3 21/21] dyndbg: allow negating flag-chars in modifier flags |
2020-06-17 16:29:33
|
linux-kernel
|
[PATCH v3 16/21] dyndbg: combine flags & mask into a struct, simplify with it |
2020-06-17 16:29:26
|
linux-kernel
|
[PATCH v3 18/21] dyndbg: add filter channel to the internals |
2020-06-17 16:29:21
|
linux-kernel
|
[PATCH v3 10/21] dyndbg: make ddebug_tables list LIFO for add/remove_module |
2020-06-17 16:29:10
|
linux-kernel
|
[PATCH v3 14/21] dyndbg: accept query terms like file=bar and module=foo |
2020-06-17 16:29:05
|
linux-kernel
|
[PATCH v3 13/21] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100' |
2020-06-17 16:29:04
|
linux-kernel
|
[PATCH v3 11/21] dyndbg: use gcc ?: to reduce word count |
2020-06-17 16:28:39
|
linux-kernel
|
[PATCH v3 07/21] dyndbg: fix a BUG_ON in ddebug_describe_flags |
2020-06-17 16:28:37
|
linux-kernel
|
[PATCH v3 06/21] dyndbg: fix overcounting of ram used by dyndbg |
2020-06-17 16:28:24
|
linux-kernel
|
[PATCH v3 02/21] dyndbg-docs: initialization is done early, not arch |
2020-06-17 16:28:15
|
linux-kernel
|
[PATCH v3 01/21] dyndbg-docs: eschew file /full/path query in docs |
2020-06-17 16:28:08
|
linux-kernel
|
[PATCH v3 00/21] dynamic_debug cleanups, query features, export |
2020-06-17 13:36:37
|
linux-kernel
|
Re: [PATCH v2 19/24] dyndbg: accept query terms like module:foo and file=bar |
2020-06-17 13:26:22
|
linux-kernel
|
Re: [PATCH v2 20/24] dyndbg: WIP towards debug-print-class based callsite controls |
2020-06-16 21:30:24
|
linux-kernel
|
Re: [PATCH v2 20/24] dyndbg: WIP towards debug-print-class based callsite controls |
2020-06-16 21:17:59
|
linux-kernel
|
Re: [PATCH v2 20/24] dyndbg: WIP towards debug-print-class based callsite controls |
2020-06-16 20:13:35
|
linux-kernel
|
Re: [PATCH v2 19/24] dyndbg: accept query terms like module:foo and file=bar |
2020-06-16 05:51:59
|
linux-kernel
|
Re: [PATCH v2 13/24] dyndbg: combine flags & mask into a struct, use that |
2020-06-15 22:40:50
|
linux-kernel
|
Re: [PATCH v2 10/24] dyndbg: refactor parse_linerange out of ddebug_parse_query |
2020-06-15 22:21:05
|
linux-kernel
|
Re: [PATCH v2 23/24] kset-example: add pr_debug()s for easy visibility of its operation |
2020-06-15 21:56:26
|
linux-kernel
|
Re: [PATCH v2 07/24] dyndbg: fix a BUG_ON in ddebug_describe_flags |
2020-06-15 20:55:15
|
linux-kernel
|
Re: [PATCH v2 09/24] dyndbg: add maybe(str,"") macro to reduce code |
2020-06-15 20:53:11
|
linux-kernel
|
Re: [PATCH v2 09/24] dyndbg: add maybe(str,"") macro to reduce code |
2020-06-14 14:29:18
|
linux-kernel
|
Re: [PATCH v2 01/24] dyndbg-docs: eschew file /full/path query in docs |