Dave Young
af91322ef3
printk: add printk_delay to make messages readable for some scenarios
...
When syslog is not possible, at the same time there's no serial/net
console available, it will be hard to read the printk messages. For
example oops/panic/warning messages in shutdown phase.
Add a printk delay feature, we can make each printk message delay some
milliseconds.
Setting the delay by proc/sysctl interface: /proc/sys/kernel/printk_delay
The value range from 0 - 10000, default value is 0
[akpm@linux-foundation.org: fix a few things]
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-09-23 07:39:28 -07:00
..
2009-09-09 13:29:24 -07:00
2009-06-16 19:47:51 -07:00
2009-09-18 09:19:26 -07:00
2009-07-01 10:56:25 +02:00
2009-06-15 21:30:28 -07:00
2009-06-30 18:56:01 -07:00
2009-07-23 19:03:51 -07:00
2009-09-01 12:45:09 -04:00
2009-06-04 10:32:49 -06:00
2009-06-22 10:12:35 +01:00
2009-09-22 07:51:45 -07:00
2009-07-12 13:02:10 -07:00
2009-09-19 00:14:32 -03:00
2009-06-15 21:30:28 -07:00
2009-06-16 19:47:58 -07:00
2009-09-22 07:54:33 -07:00
2009-06-15 21:30:24 -07:00
2009-09-21 15:14:57 +02:00
2009-06-19 16:58:20 +02:00
2009-06-07 13:52:52 +02:00
2009-08-19 21:46:09 -07:00
2009-09-14 17:43:43 -07:00
2009-06-20 01:10:38 -07:00
2009-06-19 08:08:50 +02:00
2009-06-09 22:37:47 +02:00
2009-06-12 18:01:47 +02:00
2009-09-10 10:46:55 +03:00
2009-08-01 23:46:58 -04:00
2009-07-30 16:03:46 +09:30
2009-06-12 18:01:47 +02:00
2009-06-12 18:01:47 +02:00
2009-09-21 15:14:55 +02:00
2009-09-09 13:29:38 -07:00
2009-08-23 00:04:44 +02:00
2009-09-21 15:14:54 +02:00
2009-06-18 13:04:04 -07:00
2009-08-23 10:32:40 +02:00
2009-09-11 10:29:53 +02:00
2009-06-21 13:12:46 +02:00
2009-09-21 15:14:56 +02:00
2009-09-21 15:14:56 +02:00
2009-06-30 18:56:00 -07:00
2009-09-23 07:39:28 -07:00
2009-06-12 18:01:47 +02:00
2009-09-22 07:51:45 -07:00
2009-06-12 18:01:51 +02:00
2009-09-19 00:53:06 -03:00
2009-09-22 07:17:42 -07:00
2009-06-23 07:13:45 +00:00
2009-09-18 14:05:47 -07:00
2009-08-22 14:25:32 -07:00
2009-06-16 19:47:52 -07:00
2009-06-12 18:01:47 +02:00
2009-08-22 14:25:32 -07:00
2009-06-18 13:03:46 -07:00
2009-06-12 18:01:46 +02:00
2009-06-12 18:01:50 +02:00
2009-06-12 18:01:47 +02:00
2009-09-15 17:04:38 -07:00
2009-06-12 18:01:47 +02:00
2009-09-17 21:07:08 -07:00
2009-09-10 14:33:36 -06:00
2009-05-09 07:12:50 +02:00
2009-09-21 15:14:56 +02:00
2009-06-12 18:01:47 +02:00
2009-07-21 11:49:06 -07:00
2009-09-18 09:48:52 -07:00
2009-09-21 15:15:52 +02:00
2009-09-02 21:29:22 +10:00
2009-07-01 22:36:22 +02:00
2009-09-08 16:36:08 +01:00
2009-06-12 18:01:47 +02:00
2009-06-15 21:30:28 -07:00
2009-09-18 09:48:52 -07:00
2009-06-23 20:21:38 +01:00
2009-06-12 18:01:47 +02:00
2009-08-07 12:03:46 +02:00
2009-06-12 18:01:47 +02:00
2009-09-22 07:17:26 -07:00
2009-09-22 07:17:39 -07:00
2009-06-12 18:01:47 +02:00
2009-06-19 11:50:18 -04:00
2009-06-18 13:03:56 -07:00
2009-06-12 18:01:47 +02:00
2009-06-19 08:08:50 +02:00
2009-09-21 15:14:57 +02:00
2009-05-08 19:22:20 -07:00
2009-07-29 19:10:36 -07:00
2009-09-09 13:29:42 -07:00