LinuxLists
Users
About
Petr Mladek (
[email protected]
)
Number of posts: 4030 (1.23 per day)
First post: 2015-07-01 16:05:20
Last post: 2024-06-14 17:47:22
Previous Page
/
Next Page
Date
List
Subject
2024-03-12 14:55:23
linux-kernel
[GIT PULL] printk for 6.9
2024-03-01 16:12:24
linux-kernel
Re: flush was: Re: [PATCH printk v2 22/26] printk: nbcon: Implement emergency sections
2024-03-01 15:50:05
linux-kernel
flush was: Re: [PATCH printk v2 22/26] printk: nbcon: Implement emergency sections
2024-03-01 15:19:04
linux-kernel
Re: [PATCH printk v2 26/26] lockdep: Mark emergency section in lockdep splats
2024-03-01 15:13:40
linux-kernel
Re: [PATCH printk v2 25/26] rcu: Mark emergency section in rcu stalls
2024-03-01 14:55:51
linux-kernel
Re: [PATCH printk v2 24/26] panic: Mark emergency section in oops
2024-03-01 13:58:12
linux-kernel
Re: [PATCH printk v2 23/26] panic: Mark emergency section in warn
2024-03-01 13:28:49
linux-kernel
Re: [PATCH printk v2 22/26] printk: nbcon: Implement emergency sections
2024-03-01 13:06:09
linux-kernel
Re: [PATCH printk v2 21/26] printk: Coordinate direct printing in panic
2024-03-01 09:50:24
linux-kernel
Re: [PATCH printk v2 20/26] printk: Track nbcon consoles
2024-02-29 16:24:31
linux-kernel
READ_ONCE: was: Re: [PATCH printk v2 19/26] printk: Avoid console_lock dance if no legacy or boot consoles
2024-02-29 15:19:29
linux-kernel
Re: [PATCH printk v2 19/26] printk: Avoid console_lock dance if no legacy or boot consoles
2024-02-29 13:53:48
linux-kernel
Re: [PATCH printk v2 18/26] printk: nbcon: Add unsafe flushing on panic
2024-02-29 13:50:19
linux-kernel
Re: [PATCH printk v2 17/26] printk: nbcon: Assign priority based on CPU state
2024-02-29 11:19:57
linux-kernel
Re: NMI Reported with console_blast.sh
2024-02-29 11:15:57
linux-kernel
Re: NMI Reported with console_blast.sh
2024-02-28 11:26:47
linux-kernel
Re: [RFC] Printing numbers in SI units
2024-02-28 09:56:04
linux-kernel
Re: [PATCH 01/12] drm/i915: Indicate which pipe failed the fastset check overall
2024-02-27 16:42:19
linux-kernel
Re: [PATCH] printk: save loglevel before console_verbose()
2024-02-23 17:15:49
linux-kernel
Re: [PATCH printk v2 16/26] printk: nbcon: Use nbcon consoles in console_flush_all()
2024-02-23 15:57:18
linux-kernel
Re: [PATCH printk v2 15/26] printk: Track registered boot consoles
2024-02-23 15:48:07
linux-kernel
Re: [PATCH printk v2 14/26] printk: nbcon: Provide function to flush using write_atomic()
2024-02-23 13:14:14
linux-kernel
Re: [PATCH printk v2 10/26] printk: nbcon: Fix kerneldoc for enums
2024-02-23 13:12:01
linux-kernel
Re: [PATCH printk v2 09/26] printk: nbcon: Add detailed doc for write_atomic()
2024-02-23 10:51:21
linux-kernel
Re: [PATCH printk v2 08/26] printk: nbcon: Implement processing in port->lock wrapper
2024-02-21 10:07:10
linux-kernel
Re: [PATCH printk v2 07/26] printk: Check printk_deferred_enter()/_exit() usage
2024-02-20 15:19:57
linux-kernel
Re: [PATCH printk v2 06/26] printk: nbcon: Ensure ownership release on failed emit
2024-02-20 10:30:50
linux-kernel
Re: [PATCH printk v2 05/26] printk: Add notation to console_srcu locking
2024-02-20 10:27:04
linux-kernel
Re: [PATCH printk v2 04/26] printk: Consider nbcon boot consoles on seq init
2024-02-09 15:04:41
linux-kernel
Re: [PATCHv6 0/2] *** Detect interrupt storm in softlockup ***
2024-02-09 14:58:14
linux-kernel
Re: [PATCHv6 2/2] watchdog/softlockup: report the most frequent interrupts
2024-02-09 13:41:44
linux-kernel
Re: [PATCHv6 1/2] watchdog/softlockup: low-overhead detection of interrupt
2024-02-08 16:25:37
linux-kernel
Re: [PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-02-07 16:53:35
linux-kernel
Re: [PATCH printk v4 00/14] fix console flushing
2024-02-07 16:18:52
linux-kernel
Re: [PATCH printk v4 00/14] fix console flushing
2024-02-07 16:17:50
linux-kernel
Re: [PATCH printk v4 14/14] dump_stack: Do not get cpu_sync for panic CPU
2024-02-07 16:00:27
linux-kernel
Re: [PATCH printk v4 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2024-02-07 15:09:54
linux-kernel
Re: [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq
2024-02-07 14:45:32
linux-kernel
Re: [PATCH v4 1/2] printk: Add function to dump printk buffer directly to consoles
2024-02-07 14:12:26
linux-kernel
Re: [PATCH v4 0/2] Add support to dump printk buffer to console via sysrq
2024-02-07 13:06:07
linux-kernel
Re: [PATCH 0/4] watchdog: Better handling of concurrent lockups
2024-02-07 10:11:38
linux-kernel
Re: [PATCH printk v3 11/14] printk: ringbuffer: Consider committed as finalized in panic
2024-02-07 09:20:32
linux-kernel
Re: [PATCH printk v3 09/14] printk: Wait for all reserved records with pr_flush()
2024-02-06 17:28:09
linux-kernel
Re: [PATCH printk v3 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2024-02-06 10:30:14
linux-kernel
Re: [PATCH 2/4] watchdog/softlockup: Use printk_cpu_sync_get_irqsave() to serialize reporting
2024-02-06 10:13:37
linux-kernel
Re: [PATCH 0/4] watchdog: Better handling of concurrent lockups
2024-02-06 09:08:57
linux-kernel
Re: [PATCH v4 3/3] printk: Remove redundant CONFIG_BASE_FULL
2024-02-06 09:08:25
linux-kernel
Re: [PATCH v4 3/3] printk: Remove redundant CONFIG_BASE_FULL
2024-02-06 09:07:20
linux-kernel
Re: [PATCH v4 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
2024-02-06 09:04:01
linux-kernel
Re: [PATCH v4 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
2024-02-05 13:48:33
linux-kernel
Re: [PATCH v3 0/2] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal