summaryrefslogtreecommitdiff
path: root/kernel/printk/internal.h
AgeCommit message (Expand)Author
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner
2024-08-21printk: Add helper for flush type logicJohn Ogness
2024-08-21printk: Coordinate direct printing in panicJohn Ogness
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner
2023-09-18printk: Make static printk buffers available to nbconJohn Ogness
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness
2023-01-11printk: adjust string limit macrosJohn Ogness
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness
2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness
2023-01-11printk: introduce struct printk_buffersJohn Ogness
2023-01-11printk: move size limit macros into internal.hJohn Ogness
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-26printk: remove safe buffersJohn Ogness
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes
2021-03-08printk: remove logbuf_lockJohn Ogness
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek