summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
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
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness-21/+27
2024-09-04printk: Flush console on unregister_console()John Ogness-2/+7
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness-0/+4
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness-7/+67
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness-2/+1
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan-1/+2
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter-1/+1
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner-1/+75
2024-08-21printk: Add helper for flush type logicJohn Ogness-41/+112
2024-08-21printk: Coordinate direct printing in panicJohn Ogness-7/+49
2024-08-21printk: Track nbcon consolesJohn Ogness-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness-5/+34
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness-7/+25
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness-1/+23
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness-1/+12
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness-5/+105
2024-08-21printk: Track registered boot consolesJohn Ogness-0/+24
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner-1/+152
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness-0/+21
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness-8/+5
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness-30/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness-3/+20
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness-1/+57
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness-1/+32
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness-8/+7
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness-10/+46
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior-0/+15
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek-15/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness-29/+12
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness-0/+2