aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)Author
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-06-15printk: Block console kthreads when direct printing will be requiredPetr Mladek
2022-05-27Revert "printk: wake up all waiters"John Ogness
2022-05-06printk, tracing: fix console tracepointMarco Elver
2022-04-26printk: remove @console_lockedJohn Ogness
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness
2022-04-22printk: add kthread console printersJohn Ogness
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-22printk: add pr_flush()John Ogness
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness
2022-04-22printk: refactor and rework printing logicJohn Ogness
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness
2022-04-22printk: wake up all waitersJohn Ogness
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness
2022-04-22printk: rename cpulock functionsJohn Ogness
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek
2022-03-02printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called...Andre Kalb
2022-02-15printk: use atomic updates for klogd workJohn Ogness
2022-02-14printk: Drop console_sem during panicStephen Brennan
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan
2022-02-14printk: disable optimistic spin during panicStephen Brennan
2022-02-14printk: Add panic_in_progress helperStephen Brennan
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün
2022-01-26printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni
2021-12-06printk/console: Clean up boot console handling in register_console()Petr Mladek
2021-12-06printk/console: Remove need_default_console variablePetr Mladek
2021-12-06printk/console: Remove unnecessary need_default_console manipulationPetr Mladek
2021-12-06printk/console: Rename has_preferred_console to need_default_consolePetr Mladek
2021-12-06printk/console: Split out code that enables default consolePetr Mladek
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-04printk: use gnu_printf format attribute for printk_sprint()John Ogness
2021-10-04printk: avoid -Wsometimes-uninitialized warningArnd Bergmann
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-07printk: use kvmalloc instead of kmalloc for devkmsg_userYong-Taek Lee
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-30Merge branch 'rework/fixup-for-5.15' into for-linusPetr Mladek