index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
Merge branch 'rework/suspend-fixes' into for-linus
Petr Mladek
1
-3
/
+5
2025-11-19
printk: Avoid scheduling irq_work on suspend
John Ogness
1
-3
/
+5
2025-10-24
printk: nbcon: Export console_is_usable
Marcos Paulo de Souza
1
-45
/
+0
2025-09-13
panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Jinchao Wang
1
-1
/
+0
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2025-07-09
printk: Make vprintk_deferred() public
Nam Cao
1
-1
/
+0
2025-06-09
printk: Allow to use the printk kthread immediately even for 1st nbcon
Petr Mladek
1
-0
/
+2
2025-03-20
printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.
Donghyeok Choe
1
-0
/
+1
2024-12-16
printk: Defer legacy printing when holding printk_cpu_sync
John Ogness
1
-0
/
+6
2024-11-11
printk: Introduce FORCE_CON flag
Marcos Paulo de Souza
1
-0
/
+3
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
1
-1
/
+15
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
1
-0
/
+1
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
1
-0
/
+26
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
1
-2
/
+2
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
1
-0
/
+27
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
1
-3
/
+5
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
1
-0
/
+1
2024-08-21
printk: Add helper for flush type logic
John Ogness
1
-0
/
+73
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
1
-0
/
+1
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
1
-0
/
+2
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
1
-0
/
+2
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
1
-0
/
+6
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
1
-0
/
+2
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
1
-0
/
+2
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
1
-6
/
+2
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
1
-0
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
1
-2
/
+6
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
1
-0
/
+3
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
1
-2
/
+0
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
1
-0
/
+6
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
1
-0
/
+7
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
1
-2
/
+10
2023-09-18
printk: Make static printk buffers available to nbcon
John Ogness
1
-0
/
+2
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
1
-0
/
+8
2023-07-20
printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()
John Ogness
1
-0
/
+2
2023-01-11
printk: adjust string limit macros
John Ogness
1
-14
/
+13
2023-01-11
printk: introduce console_prepend_dropped() for dropped messages
John Ogness
1
-4
/
+0
2023-01-11
printk: introduce printk_get_next_message() and printk_message
John Ogness
1
-0
/
+16
2023-01-11
printk: introduce struct printk_buffers
John Ogness
1
-0
/
+10
2023-01-11
printk: move size limit macros into internal.h
John Ogness
1
-0
/
+24
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-2
/
+0
2022-06-15
printk: Wait for the global console lock when the system is going down
Petr Mladek
1
-0
/
+2
2022-01-22
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
1
-0
/
+2
2022-01-22
printk: move printk sysctl to printk/sysctl.c
Xiaoming Ni
1
-0
/
+6
2021-08-30
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-25
/
+0
2021-07-26
printk: remove NMI tracking
John Ogness
1
-8
/
+0
2021-07-26
printk: remove safe buffers
John Ogness
1
-17
/
+0
2021-07-19
printk: Rework parse_prefix into printk_parse_prefix
Chris Down
1
-0
/
+2
[next]