LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2024-02-19 11:11:58
linux-kernel
Re: [PATCH printk v2 26/26] lockdep: Mark emergency section in lockdep splats
2024-02-18 19:06:05
linux-kernel
[PATCH printk v2 03/26] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
2024-02-18 19:06:03
linux-kernel
[PATCH printk v2 00/26] wire up write_atomic() printing
2024-02-18 19:06:00
linux-kernel
[PATCH printk v2 01/26] serial: core: Provide port lock wrappers
2024-02-18 19:05:59
linux-kernel
[PATCH printk v2 02/26] serial: core: Use lock wrappers
2024-02-18 19:05:52
linux-kernel
[PATCH printk v2 04/26] printk: Consider nbcon boot consoles on seq init
2024-02-18 19:01:33
linux-kernel
[PATCH printk v2 21/26] printk: Coordinate direct printing in panic
2024-02-18 19:01:30
linux-kernel
[PATCH printk v2 25/26] rcu: Mark emergency section in rcu stalls
2024-02-18 19:01:29
linux-kernel
[PATCH printk v2 26/26] lockdep: Mark emergency section in lockdep splats
2024-02-18 19:01:27
linux-kernel
[PATCH printk v2 22/26] printk: nbcon: Implement emergency sections
2024-02-18 19:01:23
linux-kernel
[PATCH printk v2 23/26] panic: Mark emergency section in warn
2024-02-18 19:01:20
linux-kernel
[PATCH printk v2 24/26] panic: Mark emergency section in oops
2024-02-18 19:01:18
linux-kernel
[PATCH printk v2 18/26] printk: nbcon: Add unsafe flushing on panic
2024-02-18 19:00:49
linux-kernel
[PATCH printk v2 19/26] printk: Avoid console_lock dance if no legacy or boot consoles
2024-02-18 19:00:25
linux-kernel
[PATCH printk v2 20/26] printk: Track nbcon consoles
2024-02-18 18:59:50
linux-kernel
[PATCH printk v2 16/26] printk: nbcon: Use nbcon consoles in console_flush_all()
2024-02-18 18:59:46
linux-kernel
[PATCH printk v2 17/26] printk: nbcon: Assign priority based on CPU state
2024-02-18 18:59:41
linux-kernel
[PATCH printk v2 15/26] printk: Track registered boot consoles
2024-02-18 18:59:31
linux-kernel
[PATCH printk v2 14/26] printk: nbcon: Provide function to flush using write_atomic()
2024-02-18 18:59:20
linux-kernel
[PATCH printk v2 13/26] printk: Add @flags argument for console_is_usable()
2024-02-18 18:59:20
linux-kernel
[PATCH printk v2 10/26] printk: nbcon: Fix kerneldoc for enums
2024-02-18 18:59:18
linux-kernel
[PATCH printk v2 12/26] printk: Let console_is_usable() handle nbcon
2024-02-18 18:59:16
linux-kernel
[PATCH printk v2 11/26] printk: Make console_is_usable() available to nbcon
2024-02-18 18:58:28
linux-kernel
[PATCH printk v2 08/26] printk: nbcon: Implement processing in port->lock wrapper
2024-02-18 18:58:18
linux-kernel
[PATCH printk v2 09/26] printk: nbcon: Add detailed doc for write_atomic()
2024-02-18 18:58:09
linux-kernel
[PATCH printk v2 07/26] printk: Check printk_deferred_enter()/_exit() usage
2024-02-18 18:58:08
linux-kernel
[PATCH printk v2 06/26] printk: nbcon: Ensure ownership release on failed emit
2024-02-18 18:58:04
linux-kernel
[PATCH printk v2 05/26] printk: Add notation to console_srcu locking
2024-02-16 09:23:15
linux-kernel
Re: [PATCH] printk: save loglevel before console_verbose()
2024-02-10 21:28:22
linux-kernel
Re: NMI Reported with console_blast.sh
2024-02-09 09:12:24
linux-kernel
Re: NMI Reported with console_blast.sh
2024-02-08 14:08:44
linux-kernel
Re: [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq
2024-02-07 13:46:08
linux-kernel
[PATCH printk v4 12/14] printk: Avoid non-panic CPUs writing to ringbuffer
2024-02-07 13:45:59
linux-kernel
[PATCH printk v4 07/14] printk: Add this_cpu_in_panic()
2024-02-07 13:45:22
linux-kernel
[PATCH printk v4 02/14] printk: Adjust mapping for 32bit seq macros
2024-02-07 13:43:37
linux-kernel
[PATCH printk v4 13/14] panic: Flush kernel log buffer at the end
2024-02-07 13:43:29
linux-kernel
[PATCH printk v4 14/14] dump_stack: Do not get cpu_sync for panic CPU
2024-02-07 13:43:01
linux-kernel
[PATCH printk v4 10/14] printk: ringbuffer: Skip non-finalized records in panic
2024-02-07 13:42:50
linux-kernel
[PATCH printk v4 11/14] printk: Disable passing console lock owner completely during panic()
2024-02-07 13:42:48
linux-kernel
[PATCH printk v4 09/14] printk: Wait for all reserved records with pr_flush()
2024-02-07 13:42:45
linux-kernel
[PATCH printk v4 08/14] printk: ringbuffer: Cleanup reader terminology
2024-02-07 13:42:15
linux-kernel
[PATCH printk v4 06/14] printk: For @suppress_panic_printk check for other CPU in panic
2024-02-07 13:42:14
linux-kernel
[PATCH printk v4 05/14] printk: ringbuffer: Clarify special lpos values
2024-02-07 13:41:55
linux-kernel
[PATCH printk v4 03/14] printk: Use prb_first_seq() as base for 32bit seq macros
2024-02-07 13:41:49
linux-kernel
[PATCH printk v4 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2024-02-07 13:41:32
linux-kernel
[PATCH printk v4 01/14] printk: nbcon: Relocate 32bit seq macros
2024-02-07 13:41:31
linux-kernel
[PATCH printk v4 00/14] fix console flushing
2024-02-06 10:46:35
linux-kernel
Re: [PATCH 0/4] watchdog: Better handling of concurrent lockups
2024-02-05 14:44:25
linux-kernel
Re: [PATCH printk v3 11/14] printk: ringbuffer: Consider committed as finalized in panic
2024-02-05 13:33:22
linux-kernel
Re: [PATCH printk v3 09/14] printk: Wait for all reserved records with pr_flush()
2024-02-05 11:53:17
linux-kernel
Re: [PATCH printk v3 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()