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
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+8
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-173
/
+1712
2024-09-09
printk: Export match_devname_and_update_preferred_console()
Yu Liao
1
-0
/
+1
2024-09-04
printk: Avoid false positive lockdep report for legacy printing
John Ogness
1
-20
/
+63
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2
-0
/
+12
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
3
-18
/
+159
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
3
-0
/
+38
2024-09-04
printk: Provide helper for message prepending
John Ogness
1
-11
/
+25
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
3
-7
/
+84
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
3
-45
/
+59
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
1
-39
/
+39
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
3
-0
/
+380
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2
-1
/
+9
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
3
-21
/
+27
2024-09-04
printk: Flush console on unregister_console()
John Ogness
1
-2
/
+7
2024-09-04
printk: Fail pr_flush() if before SYSTEM_SCHEDULING
John Ogness
1
-0
/
+4
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-7
/
+67
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
1
-2
/
+1
2024-09-04
printk: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-1
/
+2
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
1
-1
/
+1
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2
-1
/
+75
2024-08-21
printk: Add helper for flush type logic
John Ogness
3
-41
/
+112
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
2
-7
/
+49
2024-08-21
printk: Track nbcon consoles
John Ogness
1
-1
/
+13
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
1
-5
/
+34
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
1
-7
/
+25
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
1
-0
/
+3
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
3
-1
/
+23
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2
-1
/
+12
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
3
-5
/
+105
2024-08-21
printk: Track registered boot consoles
John Ogness
1
-0
/
+24
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2
-1
/
+152
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2
-0
/
+21
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2
-8
/
+5
2024-08-21
printk: Let console_is_usable() handle nbcon
John Ogness
1
-2
/
+9
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2
-30
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
3
-3
/
+20
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
1
-1
/
+57
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
1
-1
/
+32
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-8
/
+7
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
1
-10
/
+46
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
2
-0
/
+15
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2
-15
/
+29
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
3
-29
/
+12
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
1
-0
/
+2
2024-08-13
printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
Ryo Takakura
1
-1
/
+1
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-3
/
+8
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
4
-172
/
+5
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
3
-3
/
+3
[next]