nuttx/arch
Ville Juven 132868b728 arm64_syscall.c: Don't need to set register context during syscall
The register context is not needed, the original idea was to provide
the user stack pointer for signal handler delivery, but the user stack
can be obtained via sp_el0 so the context registers are not needed.

SP0 is not stored upon exception entry anyways, so this code is just
completely redundant and wrong.
2024-09-10 23:23:21 +08:00
..
arm sched:add parameters to restore_critical_section 2024-09-10 23:14:09 +08:00
arm64 arm64_syscall.c: Don't need to set register context during syscall 2024-09-10 23:23:21 +08:00
avr
ceva arch: remove unused up_cpu_pausereq waiting 2024-09-05 07:15:54 +09:00
dummy
hc
mips net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
misoc net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
or1k
renesas usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
risc-v sched:add parameters to restore_critical_section 2024-09-10 23:14:09 +08:00
sim sched:add parameters to restore_critical_section 2024-09-10 23:14:09 +08:00
sparc smp: enable smp_call in all smp arch 2024-09-06 07:11:38 +09:00
tricore cmake/tricore: filter out nostdlib in linker phase to avoid build break 2024-09-05 11:47:06 +08:00
x86
x86_64 sched:add parameters to restore_critical_section 2024-09-10 23:14:09 +08:00
xtensa sched:add parameters to restore_critical_section 2024-09-10 23:14:09 +08:00
z16
z80
CMakeLists.txt
Kconfig irq: dynaminc create g_irqmap 2024-09-03 19:22:28 -03:00