aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-14/+125
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusGravatar Petr Mladek 2-5/+49
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusGravatar Petr Mladek 1-1/+54
2022-03-02printk: fix return value of printk.devkmsg __setup handlerGravatar Randy Dunlap 1-2/+4
2022-02-21printk: make suppress_panic_printk staticGravatar Jiapeng Chong 1-1/+1
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called...Gravatar Andre Kalb 1-4/+16
2022-02-15printk: use atomic updates for klogd workGravatar John Ogness 1-2/+2
2022-02-14printk: Drop console_sem during panicGravatar Stephen Brennan 1-1/+24
2022-02-14printk: Avoid livelock with heavy printk during panicGravatar Stephen Brennan 1-0/+15
2022-02-14printk: disable optimistic spin during panicGravatar Stephen Brennan 1-0/+10
2022-02-14printk: Add panic_in_progress helperGravatar Stephen Brennan 1-0/+5
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Gravatar Mickaël Salaün 1-1/+1
2022-01-26printk: ringbuffer: Improve prb_next_seq() performanceGravatar Petr Mladek 2-5/+49
2022-01-22printk: fix build warning when CONFIG_PRINTK=nGravatar Xiaoming Ni 2-1/+4
2022-01-22printk: move printk sysctl to printk/sysctl.cGravatar Xiaoming Ni 4-1/+96
2021-12-06printk/console: Clean up boot console handling in register_console()Gravatar Petr Mladek 1-23/+24
2021-12-06printk/console: Remove need_default_console variableGravatar Petr Mladek 1-12/+17
2021-12-06printk/console: Remove unnecessary need_default_console manipulationGravatar Petr Mladek 1-3/+1
2021-12-06printk/console: Rename has_preferred_console to need_default_consoleGravatar Petr Mladek 1-6/+6
2021-12-06printk/console: Split out code that enables default consoleGravatar Petr Mladek 1-15/+23
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-0/+5
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesGravatar Nicholas Piggin 1-0/+5
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-2/+2
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+5
2021-10-04printk: use gnu_printf format attribute for printk_sprint()Gravatar John Ogness 1-0/+1
2021-10-04printk: avoid -Wsometimes-uninitialized warningGravatar Arnd Bergmann 1-3/+2
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-2/+2
2021-09-07printk: use kvmalloc instead of kmalloc for devkmsg_userGravatar Yong-Taek Lee 1-2/+2
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 3-494/+163
2021-08-30Merge branch 'rework/fixup-for-5.15' into for-linusGravatar Petr Mladek 1-2/+5
2021-08-30Merge branch 'for-5.15-verbose-console' into for-linusGravatar Petr Mladek 1-0/+12
2021-08-27printk/index: Fix -Wunused-function warningGravatar YueHaibing 1-1/+1
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterGravatar Dmitry Safonov 1-0/+12
2021-07-26printk: syslog: close window between wait and readGravatar John Ogness 1-19/+36
2021-07-26printk: convert @syslog_lock to mutexGravatar John Ogness 1-29/+20
2021-07-26printk: remove NMI trackingGravatar John Ogness 2-44/+1
2021-07-26printk: remove safe buffersGravatar John Ogness 3-424/+48
2021-07-26printk: track/limit recursionGravatar John Ogness 1-3/+83
2021-07-26printk: Move the printk() kerneldoc comment to its new homeGravatar Jonathan Corbet 1-24/+0
2021-07-26printk/index: Fix warning about missing prototypesGravatar Petr Mladek 1-2/+2
2021-07-19printk: Userspace format indexing supportGravatar Chris Down 3-5/+204
2021-07-19printk: Rework parse_prefix into printk_parse_prefixGravatar Chris Down 2-4/+6
2021-07-19printk: Straighten out log_flags into printk_info_flagsGravatar Chris Down 2-23/+26
2021-07-08printk/console: Check consistent sequence number when handling race in consol...Gravatar Petr Mladek 1-2/+5
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+116
2021-06-22printk: fix cpu lock orderingGravatar John Ogness 1-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cGravatar John Ogness 1-0/+69
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionGravatar Punit Agrawal 1-1/+1