index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
2024-09-04
1
-1
/
+15
*
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
1
-0
/
+1
*
printk: nbcon: Rely on kthreads for normal operation
John Ogness
2024-09-04
1
-0
/
+26
*
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
2024-09-04
1
-2
/
+2
*
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
1
-0
/
+27
*
printk: nbcon: Add context to usable() and emit()
John Ogness
2024-09-04
1
-3
/
+5
*
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
1
-0
/
+1
*
printk: Add helper for flush type logic
John Ogness
2024-08-21
1
-0
/
+73
*
printk: Coordinate direct printing in panic
John Ogness
2024-08-21
1
-0
/
+1
*
printk: nbcon: Flush new records on device_release()
John Ogness
2024-08-21
1
-0
/
+2
*
printk: Add is_printk_legacy_deferred()
John Ogness
2024-08-21
1
-0
/
+2
*
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
2024-08-21
1
-0
/
+6
*
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2024-08-21
1
-0
/
+2
*
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2024-08-21
1
-0
/
+2
*
printk: Add @flags argument for console_is_usable()
John Ogness
2024-08-21
1
-6
/
+2
*
printk: Let console_is_usable() handle nbcon
John Ogness
2024-08-21
1
-2
/
+9
*
printk: Make console_is_usable() available to nbcon.c
John Ogness
2024-08-21
1
-0
/
+32
*
printk: nbcon: Do not rely on proxy headers
John Ogness
2024-08-21
1
-2
/
+6
*
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
2024-08-21
1
-0
/
+3
*
printk: nbcon: Consolidate alloc() and init()
John Ogness
2024-08-21
1
-2
/
+0
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
1
-1
/
+1
*
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
2023-09-18
1
-0
/
+6
*
printk: nbcon: Add sequence handling
Thomas Gleixner
2023-09-18
1
-0
/
+7
*
printk: nbcon: Add buffer management
Thomas Gleixner
2023-09-18
1
-2
/
+10
*
printk: Make static printk buffers available to nbcon
John Ogness
2023-09-18
1
-0
/
+2
*
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
2023-09-18
1
-0
/
+8
*
printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()
John Ogness
2023-07-20
1
-0
/
+2
*
printk: adjust string limit macros
John Ogness
2023-01-11
1
-14
/
+13
*
printk: introduce console_prepend_dropped() for dropped messages
John Ogness
2023-01-11
1
-4
/
+0
*
printk: introduce printk_get_next_message() and printk_message
John Ogness
2023-01-11
1
-0
/
+16
*
printk: introduce struct printk_buffers
John Ogness
2023-01-11
1
-0
/
+10
*
printk: move size limit macros into internal.h
John Ogness
2023-01-11
1
-0
/
+24
*
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
2022-06-23
1
-2
/
+0
*
printk: Wait for the global console lock when the system is going down
Petr Mladek
2022-06-15
1
-0
/
+2
*
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
2022-01-22
1
-0
/
+2
*
printk: move printk sysctl to printk/sysctl.c
Xiaoming Ni
2022-01-22
1
-0
/
+6
*
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
2021-08-30
1
-25
/
+0
|
\
|
*
printk: remove NMI tracking
John Ogness
2021-07-26
1
-8
/
+0
|
*
printk: remove safe buffers
John Ogness
2021-07-26
1
-17
/
+0
*
|
printk: Rework parse_prefix into printk_parse_prefix
Chris Down
2021-07-19
1
-0
/
+2
*
|
printk: Straighten out log_flags into printk_info_flags
Chris Down
2021-07-19
1
-0
/
+6
|
/
*
printk: rename vprintk_func to vprintk
Rasmus Villemoes
2021-03-30
1
-3
/
+0
*
printk: remove logbuf_lock
John Ogness
2021-03-08
1
-3
/
+1
*
printk: move dictionary keys to dev_printk_info
John Ogness
2020-09-22
1
-2
/
+2
*
printk: Prepare for nested printk_nmi_enter()
Petr Mladek
2020-05-19
1
-3
/
+5
*
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2020-04-10
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
1
-13
/
+1
*
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
2018-07-09
1
-1
/
+8
*
printk: Use the main logbuf in NMI when logbuf_lock is available
Petr Mladek
2017-05-19
1
-2
/
+4
*
printk: report lost messages in printk safe/nmi contexts
Sergey Senozhatsky
2017-02-08
1
-17
/
+0
[next]