.. |
addrenv
|
sched/addrenv.c: Implement re-entrancy for addrenv_select()
|
2023-04-25 14:33:19 +02:00 |
clock
|
sched/clock: add missing FAR
|
2023-07-07 17:39:39 -03:00 |
environ
|
Replace all sprintf with snprintf
|
2023-05-08 09:57:01 +02:00 |
group
|
sched/group: Ensure that the setting of tg_members if safe in SMP
|
2023-06-15 22:24:00 +08:00 |
init
|
sched/init/nx_start.c: Fix typo and format
|
2023-07-03 23:06:55 +03:00 |
irq
|
sched/irq: optimizing IRQMONITOR, move up_perf_convert to irq_procfs
|
2023-04-25 09:58:43 +08:00 |
misc
|
sched/assert: Change show_xxx to dump_xxx
|
2023-06-22 23:26:56 +03:00 |
module
|
symtab: Remove the unnessary inclusion of nuttx/symtab.h
|
2023-07-06 09:24:02 -03:00 |
mqueue
|
Indent the define statement by two spaces
|
2023-05-21 09:52:08 -03:00 |
paging
|
sched/paging: add FAR in paging worker
|
2023-03-26 09:23:50 -06:00 |
pthread
|
nuttx: replace getpid() with nxsched_getpid() in kernel code
|
2023-07-07 17:39:39 -03:00 |
sched
|
sched/sched/sched_idletask: fix typo
|
2023-06-19 10:51:23 +02:00 |
semaphore
|
semaphore: Optimize priority inheritance with only one holder
|
2023-06-17 08:26:46 +03:00 |
signal
|
signal: correct to const pointer for sigorset and sigandset
|
2023-07-05 16:26:18 +08:00 |
task
|
sched: Remove the unnecessary cast from pid_t to int
|
2023-06-19 11:37:34 +03: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
|
sched/wqueue: fix issue about worker can't wake up thread before work_thread running
|
2023-04-19 02:50:04 +08:00 |
Kconfig
|
sched/tls: remove PTHREAD_CLEANUP from Kconfig
|
2023-06-14 12:00:48 +08:00 |
Makefile
|
group/group_addrenv: Move address environment from group -> tcb
|
2023-02-08 02:51:23 +08:00 |