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
starfive-6.6.48-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
/
include
/
linux
/
printk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-7
/
+0
2022-09-29
printk: Make pr_flush() static
Thomas Gleixner
1
-7
/
+0
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-16
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-11
/
+0
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-5
/
+0
2022-06-17
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-0
/
+5
2022-06-15
printk: Wait for the global console lock when the system is going down
Petr Mladek
1
-0
/
+5
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
1
-1
/
+0
2022-04-22
printk: add functions to prefer direct printing
John Ogness
1
-0
/
+11
2022-04-22
printk: add pr_flush()
John Ogness
1
-0
/
+7
2022-04-22
printk: cpu sync always disable interrupts
John Ogness
1
-9
/
+9
2022-04-22
printk: rename cpulock functions
John Ogness
1
-21
/
+33
2022-01-22
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
1
-4
/
+0
2021-11-18
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-0
/
+4
2021-11-10
printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
Nicholas Piggin
1
-0
/
+4
2021-09-04
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2021-08-30
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-22
/
+19
2021-08-30
Merge branch 'for-5.15-verbose-console' into for-linus
Petr Mladek
1
-10
/
+1
2021-08-19
isystem: ship and use stdarg.h
Alexey Dobriyan
1
-1
/
+1
2021-07-29
printk: Add printk.console_no_auto_verbose boot parameter
Dmitry Safonov
1
-5
/
+1
2021-07-29
printk: Remove console_silent()
Dmitry Safonov
1
-5
/
+0
2021-07-26
printk: remove NMI tracking
John Ogness
1
-12
/
+19
2021-07-26
printk: remove safe buffers
John Ogness
1
-10
/
+0
2021-07-26
printk: Move the printk() kerneldoc comment to its new home
Jonathan Corbet
1
-0
/
+24
2021-07-19
printk: Userspace format indexing support
Chris Down
1
-4
/
+91
2021-07-01
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-20
/
+3
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+5
2021-06-29
printk: introduce dump_stack_lvl()
Alexander Potapenko
1
-0
/
+5
2021-06-29
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
1
-20
/
+3
2021-06-22
lib/dump_stack: move cpu lock to printk.c
John Ogness
1
-0
/
+41
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-2
/
+2
2020-10-12
Merge branch 'printk-rework' into for-linus
Petr Mladek
1
-2
/
+4
2020-09-22
printk: move dictionary keys to dev_printk_info
John Ogness
1
-2
/
+4
2020-09-15
kernel.h: Move oops_in_progress to printk.h
Andy Shevchenko
1
-0
/
+2
2020-07-27
printk: Make linux/printk.h self-contained
Herbert Xu
1
-0
/
+1
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
1
-3
/
+6
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-06-02
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-12
/
+100
2020-05-25
printk: Remove pr_cont_once()
Tetsuo Handa
1
-2
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-04-21
docs: pr_*() kerneldocs and basic printk docs
Ricardo CaƱuelo
1
-12
/
+100
2020-04-10
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
1
-5
/
+0
2019-12-06
printk: Drop pr_warning definition
Kefeng Wang
1
-2
/
+1
2019-09-26
lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds
Stephen Boyd
1
-7
/
+15
2019-05-15
panic: avoid the extra noise dmesg
Feng Tang
1
-0
/
+2
2019-04-15
printk: Tie printk_once / printk_deferred_once into .data.once for reset
Paul Gortmaker
1
-2
/
+2
2019-03-09
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+0
2019-03-08
linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-04
printk: Remove no longer used LOG_PREFIX.
Tetsuo Handa
1
-1
/
+0
[next]