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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+8
2025-12-01
Merge branch 'rework/write_atomic-unsafe' into for-linus
Petr Mladek
1
-15
/
+32
2025-12-01
Merge branch 'rework/threaded-printk' into for-linus
Petr Mladek
1
-10
/
+7
2025-12-01
Merge branch 'rework/suspend-fixes' into for-linus
Petr Mladek
3
-21
/
+79
2025-12-01
Merge branch 'rework/preempt-legacy-kthread' into for-linus
Petr Mladek
1
-66
/
+118
2025-12-01
Merge branch 'rework/nbcon-in-kdb' into for-linus
Petr Mladek
3
-56
/
+72
2025-12-01
Merge branch 'rework/atomic-flush-hardlockup' into for-linus
Petr Mladek
1
-5
/
+44
2025-11-27
printk: Use console_is_usable on console_unblank
Marcos Paulo de Souza
1
-8
/
+4
2025-11-24
printk: Avoid irq_work for printk_deferred() on suspend
John Ogness
1
-1
/
+1
2025-11-19
printk: Avoid scheduling irq_work on suspend
John Ogness
3
-18
/
+55
2025-11-19
printk: Allow printk_trigger_flush() to flush all types
John Ogness
2
-2
/
+23
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
1
-3
/
+8
2025-11-10
printk_ringbuffer: Create a helper function to decide whether more space is n...
Petr Mladek
1
-4
/
+28
2025-11-10
printk_ringbuffer: Fix check of valid data size when blk_lpos overflows
Petr Mladek
1
-3
/
+6
2025-11-07
printk: nbcon: Allow unsafe write_atomic() for panic
John Ogness
1
-15
/
+32
2025-10-30
printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...
Petr Mladek
1
-4
/
+5
2025-10-30
printk/nbcon/panic: Allow printk kthread to sleep when the system is in panic
Petr Mladek
1
-2
/
+4
2025-10-30
printk/nbcon: Block printk kthreads when any CPU is in an emergency context
Petr Mladek
1
-1
/
+37
2025-10-29
printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
Oleg Nesterov
1
-10
/
+7
2025-10-24
printk: nbcon: Export nbcon_write_context_set_buf
Marcos Paulo de Souza
1
-2
/
+2
2025-10-24
printk: nbcon: Allow KDB to acquire the NBCON context
Marcos Paulo de Souza
1
-1
/
+5
2025-10-24
printk: nbcon: Introduce KDB helpers
Marcos Paulo de Souza
1
-0
/
+61
2025-10-24
printk: nbcon: Export console_is_usable
Marcos Paulo de Souza
1
-45
/
+0
2025-10-23
printk: Use console_flush_one_record for legacy printer kthread
Andrew Murray
1
-6
/
+15
2025-10-23
printk: console_flush_one_record() code cleanup
Petr Mladek
1
-28
/
+31
2025-10-23
printk: Introduce console_flush_one_record
Andrew Murray
1
-59
/
+99
2025-10-22
printk_ringbuffer: don't needlessly wrap data blocks around
Daniil Tatianin
1
-8
/
+20
2025-10-04
Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+366
2025-10-02
Merge branch 'rework/ringbuffer-kunit-test' into for-linus
Petr Mladek
4
-0
/
+337
2025-09-26
printk: ringbuffer: Fix data block max size check
John Ogness
1
-14
/
+29
2025-09-13
panic: use angle-bracket include for panic.h
Jinchao Wang
2
-2
/
+2
2025-09-13
panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Jinchao Wang
3
-20
/
+8
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
3
-15
/
+4
2025-09-13
printk/nbcon: use panic_on_this_cpu() helper
Jinchao Wang
1
-2
/
+2
2025-09-13
panic: introduce helper functions for panic state
Jinchao Wang
1
-5
/
+0
2025-09-10
printk: kunit: support offstack cpumask
Arnd Bergmann
1
-6
/
+18
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-33
/
+78
2025-08-04
Merge branch 'rework/fixes' into for-linus
Petr Mladek
1
-22
/
+41
2025-07-10
printk: kunit: Fix __counted_by() in struct prbtest_rbdata
Petr Mladek
1
-20
/
+27
2025-07-10
printk: ringbuffer: Explain why the KUnit test ignores failed writes
Petr Mladek
1
-0
/
+13
2025-07-09
printk: Make vprintk_deferred() public
Nam Cao
1
-1
/
+0
2025-06-18
printk: ringbuffer: Add KUnit test
Thomas Weißschuh
4
-0
/
+305
2025-06-17
printk: nbcon: Allow reacquire during panic
John Ogness
1
-22
/
+41
2025-06-09
printk: Allow to use the printk kthread immediately even for 1st nbcon
Petr Mladek
3
-11
/
+37
2025-03-27
Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-16
/
+53
2025-03-27
Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linus
Petr Mladek
1
-10
/
+20
2025-03-20
printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.
Donghyeok Choe
3
-6
/
+28
2025-03-17
printk: Add an option to allow ttynull to be a default console device
Adam Simonelli
1
-0
/
+5
2025-03-11
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
1
-2
/
+12
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
1
-2
/
+2
[next]