index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-24
Make printk() console semaphore accesses sensible
Linus Torvalds
1
-35
/
+48
2008-02-26
printk: fix possible printk overrun
Tejun Heo
1
-1
/
+1
2008-02-08
printk_ratelimit() functions should use CONFIG_PRINTK
Joe Perches
1
-0
/
+2
2008-02-08
The scheduled 'time' option removal
Adrian Bunk
1
-13
/
+0
2008-02-08
Nuke duplicate include from printk.c
Jesper Juhl
1
-1
/
+0
2008-02-06
printk.c: use unsigned ints instead of longs for logbuf index
Denys Vlasenko
1
-18
/
+18
2008-01-31
debug: turn ignore_loglevel into an early param
Ingo Molnar
1
-2
/
+2
2008-01-30
x86: make early printk selectable on 64-bit as well
Ingo Molnar
1
-0
/
+7
2008-01-27
printk: revert ktime_get() timestamps
Ingo Molnar
1
-3
/
+1
2008-01-25
printk: use ktime_get()
Ingo Molnar
1
-1
/
+3
2008-01-25
sched: remove printk_clock()
Ingo Molnar
1
-5
/
+0
2008-01-25
sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()
Ingo Molnar
1
-1
/
+1
2008-01-25
printk: make printk more robust by not allowing recursion
Ingo Molnar
1
-10
/
+38
2007-12-29
[SERIAL]: Fix section mismatches in Sun serial console drivers.
David S. Miller
1
-1
/
+1
2007-10-18
serial: turn serial console suspend a boot rather than compile time option
Andres Salomon
1
-2
/
+14
2007-10-17
printk: add interfaces for external access to the log buffer
Mike Frysinger
1
-0
/
+52
2007-10-16
slow down printk during boot
Randy Dunlap
1
-0
/
+59
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
[next]