summaryrefslogtreecommitdiffstats
path: root/kernel/printk/internal.h
AgeCommit message (Expand)AuthorLines
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-02-10printk: Add execution context (task name/CPU) to printk_infoBreno Leitao-0/+8
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados-1/+1
2025-12-01Merge branch 'rework/suspend-fixes' into for-linusPetr Mladek-3/+5
2025-11-19printk: Avoid scheduling irq_work on suspendJohn Ogness-3/+5
2025-10-24printk: nbcon: Export console_is_usableMarcos Paulo de Souza-45/+0
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang-1/+0
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2025-07-09printk: Make vprintk_deferred() publicNam Cao-1/+0
2025-06-09printk: Allow to use the printk kthread immediately even for 1st nbconPetr Mladek-0/+2
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe-0/+1
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness-0/+6
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza-0/+3
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness-1/+15
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness-0/+1
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness-0/+26
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness-2/+2
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner-0/+27
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness-3/+5
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner-0/+1
2024-08-21printk: Add helper for flush type logicJohn Ogness-0/+73
2024-08-21printk: Coordinate direct printing in panicJohn Ogness-0/+1
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness-0/+2
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness-0/+2
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness-0/+6
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner-0/+2
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness-0/+2
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness-6/+2
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness-0/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness-2/+6
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior-0/+3
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness-2/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner-0/+6
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner-0/+7
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner-2/+10
2023-09-18printk: Make static printk buffers available to nbconJohn Ogness-0/+2
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner-0/+8
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness-0/+2
2023-01-11printk: adjust string limit macrosJohn Ogness-14/+13
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness-4/+0
2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness-0/+16
2023-01-11printk: introduce struct printk_buffersJohn Ogness-0/+10
2023-01-11printk: move size limit macros into internal.hJohn Ogness-0/+24
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek-2/+0
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek-0/+2
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni-0/+2
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni-0/+6
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-25/+0