summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-261-0/+6
|\
| * printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-03-151-0/+6
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-3/+18
|\ \
| * | serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-051-3/+18
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+2
|\ \ \ | |_|/ |/| |
| * | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-2/+2
| |/
* | Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-124-135/+396
|\ \
| * | dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-1/+0
| * | printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness2024-02-071-20/+6
| * | printk: Disable passing console lock owner completely during panic()Petr Mladek2024-02-071-0/+29
| * | printk: ringbuffer: Skip non-finalized records in panicJohn Ogness2024-02-071-2/+26
| * | printk: Wait for all reserved records with pr_flush()John Ogness2024-02-073-1/+107
| * | printk: ringbuffer: Cleanup reader terminologyJohn Ogness2024-02-071-7/+9
| * | printk: Add this_cpu_in_panic()John Ogness2024-02-072-20/+24
| * | printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-02-071-2/+1
| * | printk: ringbuffer: Clarify special lpos valuesJohn Ogness2024-02-072-5/+31
| * | printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2024-02-072-41/+127
| * | printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2024-02-072-5/+5
| * | printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior2024-02-071-1/+1
| * | printk: nbcon: Relocate 32bit seq macrosJohn Ogness2024-02-072-37/+37
* | | 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