Oopenvela-robotRevert "fs/procfs: fix format warning in proc_groupstatus"
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
remove unused irqcount Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
remove unused irqcount Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
bmp/sched: add bmp support Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
move "(unsigned)irq < NR_IRQS" to "IRQ_TO_NDX" and remove the check before "IRQ_TO_NDX" Signed-off-by: pangzhen1 <pangzhen1@xiaomi.com> | 2 个月前 | |
sem: inline semaphore Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
sched/irq: add support for BMP with irq attach wqueue/thread Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
irq_chain: should update even already irqchain_dispatch Fix irqchain break, cause 2nd irqchain user not able to attach. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
sched: unify the thread exit running task behavior. We already split switch_context into nxsched_suspend_scheduler and nxsched_resume_scheduler, when task_exit, set running = NULL for more compatible. The switch context is much more frequency than task_exit, we should prefer decrease the switch_context record time cost. Also the x_doirq xcp.regs save will be more unified. Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
sched: move heap flags from tcb to tls Move TCB_FLAG_HEAP_CHECK and TCB_FLAG_HEAP_DUMP from TCB flags to TLS flags for better encapsulation and user/kernel space isolation. Changes: - Add tl_flags field to struct tls_info_s - Define TLS_INFO_FLAG_HEAP_CHECK and TLS_INFO_FLAG_HEAP_DUMP macros - Remove TCB_FLAG_HEAP_CHECK and TCB_FLAG_HEAP_DUMP from TCB flags - Update all usage sites to use TLS API: * mm.h, sim_ummheap.c: Use tls_get_info() for current thread * mm_tlsf.c: Use tls_get_info() in memdump_backtrace * fs_procfsproc.c: Use nxsched_get_tls(tcb) for specific task * fs_procfsmeminfo.c: Use nxsched_get_tls(tcb) for heap dump control * irq_dispatch.c: Use tls_get_info() for interrupt heap checking Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
sched: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
bmp/sched: add bmp support Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
Revert "fs/procfs: fix format warning in proc_groupstatus" This reverts commit 20f173e120850331e1fc002d709e116f072e34ba. Reason for revert: revert type warning process Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com> | 2 个月前 | |
sched/spinlock: Debug tools for spinlock. Automatically find deadspinlock when assert. Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
irq: Modify the behavior of irq_unexpected_isr. Whether an unexpected irq caused by software or hardware, sometimes we don't want the system to panic immediately. Instead, we try to output an error log and close this irq. Signed-off-by: yukangzhi <yukangzhi@xiaomi.com> | 2 个月前 |