summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)Author
2024-08-21printk: Coordinate direct printing in panicJohn Ogness
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-04printk: Add match_devname_and_update_preferred_console()Tony Lindgren
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren
2024-03-19printk: Let no_printk() use _printk()Geert Uytterhoeven
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness
2023-01-11printk: move size limit macros into internal.hJohn Ogness
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-09-29printk: Make pr_flush() staticThomas Gleixner
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-22printk: add pr_flush()John Ogness
2022-04-22printk: cpu sync always disable interruptsJohn Ogness
2022-04-22printk: rename cpulock functionsJohn Ogness
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-30Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov
2021-07-29printk: Remove console_silent()Dmitry Safonov
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-26printk: remove safe buffersJohn Ogness
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet
2021-07-19printk: Userspace format indexing supportChris Down
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-09-15kernel.h: Move oops_in_progress to printk.hAndy Shevchenko