summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2025-02-21printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2024-12-14seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra1-1/+1
2024-04-03printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-03serial: Lock console when calling into driver before registrationPeter Collingbourne1-3/+18
2024-03-26printk: Disable passing console lock owner completely during panic()Petr Mladek1-0/+29
2023-09-23printk: Consolidate console deferred printingJohn Ogness2-14/+30
2023-09-23printk: Keep non-panic-CPUs out of console lockJohn Ogness1-19/+26
2023-09-13printk: ringbuffer: Fix truncating buffer size min_t castKees Cook1-1/+1
2023-03-11kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2022-09-29printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner1-1/+1
2022-09-29printk: Remove bogus comment vs. boot consolesThomas Gleixner1-3/+0
2022-09-29printk: Remove write only variable nr_ext_console_driversThomas Gleixner1-9/+0
2022-09-29printk: Make pr_flush() staticThomas Gleixner1-2/+3
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness1-2/+11
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-28/+0
2022-06-23Revert "printk: add kthread console printers"Petr Mladek1-307/+22
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek1-205/+56
2022-06-23Revert "printk: remove @console_locked"Petr Mladek1-14/+15
2022-06-23Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek1-3/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek3-38/+0
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek3-0/+38
2022-06-15printk: Block console kthreads when direct printing will be requiredPetr Mladek1-1/+3
2022-05-27Revert "printk: wake up all waiters"John Ogness1-1/+1
2022-05-06printk, tracing: fix console tracepointMarco Elver1-2/+2
2022-04-26printk: remove @console_lockedJohn Ogness1-15/+14
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness1-56/+205
2022-04-22printk: add kthread console printersJohn Ogness1-22/+307
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+28
2022-04-22printk: add pr_flush()John Ogness1-0/+83
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness1-17/+43
2022-04-22printk: refactor and rework printing logicJohn Ogness1-213/+228
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness1-6/+7
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness1-3/+4
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness1-4/+6
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-04-22printk: wake up all waitersJohn Ogness1-1/+1
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness1-3/+36
2022-04-22printk: rename cpulock functionsJohn Ogness1-35/+36
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-14/+125
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek2-5/+49
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek1-1/+54
2022-03-02printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap1-2/+4
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong1-1/+1
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called...Andre Kalb1-4/+16
2022-02-15printk: use atomic updates for klogd workJohn Ogness1-2/+2
2022-02-14printk: Drop console_sem during panicStephen Brennan1-1/+24
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan1-0/+15
2022-02-14printk: disable optimistic spin during panicStephen Brennan1-0/+10
2022-02-14printk: Add panic_in_progress helperStephen Brennan1-0/+5
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün1-1/+1