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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-19
printk: suppress empty continuation lines
Linus Torvalds
1
-0
/
+4
2016-10-10
Merge branch 'printk-cleanups'
Linus Torvalds
1
-63
/
+61
2016-10-09
printk: make reading the kernel log flush pending lines
Linus Torvalds
1
-0
/
+11
2016-10-09
printk: re-organize log_output() to be more legible
Linus Torvalds
1
-35
/
+27
2016-10-09
printk: split out core logging code into helper function
Linus Torvalds
1
-39
/
+39
2016-10-09
printk: reinstate KERN_CONT for printing continuation lines
Linus Torvalds
1
-17
/
+12
2016-10-08
console: don't prefer first registered if DT specifies stdout-path
Paul Burton
1
-1
/
+12
2016-09-02
printk/nmi: avoid direct printk()-s from __printk_nmi_flush()
Sergey Senozhatsky
1
-15
/
+23
2016-08-27
printk: fix parsing of "brl=" option
Nicolas Iooss
1
-2
/
+2
2016-08-09
Revert "printk: create pr_<level> functions"
Linus Torvalds
3
-43
/
+11
2016-08-08
printk: Remove unnecessary #ifdef CONFIG_PRINTK
Andreas Ziegler
1
-2
/
+0
2016-08-03
printk: add kernel parameter to control writes to /dev/kmsg
Borislav Petkov
1
-8
/
+134
2016-08-03
printk: include <asm/sections.h> instead of <asm-generic/sections.h>
Christoph Hellwig
1
-1
/
+1
2016-08-03
printk: introduce suppress_message_printing()
Sergey Senozhatsky
1
-6
/
+19
2016-08-03
printk: create pr_<level> functions
Joe Perches
3
-11
/
+45
2016-08-03
printk: do not include interrupt.h
Sergey Senozhatsky
1
-1
/
+0
2016-07-29
printk: when dumping regs, show the stack, not thread_info
Andy Lutomirski
1
-3
/
+2
2016-05-21
printk/nmi: flush NMI messages on the system panic
Petr Mladek
3
-2
/
+41
2016-05-21
printk/nmi: increase the size of NMI buffer and make it configurable
Petr Mladek
1
-1
/
+2
2016-05-21
printk/nmi: warn when some message has been lost in NMI context
Petr Mladek
3
-1
/
+25
2016-05-21
printk/nmi: generic solution for safe printk in NMI
Petr Mladek
4
-18
/
+265
2016-03-18
printk: add clear_idx symbol to vmcoreinfo
Ivan Delalande
1
-10
/
+9
2016-03-18
printk: check CON_ENABLED in have_callable_console()
Sergey Senozhatsky
1
-1
/
+2
2016-03-18
printk: set may_schedule for some of console_trylock() callers
Sergey Senozhatsky
1
-9
/
+14
2016-03-18
printk: move can_use_console() out of console_trylock_for_printk()
Sergey Senozhatsky
1
-55
/
+42
2016-01-21
kernel: printk: specify alignment for struct printk_log
Andrey Ryabinin
1
-5
/
+5
2016-01-16
printk: change recursion_bug type to bool
Sergey Senozhatsky
1
-3
/
+3
2016-01-16
printk: do cond_resched() between lines while outputting to consoles
Tejun Heo
1
-1
/
+34
2016-01-16
printk: only unregister boot consoles when necessary
Thierry Reding
1
-1
/
+25
2015-11-07
printk: prevent userland from spoofing kernel messages
Mathias Krause
1
-5
/
+8
2015-10-22
pstore: add pstore unregister
Geliang Tang
1
-0
/
+1
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
1
-1
/
+1
2015-07-01
printk: improve the description of /dev/kmsg line format
Antonio Ospite
1
-4
/
+4
2015-06-26
check_syslog_permissions() cleanup
Vasily Averin
1
-5
/
+5
2015-06-26
security_syslog() should be called once only
Vasily Averin
1
-7
/
+4
2015-06-26
printk: implement support for extended console drivers
Tejun Heo
1
-8
/
+58
2015-06-26
printk: factor out message formatting from devkmsg_read()
Tejun Heo
1
-66
/
+80
2015-06-26
printk: guard the amount written per line by devkmsg_read()
Tejun Heo
1
-12
/
+22
2015-04-21
Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-35
/
+18
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
1
-2
/
+2
2015-03-26
console: Add extensible console matching
Peter Hurley
1
-34
/
+18
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-03-13
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+1
2015-03-09
Merge 4.0-rc3 into tty-testing
Greg Kroah-Hartman
1
-1
/
+0
2015-03-07
console: Preserve index after console setup()
Peter Hurley
1
-1
/
+0
2015-03-07
console: Fix console name size mismatch
Peter Hurley
2
-1
/
+2
2015-02-21
Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2015-02-19
kdb: Avoid printing KERN_ levels to consoles
Daniel Thompson
1
-1
/
+1
2015-02-13
printk: correct timeout comment, neaten MODULE_PARM_DESC
Joe Perches
1
-6
/
+6
2014-12-14
Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+8
[next]