summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-1/+0
* panic: Flush kernel log buffer at the endJohn Ogness2024-02-071-0/+8
* 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
* Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-034-65/+1147
|\
| * 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 tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-031-1/+1
|\ \ \ \ \
| * | | | | livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian2023-09-201-1/+1
* | | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0218-117/+250
|\ \ \ \ \ \
| * | | | | | treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-184-12/+12
| * | | | | | gcov: annotate struct gcov_iterator with __counted_byKees Cook2023-10-181-1/+1
| * | | | | | kernel/signal: remove unnecessary NULL values from ucountsLi kunyu2023-10-181-1/+1
| * | | | | | crash_core.c: remove unneeded functionsBaoquan He2023-10-041-18/+0
| * | | | | | crash_core: move crashk_*res definition into crash_core.cBaoquan He2023-10-042-17/+16
| * | | | | | crash_core: add generic function to do reservationBaoquan He2023-10-041-1/+106
| * | | | | | crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2023-10-041-3/+33
| * | | | | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-3/+12
| * | | | | | crash_core.c: remove unnecessary parameter of functionBaoquan He2023-10-041-4/+4
| * | | | | | pid: pid_ns_ctl_handler: remove useless commentRong Tao2023-10-041-6/+0
| * | | | | | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-043-12/+24
| * | | | | | taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | getrusage: use __for_each_thread()Oleg Nesterov2023-10-041-3/+1
| * | | | | | getrusage: add the "signal_struct *sig" local variableOleg Nesterov2023-10-041-18/+19
| * | | | | | signal: complete_signal: use __for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak2023-10-041-9/+13
| * | | | | | __kill_pgrp_info: simplify the calculation of return valueOleg Nesterov2023-10-041-6/+11
| * | | | | | kill task_struct->thread_groupOleg Nesterov2023-10-042-4/+0