aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+8
2025-12-01Merge branch 'rework/write_atomic-unsafe' into for-linusPetr Mladek1-15/+32
2025-12-01Merge branch 'rework/threaded-printk' into for-linusPetr Mladek1-10/+7
2025-12-01Merge branch 'rework/suspend-fixes' into for-linusPetr Mladek3-21/+79
2025-12-01Merge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek1-66/+118
2025-12-01Merge branch 'rework/nbcon-in-kdb' into for-linusPetr Mladek3-56/+72
2025-12-01Merge branch 'rework/atomic-flush-hardlockup' into for-linusPetr Mladek1-5/+44
2025-11-27printk: Use console_is_usable on console_unblankMarcos Paulo de Souza1-8/+4
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness1-1/+1
2025-11-19printk: Avoid scheduling irq_work on suspendJohn Ogness3-18/+55
2025-11-19printk: Allow printk_trigger_flush() to flush all typesJohn Ogness2-2/+23
2025-11-14syscore: Pass context data to callbacksThierry Reding1-3/+8
2025-11-10printk_ringbuffer: Create a helper function to decide whether more space is n...Petr Mladek1-4/+28
2025-11-10printk_ringbuffer: Fix check of valid data size when blk_lpos overflowsPetr Mladek1-3/+6
2025-11-07printk: nbcon: Allow unsafe write_atomic() for panicJohn Ogness1-15/+32
2025-10-30printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...Petr Mladek1-4/+5
2025-10-30printk/nbcon/panic: Allow printk kthread to sleep when the system is in panicPetr Mladek1-2/+4
2025-10-30printk/nbcon: Block printk kthreads when any CPU is in an emergency contextPetr Mladek1-1/+37
2025-10-29printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPOleg Nesterov1-10/+7
2025-10-24printk: nbcon: Export nbcon_write_context_set_bufMarcos Paulo de Souza1-2/+2
2025-10-24printk: nbcon: Allow KDB to acquire the NBCON contextMarcos Paulo de Souza1-1/+5
2025-10-24printk: nbcon: Introduce KDB helpersMarcos Paulo de Souza1-0/+61
2025-10-24printk: nbcon: Export console_is_usableMarcos Paulo de Souza1-45/+0
2025-10-23printk: Use console_flush_one_record for legacy printer kthreadAndrew Murray1-6/+15
2025-10-23printk: console_flush_one_record() code cleanupPetr Mladek1-28/+31
2025-10-23printk: Introduce console_flush_one_recordAndrew Murray1-59/+99
2025-10-22printk_ringbuffer: don't needlessly wrap data blocks aroundDaniil Tatianin1-8/+20
2025-10-04Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+366
2025-10-02Merge branch 'rework/ringbuffer-kunit-test' into for-linusPetr Mladek4-0/+337
2025-09-26printk: ringbuffer: Fix data block max size checkJohn Ogness1-14/+29
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang2-2/+2
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang3-15/+4
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2
2025-09-13panic: introduce helper functions for panic stateJinchao Wang1-5/+0
2025-09-10printk: kunit: support offstack cpumaskArnd Bergmann1-6/+18
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-33/+78
2025-08-04Merge branch 'rework/fixes' into for-linusPetr Mladek1-22/+41
2025-07-10printk: kunit: Fix __counted_by() in struct prbtest_rbdataPetr Mladek1-20/+27
2025-07-10printk: ringbuffer: Explain why the KUnit test ignores failed writesPetr Mladek1-0/+13
2025-07-09printk: Make vprintk_deferred() publicNam Cao1-1/+0
2025-06-18printk: ringbuffer: Add KUnit testThomas Weißschuh4-0/+305
2025-06-17printk: nbcon: Allow reacquire during panicJohn Ogness1-22/+41
2025-06-09printk: Allow to use the printk kthread immediately even for 1st nbconPetr Mladek3-11/+37
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-16/+53
2025-03-27Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linusPetr Mladek1-10/+20
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe3-6/+28
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli1-0/+5
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza1-2/+12
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-2/+2