summaryrefslogtreecommitdiffstats
path: root/kernel/printk/internal.h
Commit message (Expand)AuthorAgeFilesLines
* printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-181-0/+6
* printk: nbcon: Add sequence handlingThomas Gleixner2023-09-181-0/+7
* printk: nbcon: Add buffer managementThomas Gleixner2023-09-181-2/+10
* printk: Make static printk buffers available to nbconJohn Ogness2023-09-181-0/+2
* printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-181-0/+8
* printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2023-07-201-0/+2
* printk: adjust string limit macrosJohn Ogness2023-01-111-14/+13
* printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2023-01-111-4/+0
* printk: introduce printk_get_next_message() and printk_messageJohn Ogness2023-01-111-0/+16
* printk: introduce struct printk_buffersJohn Ogness2023-01-111-0/+10
* printk: move size limit macros into internal.hJohn Ogness2023-01-111-0/+24
* Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-2/+0
* printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+2
* printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-221-0/+2
* printk: move printk sysctl to printk/sysctl.cXiaoming Ni2022-01-221-0/+6
* Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-25/+0
|\
| * printk: remove NMI trackingJohn Ogness2021-07-261-8/+0
| * printk: remove safe buffersJohn Ogness2021-07-261-17/+0
* | printk: Rework parse_prefix into printk_parse_prefixChris Down2021-07-191-0/+2
* | printk: Straighten out log_flags into printk_info_flagsChris Down2021-07-191-0/+6
|/
* printk: rename vprintk_func to vprintkRasmus Villemoes2021-03-301-3/+0
* printk: remove logbuf_lockJohn Ogness2021-03-081-3/+1
* printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-2/+2
* printk: Prepare for nested printk_nmi_enter()Petr Mladek2020-05-191-3/+5
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-1/+8
* printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek2017-05-191-2/+4
* printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky2017-02-081-17/+0
* printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-081-23/+53
* Revert "printk: create pr_<level> functions"Linus Torvalds2016-08-091-10/+6
* printk: create pr_<level> functionsJoe Perches2016-08-021-6/+10
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-201-0/+2
* printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-05-201-0/+11
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+44