incubator-nuttx/sched
Petro Karashchenko e9b5c25baf sched/semaphore: rework semaphore holder check for priority inheritance
- The code will detect an error condition described in
  https://cwiki.apache.org/confluence/display/NUTTX/Signaling+Semaphores+and+Priority+Inheritance
- The kernel will go to PANIC if semaphore holder can't be allocated even
  if CONFIG_DEBUG_ASSERTIONS is disabled
- Clean-up code that handled posing of semaphore with priority inheritance
  enabled from the interrupt context (remove nxsem_restore_baseprio_irq())
2023-04-11 17:01:14 +09:00
..
addrenv sched/addrenv: Remove up_addrenv_restore 2023-02-08 02:51:23 +08:00
clock sched/clock_gettime:Remove output log 2023-03-25 01:43:01 +02:00
environ sched/env: add tg_envc in task_group_s to avoid some loops in code 2023-02-25 23:10:37 +02:00
group nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
init Launch the initial task through task_spawn instead of nxtask_create 2023-01-25 23:34:52 +02:00
irq arch/arm64: the arm64 perf interface supports pmu 2023-04-10 16:23:49 -03:00
misc sched/assert: Simplify the fatal detection logic 2023-04-04 11:29:10 -04:00
module nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
mqueue nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
paging sched/paging: add FAR in paging worker 2023-03-26 09:23:50 -06:00
pthread Increase the number of real time signals. Two is not enough. 2023-03-27 16:59:04 +03:00
sched arch/arm64: the arm64 perf interface supports pmu 2023-04-10 16:23:49 -03:00
semaphore sched/semaphore: rework semaphore holder check for priority inheritance 2023-04-11 17:01:14 +09:00
signal signal: add SIGSYS 2023-03-28 11:24:35 -06:00
task Fixed improper access of g_pidhash. 2023-04-04 18:00:36 -06:00
timer sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
tls sched/group: fix task info heap-use-after-free 2023-01-11 01:53:59 +08:00
wdog arch/arm64: the arm64 perf interface supports pmu 2023-04-10 16:23:49 -03:00
wqueue arch/arm64: the arm64 perf interface supports pmu 2023-04-10 16:23:49 -03:00
Kconfig sched_note: add function auto-tracing 2023-04-10 11:04:24 -03:00
Makefile group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00