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