summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
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
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza-2/+12
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza-2/+2
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza-3/+3
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza-1/+1
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza-2/+2
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney-3/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-20Merge branch 'for-6.14-cpu_sync-fixup' into for-linusPetr Mladek-10/+17
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness-1/+17
2024-12-16printk: Remove redundant deferred check in vprintk()John Ogness-9/+0
2024-12-12printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu-1/+1
2024-11-20Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+59
2024-11-18Merge branch 'for-6.13-force-console' into for-linusPetr Mladek-5/+37
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza-5/+37
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver-4/+5
2024-10-16printk: Improve memory usage logging during bootIsaac J. Manjarres-4/+22
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+8
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-173/+1712
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao-0/+1
2024-09-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness-20/+63
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness-0/+12
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness-18/+159
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness-0/+38
2024-09-04printk: Provide helper for message prependingJohn Ogness-11/+25
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness-7/+84
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness-45/+59
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness-39/+39
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner-0/+380
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness-1/+9