index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
printk: don't read beyond string arguments' terminating zero
Markus Armbruster
1
-1
/
+1
2008-04-30
Basic braille screen reader support
Samuel Thibault
1
-24
/
+66
2008-04-30
tty: The big operations rework
Alan Cox
1
-2
/
+2
2008-04-29
isolate ratelimit from printk.c for other use
Dave Young
1
-25
/
+1
2008-04-16
Fix locking bug in "acquire_console_semaphore_for_printk()"
Linus Torvalds
1
-2
/
+15
2008-03-25
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-02-01
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-19
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-22
fix - ensure we don't use bootconsoles after init has been released
Robin Getz
1
-4
/
+6
2007-08-21
ensure we don't use bootconsoles after init has been released
Robin Getz
1
-0
/
+11
2007-08-04
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-11
[PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED
Adrian Bunk
1
-2
/
+2
2006-07-04
[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-20
Add support for suspending and resuming the whole console subsystem
Linus Torvalds
1
-1
/
+27
[next]