Jason Baron ([email protected])

Number of posts: 352 (0.21 per day)
First post: 2013-03-17 02:50:06
Last post: 2017-10-31 06:13:01

Date List Subject
2021-10-08 16:00:43 linux-kernel Re: [PATCH v3 0/3] Trivial dynamic debug fixups
2021-09-22 18:06:34 linux-kernel Re: [PATCH v3 0/3] Trivial dynamic debug fixups
2021-09-18 09:11:33 linux-kernel Re: [PATCH v2 3/3] Documentation: dyndbg: Improve cli param examples
2021-09-18 05:08:42 linux-kernel Re: [PATCH v2 3/3] Documentation: dyndbg: Improve cli param examples
2021-09-09 21:36:04 linux-kernel Re: [PATCH] dyndbg: make dyndbg a known cli param
2021-08-25 20:59:44 linux-kernel Re: [PATCH v6 00/11] use DYNAMIC_DEBUG to implement DRM.debug
2021-08-25 20:59:35 linux-kernel Re: [PATCH v6 02/11] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks
2021-08-25 17:37:42 linux-kernel Re: [PATCH v6 01/11] moduleparam: add data member to struct kernel_param
2021-05-15 08:00:11 linux-kernel Re: [PATCH 2/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
2021-05-14 20:53:24 linux-kernel Re: [PATCH 2/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
2021-05-11 21:32:39 linux-kernel Re: [PATCH 2/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
2021-05-11 03:24:19 linux-kernel Re: [PATCH 2/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
2021-05-05 17:35:59 linux-kernel Re: [PATCH 2/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
2021-04-29 21:10:05 linux-kernel Re: [PATCH] dyndbg: fix parsing file query without a line-range suffix
2021-04-29 21:07:32 linux-kernel Re: [PATCH 1/2] dyndbg: avoid calling dyndbg_emit_prefix when it has no work
2021-04-28 18:34:47 linux-kernel Re: [PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT.
2021-04-27 16:40:26 linux-kernel Re: [PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT.
2021-01-15 15:09:08 linux-kernel Re: [PATCH v2 1/3] KVM: X86: append vmx/svm prefix to additional kvm_x86_ops functions
2021-01-15 15:06:35 linux-kernel Re: [PATCH v2 2/3] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-15 05:47:55 linux-kernel [PATCH v2 0/3] Use static_call for kvm_x86_ops
2021-01-15 05:46:04 linux-kernel [PATCH v2 3/3] KVM: x86: use static calls to reduce kvm_x86_ops overhead
2021-01-15 05:46:00 linux-kernel [PATCH v2 1/3] KVM: X86: append vmx/svm prefix to additional kvm_x86_ops functions
2021-01-15 05:45:52 linux-kernel [PATCH v2 2/3] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-13 16:56:20 linux-kernel Re: [PATCH 1/2] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-13 16:18:47 linux-kernel Re: [PATCH 1/2] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-13 04:14:35 linux-kernel Re: [PATCH 1/2] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-12 09:03:58 linux-kernel [PATCH 2/2] KVM: x86: use static calls to reduce kvm_x86_ops overhead
2021-01-11 17:26:59 linux-kernel [PATCH 1/2] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
2021-01-11 17:23:27 linux-kernel [PATCH 0/2] Use static_call for kvm_x86_ops
2020-11-26 07:32:11 linux-kernel Re: [PATCH 7/7] dyndbg: enable 'cache' of active pr_debug callsites
2020-08-21 16:28:42 linux-kernel [PATCH] hwmon: (nct7904) Correct divide by 0
2020-08-14 21:58:58 linux-kernel Re: [PATCH v2] dynamic debug: allow printing to trace event
2020-08-06 21:37:40 linux-kernel Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized
2020-07-24 13:49:52 linux-kernel Re: [PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export
2020-07-16 20:37:31 linux-kernel Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized
2020-07-16 20:31:59 linux-kernel Re: [PATCH v4 13/17] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
2020-07-16 18:35:13 linux-kernel [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized
2020-07-14 02:30:50 linux-kernel Re: [PATCH v4 13/17] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
2020-06-20 03:32:48 linux-kernel Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags
2020-06-18 19:46:13 linux-kernel Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags
2020-06-18 19:07:33 linux-kernel Re: [PATCH v3 20/21] dyndbg: add user-flag, negating-flags, and filtering on flags
2020-06-12 21:51:34 linux-kernel Re: [PATCH 12/16] dyndbg: add filter parameter to ddebug_parse_flags
2020-06-12 21:36:42 linux-kernel Re: [PATCH 00/16] dynamic_debug: cleanups, 2 features
2020-06-12 20:39:20 linux-kernel Re: [PATCH 09/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
2020-06-11 22:35:58 linux-kernel Re: [PATCH v3 6/7] venus: Make debug infrastructure more flexible
2020-05-21 21:12:38 linux-kernel Re: [RFC] Make dynamic debug infrastructure more flexible
2020-05-05 14:35:25 linux-kernel Re: [PATCH 1/1] epoll: call final ep_events_available() check under the lock
2020-05-04 05:06:56 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-05-04 05:03:05 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-05-01 22:15:12 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-05-01 20:08:18 linux-kernel Re: [PATCH 2/2] epoll: atomically remove wait entry on wake up