Skip to content

Pull requests: apache/nuttx

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add missing libcxxtoolchain support Arch: arm Issues related to ARM (32-bit) architecture Arch: arm64 Issues related to ARM64 (64-bit) architecture Arch: avr Issues related to all AVR(8-bit or 32-bit) architectures Arch: mips Issues related to the MIPS architecture Arch: openrisc Issues related to the OpenRISC architecture Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Arch: tricore Issues related to the TriCore architecture from Infineon Arch: x86_64 Issues related to the x86_64 architecture Arch: xtensa Issues related to the Xtensa architecture Size: M The size of the change in this PR is medium
#17968 opened Jan 16, 2026 by trns1997 Loading…
arm64: g_mpu_region need support SMP Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: S The size of the change in this PR is small
#17967 opened Jan 16, 2026 by hujun260 Loading…
arm64: When returning from a system call, regs[REG_SP_EL0] will overw… Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: XS The size of the change in this PR is very small
#17966 opened Jan 16, 2026 by hujun260 Loading…
arch/arm64: disable fork support in protected build mode Size: XS The size of the change in this PR is very small
#17965 opened Jan 16, 2026 by hujun260 Loading…
arch/imx9: Modify default ddr config handling Arch: arm64 Issues related to ARM64 (64-bit) architecture Board: arm64 Size: M The size of the change in this PR is medium
#17964 opened Jan 16, 2026 by arikimari Loading…
arm: support AMP mode with GIC SGI inter-core interrupts Arch: arm Issues related to ARM (32-bit) architecture Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: M The size of the change in this PR is medium Size: S The size of the change in this PR is small
#17963 opened Jan 16, 2026 by hujun260 Loading…
arm64: fix FIQ mask initialization in task state Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: XS The size of the change in this PR is very small
#17962 opened Jan 16, 2026 by hujun260 Loading…
arch: move STACK_ALIGNMENT to irq.h Arch: arm Issues related to ARM (32-bit) architecture Arch: arm64 Issues related to ARM64 (64-bit) architecture Arch: avr Issues related to all AVR(8-bit or 32-bit) architectures Arch: hc Issues related to HC architecture Arch: mips Issues related to the MIPS architecture Arch: openrisc Issues related to the OpenRISC architecture Arch: renesas Issues related to the Renesas chips Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Arch: simulator Issues related to the SIMulator Arch: sparc Issues related to the SPARC architecture Arch: tricore Issues related to the TriCore architecture from Infineon Arch: x86 Issues related to the x86 architecture Arch: x86_64 Issues related to the x86_64 architecture Arch: xtensa Issues related to the Xtensa architecture Arch: z16 Issues related to the Z16 architecture Arch: z80 Issues related to the Z80 architecture Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#17961 opened Jan 16, 2026 by hujun260 Loading…
arm64: add missing REG_SCTLR_EL1 initialization in signal processing Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: XS The size of the change in this PR is very small
#17960 opened Jan 16, 2026 by hujun260 Loading…
sched/signal: use spinlock to protect signal queues Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17959 opened Jan 16, 2026 by hujun260 Loading…
sched/irq: handle NULL ISR handler in irq_default_handler Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17958 opened Jan 16, 2026 by hujun260 Loading…
sched/environ: rm cestion_in evn Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17957 opened Jan 16, 2026 by hujun260 Loading…
libs/libc: replace critical section with spinlock in hostname operations Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17956 opened Jan 16, 2026 by hujun260 Loading…
sched/addrenv: replace critical section with spinlock for refs protec… Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17955 opened Jan 16, 2026 by hujun260 Loading…
binfmt: refactor loadable module cleanup mechanism Area: BINFMT Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17954 opened Jan 16, 2026 by hujun260 Loading…
sched/task: fix task_exit regression with critical section state Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17953 opened Jan 16, 2026 by hujun260 Loading…
Crypto key management with docs Area: Crypto Area: Documentation Improvements or additions to documentation Size: M The size of the change in this PR is medium
#17952 opened Jan 16, 2026 by ThePassionate Loading…
arch/x86_64: add support for linker map generation Arch: x86_64 Issues related to the x86_64 architecture Size: S The size of the change in this PR is small
#17951 opened Jan 16, 2026 by OceanfromXiaomi Loading…
ctucanfd: increase rwcnt bitfield width and fix structure alignment Area: Drivers Drivers issues Size: XS The size of the change in this PR is very small
#17950 opened Jan 16, 2026 by OceanfromXiaomi Loading…
drivers/misc/optee: add missing addrenv header include Area: Drivers Drivers issues Size: XS The size of the change in this PR is very small
#17949 opened Jan 16, 2026 by hujun260 Loading…
crypto/cryptodev: fix memory leak when failed to open /dev/crypto Area: Crypto Size: XS The size of the change in this PR is very small
#17948 opened Jan 16, 2026 by ThePassionate Loading…
arm64: add the interrupt status in the syscall Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: S The size of the change in this PR is small
#17947 opened Jan 16, 2026 by hujun260 Loading…
Arm64 backtrace Arch: arm64 Issues related to ARM64 (64-bit) architecture Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#17946 opened Jan 16, 2026 by hujun260 Loading…
boards/stm32f103-minimum: Add GPIO in/out/int define Board: arm Size: S The size of the change in this PR is small
#17945 opened Jan 15, 2026 by shizacat Loading…
arch/sim: Multiple simulator fixes and improvements Arch: simulator Issues related to the SIMulator Area: Tooling Size: S The size of the change in this PR is small
#17944 opened Jan 15, 2026 by GUIDINGLI Loading…
ProTip! Filter pull requests by the default branch with base:master.