index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
console.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
1
-0
/
+2
*
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
1
-0
/
+40
*
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2024-09-04
1
-0
/
+6
*
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
1
-0
/
+4
*
nbcon: Add API to acquire context for non-printing operations
John Ogness
2024-08-21
1
-0
/
+2
*
console: Improve console_srcu_read_flags() comments
John Ogness
2024-08-21
1
-11
/
+17
*
printk: nbcon: Add callbacks to synchronize with driver
John Ogness
2024-08-21
1
-0
/
+43
*
printk: nbcon: Add detailed doc for write_atomic()
John Ogness
2024-08-21
1
-4
/
+29
*
printk: nbcon: Remove return value for write_atomic()
John Ogness
2024-08-21
1
-1
/
+1
*
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
2024-01-27
1
-1
/
+1
*
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
2024-01-27
1
-3
/
+3
*
tty: vt: document the rest of struct consw
Jiri Slaby (SUSE)
2024-01-27
1
-9
/
+25
*
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
2024-01-27
1
-4
/
+0
*
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
2024-01-27
1
-2
/
+0
*
tty: vt: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+0
*
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+4
*
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+1
*
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
2024-01-27
1
-2
/
+3
*
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
2024-01-27
1
-2
/
+5
*
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+2
*
tty: vt: define a common enum for VESA blanking constants
Jiri Slaby (SUSE)
2024-01-27
1
-6
/
+1
*
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+3
*
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
2024-01-27
1
-6
/
+2
*
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
2024-01-27
1
-2
/
+4
*
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+4
*
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
2024-01-27
1
-2
/
+3
*
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+3
*
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
2024-01-27
1
-12
/
+6
*
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2024-01-27
1
-1
/
+1
*
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-11-03
1
-1
/
+8
|
\
|
*
printk: Constify name for add_preferred_console()
Tony Lindgren
2023-10-17
1
-1
/
+1
|
*
printk: Check valid console index for preferred console
Tony Lindgren
2023-10-17
1
-1
/
+1
|
*
vgacon: remove screen_info dependency
Arnd Bergmann
2023-10-17
1
-0
/
+7
*
|
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
2023-09-18
1
-0
/
+10
*
|
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
1
-0
/
+21
*
|
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
1
-0
/
+4
*
|
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
1
-0
/
+7
*
|
printk: nbcon: Add acquire/release logic
Thomas Gleixner
2023-09-18
1
-0
/
+56
*
|
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
2023-09-18
1
-0
/
+31
|
/
*
printk: Add per-console suspended state
John Ogness
2023-07-20
1
-0
/
+3
*
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-02-24
1
-2
/
+3
|
\
|
*
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
2023-01-19
1
-2
/
+3
*
|
console: Document struct console
Thomas Gleixner
2023-01-11
1
-17
/
+37
*
|
console: Use BIT() macros for @flags values
Thomas Gleixner
2023-01-11
1
-10
/
+36
|
/
*
printk, xen: fbfront: create/use safe function for forcing preferred
John Ogness
2022-12-02
1
-0
/
+1
*
console: introduce console_is_registered()
John Ogness
2022-12-02
1
-0
/
+28
*
console: introduce wrappers to read/write console flags
John Ogness
2022-12-02
1
-0
/
+45
*
printk: introduce console_list_lock
John Ogness
2022-12-02
1
-3
/
+20
*
printk: Prepare for SRCU console list protection
John Ogness
2022-12-02
1
-1
/
+27
*
printk: Convert console_drivers list to hlist
Thomas Gleixner
2022-12-02
1
-3
/
+5
[next]