John Ogness ([email protected])

Number of posts: 1700 (0.32 per day)
First post: 2009-09-14 20:33:59
Last post: 2024-06-13 15:21:45

Date List Subject
2022-12-21 20:42:44 linux-kernel [PATCH printk v3 0/6] printk: cleanup buffer handling
2022-12-21 20:42:12 linux-kernel [PATCH printk v3 2/6] console: Use BIT() macros for @flags values
2022-12-21 20:31:26 linux-kernel [PATCH printk v3 3/6] console: Document struct console
2022-12-21 20:31:17 linux-kernel [PATCH printk v3 1/6] printk: move size limit macros into internal.h
2022-12-21 20:30:46 linux-kernel [PATCH printk v3 4/6] printk: introduce struct console_buffers
2022-12-07 17:11:54 linux-kernel Re: [PATCH printk v2 7/7] printk: Handle dropped message smarter
2022-12-01 22:49:28 linux-kernel Re: [PATCH printk v5 03/40] printk: Prepare for SRCU console list protection
2022-12-01 22:09:33 linux-kernel Re: [PATCH printk v5 03/40] printk: Prepare for SRCU console list protection
2022-11-30 09:32:16 linux-kernel Re: next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
2022-11-30 09:30:50 linux-kernel Re: [PATCH linux-next] printk: use strscpy() to instead of strlcpy()
2022-11-25 10:57:22 linux-kernel Re: [PATCH printk v2 6/7] printk: Use an output buffer descriptor struct for emit
2022-11-24 22:12:59 linux-kernel Re: [PATCH printk v2 6/7] printk: Use an output buffer descriptor struct for emit
2022-11-24 20:50:53 linux-kernel Re: [PATCH printk v2 1/7] printk: Move buffer size defines
2022-11-24 20:40:03 linux-kernel Re: [PATCH printk v2 4/7] printk: Add struct console_buffers
2022-11-24 20:39:07 linux-kernel Re: [PATCH printk v2 5/7] printk: Use struct console_buffers
2022-11-24 13:48:16 linux-kernel Re: [PATCH printk v2 1/7] printk: Move buffer size defines
2022-11-24 00:33:37 linux-kernel [PATCH printk v2 7/7] printk: Handle dropped message smarter
2022-11-24 00:17:33 linux-kernel [PATCH printk v2 3/7] console: Document struct console
2022-11-24 00:13:47 linux-kernel [PATCH printk v2 5/7] printk: Use struct console_buffers
2022-11-23 23:42:02 linux-kernel [PATCH printk v2 6/7] printk: Use an output buffer descriptor struct for emit
2022-11-23 23:41:25 linux-kernel [PATCH printk v2 2/7] console: Use BIT() macros for @flags values
2022-11-23 23:26:07 linux-kernel [PATCH printk v2 0/7] printk: cleanup buffer handling
2022-11-23 23:22:46 linux-kernel [PATCH printk v2 1/7] printk: Move buffer size defines
2022-11-23 23:21:47 linux-kernel [PATCH printk v2 4/7] printk: Add struct console_buffers
2022-11-22 23:21:52 linux-kernel Re: next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
2022-11-22 15:59:13 linux-kernel Re: next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
2022-11-22 14:32:50 linux-kernel Re: next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
2022-11-22 10:45:32 linux-kernel [PATCH printk] printk: htmldocs: add missing description
2022-11-22 10:12:36 linux-kernel Re: [PATCH] printk: fix a typo of comment
2022-11-21 11:23:36 linux-kernel [PATCH printk v6 11/40] printk: introduce console_list_lock
2022-11-18 11:07:13 linux-kernel Re: [PATCH printk v5 06/40] printk: fix setting first seq for consoles
2022-11-17 11:11:43 linux-kernel Re: [PATCH printk v5 38/40] tty: serial: kgdboc: use console_list_lock to trap exit
2022-11-17 10:39:05 linux-kernel Re: [PATCH printk v5 37/40] tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_console()
2022-11-17 09:56:08 linux-kernel Re: [PATCH printk v5 35/40] tty: serial: kgdboc: use srcu console list iterator
2022-11-16 17:07:52 linux-kernel [PATCH printk v5 12/40] console: introduce wrappers to read/write console flags
2022-11-16 17:07:36 linux-kernel [PATCH printk v5 04/40] printk: register_console: use "registered" for variable names
2022-11-16 17:05:34 linux-kernel [PATCH printk v5 24/40] efi: earlycon: use console_is_registered()
2022-11-16 17:05:20 linux-kernel [PATCH printk v5 29/40] tty: serial: xilinx_uartps: use console_is_registered()
2022-11-16 17:04:52 linux-kernel [PATCH printk v5 38/40] tty: serial: kgdboc: use console_list_lock to trap exit
2022-11-16 17:04:28 linux-kernel [PATCH printk v5 23/40] tty: nfcon: use console_is_registered()
2022-11-16 17:04:27 linux-kernel [PATCH printk v5 36/40] tty: serial: kgdboc: use console_list_lock for list traversal
2022-11-16 17:04:20 linux-kernel [PATCH printk v5 09/40] tty: tty_io: document console_lock usage
2022-11-16 16:57:29 linux-kernel [PATCH printk v5 25/40] tty: hvc: use console_is_registered()
2022-11-16 16:57:01 linux-kernel [PATCH printk v5 11/40] printk: introduce console_list_lock
2022-11-16 16:56:17 linux-kernel [PATCH printk v5 35/40] tty: serial: kgdboc: use srcu console list iterator
2022-11-16 16:53:52 linux-kernel [PATCH printk v5 17/40] printk: console_is_usable: use console_srcu_read_flags
2022-11-16 16:52:08 linux-kernel [PATCH printk v5 00/40] reduce console_lock scope
2022-11-16 16:51:53 linux-kernel [PATCH printk v5 22/40] serial_core: replace uart_console_enabled() with uart_console_registered()
2022-11-16 16:51:37 linux-kernel [PATCH printk v5 28/40] tty: serial: samsung_tty: use console_is_registered()
2022-11-16 16:39:03 linux-kernel [PATCH printk v5 10/40] proc: consoles: document console_lock usage
2022-11-16 16:38:37 linux-kernel [PATCH printk v5 34/40] proc: consoles: use console_list_lock for list iteration