index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
console.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
1
-1
/
+1
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
1
-1
/
+1
2025-03-11
printk: Rename resume_console to console_resume_all
Marcos Paulo de Souza
1
-1
/
+1
2025-03-11
printk: Rename suspend_console to console_suspend_all
Marcos Paulo de Souza
1
-1
/
+1
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
1
-0
/
+2
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
1
-0
/
+40
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-0
/
+6
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
1
-0
/
+4
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
1
-0
/
+2
2024-08-21
console: Improve console_srcu_read_flags() comments
John Ogness
1
-11
/
+17
2024-08-21
printk: nbcon: Add callbacks to synchronize with driver
John Ogness
1
-0
/
+43
2024-08-21
printk: nbcon: Add detailed doc for write_atomic()
John Ogness
1
-4
/
+29
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-1
/
+1
2024-01-28
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
1
-1
/
+1
2024-01-28
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
1
-3
/
+3
2024-01-28
tty: vt: document the rest of struct consw
Jiri Slaby (SUSE)
1
-9
/
+25
2024-01-28
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
1
-4
/
+0
2024-01-28
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
1
-2
/
+0
2024-01-28
tty: vt: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
1
-1
/
+0
2024-01-28
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
1
-1
/
+4
2024-01-28
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-28
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
1
-2
/
+3
2024-01-28
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
1
-2
/
+5
2024-01-28
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
1
-1
/
+2
2024-01-28
tty: vt: define a common enum for VESA blanking constants
Jiri Slaby (SUSE)
1
-6
/
+1
2024-01-28
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-1
/
+3
2024-01-28
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
1
-6
/
+2
2024-01-28
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
1
-2
/
+4
2024-01-28
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
1
-1
/
+4
2024-01-28
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-2
/
+3
2024-01-28
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-1
/
+3
2024-01-28
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
1
-12
/
+6
2024-01-28
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
1
-1
/
+1
2023-11-04
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+8
2023-10-17
printk: Constify name for add_preferred_console()
Tony Lindgren
1
-1
/
+1
2023-10-17
printk: Check valid console index for preferred console
Tony Lindgren
1
-1
/
+1
2023-10-17
vgacon: remove screen_info dependency
Arnd Bergmann
1
-0
/
+7
2023-09-18
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
1
-0
/
+10
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
1
-0
/
+21
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
1
-0
/
+4
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
1
-0
/
+7
2023-09-18
printk: nbcon: Add acquire/release logic
Thomas Gleixner
1
-0
/
+56
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
1
-0
/
+31
2023-07-20
printk: Add per-console suspended state
John Ogness
1
-0
/
+3
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
1
-2
/
+3
2023-01-11
console: Document struct console
Thomas Gleixner
1
-17
/
+37
2023-01-11
console: Use BIT() macros for @flags values
Thomas Gleixner
1
-10
/
+36
2022-12-02
printk, xen: fbfront: create/use safe function for forcing preferred
John Ogness
1
-0
/
+1
2022-12-02
console: introduce console_is_registered()
John Ogness
1
-0
/
+28
[next]