aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+10
2023-11-02Merge branch 'rework/nbcon-base' into for-linusGravatar Petr Mladek 4-50/+1134
2023-11-02Merge branch 'rework/misc-cleanups' into for-linusGravatar Petr Mladek 1-13/+13
2023-11-02Merge branch 'for-6.7' into for-linusGravatar Petr Mladek 1-2/+0
2023-10-24printk: printk: Remove unnecessary statements'len = 0;'Gravatar Li kunyu 1-2/+0
2023-10-17printk: Constify name for add_preferred_console()Gravatar Tony Lindgren 1-2/+2
2023-10-17printk: Check valid console index for preferred consoleGravatar Tony Lindgren 1-2/+10
2023-10-11printk: Reduce pr_flush() pooling timeGravatar Petr Mladek 1-13/+13
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusGravatar Petr Mladek 1-1/+7
2023-10-09printk: flush consoles before checking progressGravatar John Ogness 1-1/+7
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKGravatar John Ogness 1-26/+18
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateGravatar Thomas Gleixner 1-0/+75
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingGravatar Thomas Gleixner 3-8/+113
2023-09-18printk: nbcon: Add sequence handlingGravatar Thomas Gleixner 3-7/+132
2023-09-18printk: nbcon: Add ownership state functionsGravatar Thomas Gleixner 1-1/+122
2023-09-18printk: nbcon: Add buffer managementGravatar Thomas Gleixner 3-15/+92
2023-09-18printk: Make static printk buffers available to nbconGravatar John Ogness 2-4/+11
2023-09-18printk: nbcon: Add acquire/release logicGravatar Thomas Gleixner 1-0/+497
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureGravatar Thomas Gleixner 4-4/+89
2023-09-07Revert "printk: export symbols for debug modules"Gravatar Christoph Hellwig 1-2/+0
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-74/+154
2023-09-04Merge branch 'rework/misc-cleanups' into for-linusGravatar Petr Mladek 3-73/+151
2023-08-16printk: export symbols for debug modulesGravatar Enlin Mu 1-0/+2
2023-08-14printk: ringbuffer: Fix truncating buffer size min_t castGravatar Kees Cook 1-1/+1
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()Gravatar John Ogness 2-7/+10
2023-07-20printk: Add per-console suspended stateGravatar John Ogness 1-30/+44
2023-07-20printk: Consolidate console deferred printingGravatar John Ogness 2-14/+30
2023-07-20printk: Do not take console lock for console_flush_on_panic()Gravatar John Ogness 1-9/+19
2023-07-20printk: Keep non-panic-CPUs out of console lockGravatar John Ogness 1-19/+26
2023-07-20printk: Reduce console_unblank() usage in unsafe scenariosGravatar John Ogness 1-0/+28
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Gravatar Peter Zijlstra 1-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanGravatar Pavankumar Kondeti 1-0/+2
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentGravatar Peter Zijlstra 1-1/+1
2023-04-03printk: Remove obsoleted check for non-existent "user" objectGravatar Stanislav Kinsburskii 1-12/+1
2023-02-23Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-130/+225
2023-02-21Merge branch 'rework/buffers-cleanup' into for-linusGravatar Petr Mladek 2-129/+224
2023-02-03kernel/printk/index.c: fix memory leak with using debugfs_lookup()Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusGravatar Petr Mladek 1-0/+2
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Gravatar Petr Mladek 1-1/+1
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningGravatar Anuradha Weeraman 1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()Gravatar John Ogness 1-0/+1
2023-01-13printk: Remove trace_.*_rcuidle() usageGravatar Peter Zijlstra 1-1/+1
2023-01-11printk: adjust string limit macrosGravatar John Ogness 2-26/+25
2023-01-11printk: use printk_buffers for devkmsgGravatar John Ogness 1-27/+22
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesGravatar John Ogness 2-33/+61
2023-01-11printk: introduce printk_get_next_message() and printk_messageGravatar John Ogness 2-35/+96
2023-01-11printk: introduce struct printk_buffersGravatar John Ogness 2-31/+36