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