summaryrefslogtreecommitdiffstats
path: root/include/linux/printk.h
Commit message (Expand)AuthorAgeFilesLines
* printk: add dummy printk_force_console_enter/exit helpersArnd Bergmann11 days1-0/+8
* printk: Introduce FORCE_CON flagMarcos Paulo de Souza13 days1-0/+3
* printk: Coordinate direct printing in panicJohn Ogness2024-08-211-0/+5
* printk: nbcon: Add unsafe flushing on panicJohn Ogness2024-08-211-0/+5
* nbcon: Add API to acquire context for non-printing operationsJohn Ogness2024-08-211-0/+14
* printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior2024-08-211-4/+5
* Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-2/+2
|\
| * printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-2/+2
* | printk: Add match_devname_and_update_preferred_console()Tony Lindgren2024-07-041-0/+4
* | Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman2024-06-251-3/+0
|/
* Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-221-0/+7
|\
| * printk: Add function to replay kernel log on consolesSreenath Vijayan2024-04-111-0/+4
| * printk: Save console options for add_preferred_console_match()Tony Lindgren2024-04-091-0/+3
* | printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt2024-05-071-1/+1
* | printk: Let no_printk() use _printk()Geert Uytterhoeven2024-03-191-1/+1
|/
* dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-0/+2
* printk: move size limit macros into internal.hJohn Ogness2023-01-111-2/+0
* Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-10-041-7/+0
|\
| * printk: Make pr_flush() staticThomas Gleixner2022-09-291-7/+0
* | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-231-16/+0
|\|
| * Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-11/+0
| * Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-5/+0
* | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-171-0/+5
|\|
| * printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+5
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+0
|\ \ | |/ |/|
| * printk: stop including cache.h from printk.hPeter Collingbourne2022-05-131-1/+0
* | printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+11
* | printk: add pr_flush()John Ogness2022-04-221-0/+7
* | printk: cpu sync always disable interruptsJohn Ogness2022-04-221-9/+9
* | printk: rename cpulock functionsJohn Ogness2022-04-221-21/+33
|/
* printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-221-4/+0
* Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-11-181-0/+4
|\
| * printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-101-0/+4
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-22/+19
|\ \ \ | | |/ | |/|
| * | printk: remove NMI trackingJohn Ogness2021-07-261-12/+19
| * | printk: remove safe buffersJohn Ogness2021-07-261-10/+0
* | | Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek2021-08-301-10/+1
|\ \ \
| * | | printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov2021-07-291-5/+1
| * | | printk: Remove console_silent()Dmitry Safonov2021-07-291-5/+0
* | | | printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet2021-07-261-0/+24
* | | | printk: Userspace format indexing supportChris Down2021-07-191-4/+91
| |_|/ |/| |
* | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-20/+3
|\ \ \ | |_|/ |/| |
| * | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-281-20/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-0/+5
|\ \ \ | |_|/ |/| |
| * | printk: introduce dump_stack_lvl()Alexander Potapenko2021-06-291-0/+5
| |/
* / lib/dump_stack: move cpu lock to printk.cJohn Ogness2021-06-221-0/+41
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-2/+4
|\