index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
console.h
Age
Commit message (
Expand
)
Author
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-11-07
printk: nbcon: Allow unsafe write_atomic() for panic
John Ogness
2025-10-24
kdb: Adapt kdb_msg_write to work with NBCON consoles
Marcos Paulo de Souza
2025-10-24
printk: nbcon: Export nbcon_write_context_set_buf
Marcos Paulo de Souza
2025-10-24
printk: nbcon: Introduce KDB helpers
Marcos Paulo de Souza
2025-10-24
printk: nbcon: Export console_is_usable
Marcos Paulo de Souza
2025-08-17
console: introduce console_lock guard()s
Jiri Slaby (SUSE)
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
2025-03-11
printk: Rename resume_console to console_resume_all
Marcos Paulo de Souza
2025-03-11
printk: Rename suspend_console to console_suspend_all
Marcos Paulo de Souza
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
2024-08-21
console: Improve console_srcu_read_flags() comments
John Ogness
2024-08-21
printk: nbcon: Add callbacks to synchronize with driver
John Ogness
2024-08-21
printk: nbcon: Add detailed doc for write_atomic()
John Ogness
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
2024-01-27
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
2024-01-27
tty: vt: document the rest of struct consw
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
2024-01-27
tty: vt: define a common enum for VESA blanking constants
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
2024-01-27
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
2024-01-27
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
2024-01-27
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
2024-01-27
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-17
printk: Constify name for add_preferred_console()
Tony Lindgren
2023-10-17
printk: Check valid console index for preferred console
Tony Lindgren
2023-10-17
vgacon: remove screen_info dependency
Arnd Bergmann
2023-09-18
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
printk: nbcon: Add acquire/release logic
Thomas Gleixner
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
[next]