summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng2024-02-011-11/+0
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+10
|\
| * printk: Constify name for add_preferred_console()Tony Lindgren2023-10-171-2/+2
| * printk: Check valid console index for preferred consoleTony Lindgren2023-10-171-2/+10
* | Merge branch 'rework/nbcon-base' into for-linusPetr Mladek2023-11-024-50/+1134
|\ \
| * | printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness2023-09-211-26/+18
| * | printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-181-0/+75
| * | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-183-8/+113
| * | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-183-7/+132
| * | printk: nbcon: Add ownership state functionsThomas Gleixner2023-09-181-1/+122
| * | printk: nbcon: Add buffer managementThomas Gleixner2023-09-183-15/+92
| * | printk: Make static printk buffers available to nbconJohn Ogness2023-09-182-4/+11
| * | printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-181-0/+497
| * | printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-184-4/+89
* | | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-11-021-13/+13
|\ \ \
| * | | printk: Reduce pr_flush() pooling timePetr Mladek2023-10-111-13/+13
* | | | Merge branch 'for-6.7' into for-linusPetr Mladek2023-11-021-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | printk: printk: Remove unnecessary statements'len = 0;'Li kunyu2023-10-241-2/+0
* | | | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-10-111-1/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | printk: flush consoles before checking progressJohn Ogness2023-10-091-1/+7
* | | Revert "printk: export symbols for debug modules"Christoph Hellwig2023-09-071-2/+0
| |/ |/|
* | Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-044-74/+154
|\ \
| * | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-09-043-73/+151
| |\|
| | * printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2023-07-202-7/+10
| | * printk: Add per-console suspended stateJohn Ogness2023-07-201-30/+44
| | * printk: Consolidate console deferred printingJohn Ogness2023-07-202-14/+30
| | * printk: Do not take console lock for console_flush_on_panic()John Ogness2023-07-201-9/+19
| | * printk: Keep non-panic-CPUs out of console lockJohn Ogness2023-07-201-19/+26
| | * printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness2023-07-201-0/+28
| * | printk: export symbols for debug modulesEnlin Mu2023-08-161-0/+2
| * | printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-08-141-1/+1
| |/
* | seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra2023-06-051-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+2
|\ \
| * | printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-0/+2
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \ \ | |_|/ |/| |
| * | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
| |/
* / printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii2023-04-031-12/+1
|/
* Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-02-233-130/+225
|\
| * Merge branch 'rework/buffers-cleanup' into for-linusPetr Mladek2023-02-212-129/+224
| |\
| | * printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek2023-01-181-1/+1
| | * printk: adjust string limit macrosJohn Ogness2023-01-112-26/+25
| | * printk: use printk_buffers for devkmsgJohn Ogness2023-01-111-27/+22
| | * printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2023-01-112-33/+61
| | * printk: introduce printk_get_next_message() and printk_messageJohn Ogness2023-01-112-35/+96
| | * printk: introduce struct printk_buffersJohn Ogness2023-01-112-31/+36
| | * printk: move size limit macros into internal.hJohn Ogness2023-01-112-17/+24
| * | kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| |/
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+2
|\ \
| * \ Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-191-0/+2
| |\ \ | | |/ | |/|
| | * kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman2023-01-161-0/+1