summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+7
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt1-1/+1
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan1-0/+4
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren1-0/+3
2024-03-19printk: Let no_printk() use _printk()Geert Uytterhoeven1-1/+1
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness1-0/+2
2023-01-11printk: move size limit macros into internal.hJohn Ogness1-2/+0
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek1-7/+0
2022-09-29printk: Make pr_flush() staticThomas Gleixner1-7/+0
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-16/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-11/+0
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek1-5/+0
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek1-0/+5
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek1-0/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-1/+0
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+11
2022-04-22printk: add pr_flush()John Ogness1-0/+7
2022-04-22printk: cpu sync always disable interruptsJohn Ogness1-9/+9
2022-04-22printk: rename cpulock functionsJohn Ogness1-21/+33
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni1-4/+0
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-0/+4
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin1-0/+4
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-22/+19
2021-08-30Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek1-10/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov1-5/+1
2021-07-29printk: Remove console_silent()Dmitry Safonov1-5/+0
2021-07-26printk: remove NMI trackingJohn Ogness1-12/+19
2021-07-26printk: remove safe buffersJohn Ogness1-10/+0
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet1-0/+24
2021-07-19printk: Userspace format indexing supportChris Down1-4/+91
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-20/+3
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko1-0/+5
2021-06-29once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-20/+3
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-0/+41
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek1-2/+4
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-2/+4
2020-09-15kernel.h: Move oops_in_progress to printk.hAndy Shevchenko1-0/+2
2020-07-27printk: Make linux/printk.h self-containedHerbert Xu1-0/+1
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-3/+6
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-12/+100
2020-05-25printk: Remove pr_cont_once()Tetsuo Handa1-2/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-21docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo1-12/+100
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-5/+0