index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-21
fix - ensure we don't use bootconsoles after init has been released
Robin Getz
1
-4
/
+6
2007-08-20
ensure we don't use bootconsoles after init has been released
Robin Getz
1
-0
/
+11
2007-08-03
serial: fix 8250 early console setup
Daniel Ritz
1
-1
/
+1
2007-07-16
kernel/printk.c: document possible deadlock against scheduler
Jiri Kosina
1
-0
/
+3
2007-07-16
add printk.time option, deprecate 'time'
Randy Dunlap
1
-1
/
+4
2007-07-16
serial: convert early_uart to earlycon for 8250
Yinghai Lu
1
-0
/
+22
2007-07-16
console: console handover to preferred console
Yinghai Lu
1
-1
/
+4
2007-07-16
console: more buf for index parsing
Yinghai Lu
1
-10
/
+10
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-08
Fixes and cleanups for earlyprintk aka boot console
Gerd Hoffmann
1
-10
/
+16
2007-02-17
kernel/printk.c: comment fix
Patrick Pletscher
1
-1
/
+1
2007-02-11
[PATCH] order of lockdep off/on in vprintk() should be changed
Mathieu Desnoyers
1
-3
/
+3
2007-02-11
[PATCH] Extract and use wake_up_klogd()
Kirill Korotaev
1
-2
/
+8
2007-02-11
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
1
-1
/
+1
2006-12-22
[PATCH] make kernel/printk.c:ignore_loglevel_setup() static
Adrian Bunk
1
-1
/
+1
2006-12-07
[PATCH] add ignore_loglevel boot option
Ingo Molnar
1
-1
/
+13
2006-12-07
[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols
Adrian Bunk
1
-3
/
+0
2006-12-07
[PATCH] remove the syslog interface when printk is disabled
Mike Galbraith
1
-6
/
+1
2006-11-03
[PATCH] Add printk_timed_ratelimit()
Andrew Morton
1
-0
/
+21
2006-10-11
[PATCH] lockdep: fix printk recursion logic
Ingo Molnar
1
-9
/
+2
2006-09-26
[PATCH] PM: make it possible to disable console suspending
Rafael J. Wysocki
1
-0
/
+3
2006-08-06
[PATCH] vt: printk: Fix framebuffer console triggering might_sleep assertion
Antonino A. Daplas
1
-1
/
+3
2006-07-10
[PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED
Adrian Bunk
1
-2
/
+2
2006-07-03
[PATCH] lockdep: do not recurse in printk
Ingo Molnar
1
-5
/
+18
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-25
[PATCH] printk time parameter
Jan Engelhardt
1
-0
/
+2
2006-06-25
[PATCH] Make printk work for really early debugging
Michael Ellerman
1
-17
/
+33
2006-06-19
Add support for suspending and resuming the whole console subsystem
Linus Torvalds
1
-1
/
+27
2006-04-01
BUG_ON() Conversion in kernel/printk.c
Eric Sesterhenn
1
-4
/
+2
2006-03-24
[PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK
John Z. Bohach
1
-38
/
+38
2006-01-15
correct email address of Manfred Spraul
Christian Kujau
1
-1
/
+1
2006-01-08
[PATCH] printk return value: fix it
Guillaume Chazarain
1
-3
/
+3
2005-11-23
[PATCH] Fix crash in unregister_console()
Benjamin Herrenschmidt
1
-1
/
+1
2005-11-13
[PATCH] DocBook: include printk documentation
Martin Waitz
1
-2
/
+14
2005-11-07
[PATCH] unexport console_unblank
Adrian Bunk
1
-1
/
+0
2005-10-30
[PATCH] cleanup for kernel/printk.c
Jesper Juhl
1
-36
/
+42
2005-09-21
[PATCH] Add printk_clock()
Andrew Morton
1
-1
/
+6
2005-09-07
[PATCH] Provide better printk() support for SMP machines
David Howells
1
-1
/
+12
2005-06-25
[PATCH] CPU hotplug printk fix
Shaohua Li
1
-2
/
+1
2005-06-23
[PATCH] CON_CONSDEV bit not set correctly on last console
Greg Edwards
1
-2
/
+10
2005-05-17
[PATCH] add_preferred_console() build fix
Matt Mackall
1
-36
/
+36
2005-05-01
[PATCH] clean up kernel messages
Matt Mackall
1
-6
/
+21
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+996