Commit Graph

  • 1e091fb2e0 pci.c: add pci_read/write_io_qword support wangyongrong 2024-05-09 16:55:45 +0800
  • db95659a9c x86_64_pci.c: x86_64_pci_read/write_io memory support wangyongrong 2024-05-09 14:56:41 +0800
  • 271893ed6d rpmsgfs/rpmsgfs_client: init the priv->wait before register rpmsg callback Bowen Wang 2024-07-22 16:24:31 +0800
  • 439c52937a rpmsgfs: add tty fd ioctl(TCGETS/TCSETS) support fangzhenwei 2023-12-18 20:23:09 +0800
  • 536ed46ac4 rpmsgfs_server: add error log for rpmsgfs server ept callback Bowen Wang 2023-09-11 11:33:27 +0800
  • 5613675834 rpmsgfs: remove memcpy in rpmsgfs open/close ligd 2023-12-18 22:51:09 +0800
  • 3f47fd767a fs/xxfs:Replace kmm with fs heap chenrun1 2024-09-09 20:28:16 +0800
  • 94fe00ebec accept4:move function from net to fs chenrun1 2024-09-20 15:12:12 +0800
  • 01bed328ef smartfs: add support for FIOC_FILEPATH ioctl Michal Lenc 2024-09-23 21:57:18 +0200
  • 0ac21a911b fs_rammap:Check last fileseek restore fpos chenrun1 2024-07-04 17:45:49 +0800
  • 8155102f7d FS_RAMMAP depends on FS_REFCOUNT and remove useless macro zhangshoukui 2024-09-23 12:46:23 +0800
  • e6b703c29f Should call fs_putfilep put fs reference when call files_fget complete zhangshoukui 2024-09-23 12:42:37 +0800
  • 52ffca5b8e arm64 support gicv2m for pci irq yezhonghui 2024-08-15 17:15:06 +0800
  • 45bb7a9c1c char driver CAN: add tx_confirm function in upperCAN driver. zhaohaiyang1 2024-06-17 23:03:59 +0800
  • 63515d584b chardriver upperCAN: support to independent set TX/RX FIFO size. zhaohaiyang1 2024-06-19 14:41:34 +0800
  • 9b698b2304 add the ability that control CAN transceiver state. zhaohaiyang1 2024-07-10 14:12:15 +0800
  • 2bb4ec0fd2 nuttx/can: add can controller state setting and getting in uppercan. zhaohaiyang1 2024-06-20 14:11:02 +0800
  • ccddaa78c9 can: Add more critical section to fix the race condition. Xiang Xiao 2024-04-06 14:45:25 +0800
  • 4324970980 can: Merge cd_error and rx_overflow into rx_error so the error could dispath to each client without interference Xiang Xiao 2024-04-06 13:19:50 +0800
  • f791311138 sched/sched: next pointer value is definitely not null hujun5 2024-07-19 16:39:17 +0800
  • 508c5889d7 sched: change nxsched_islocked_global to nxsched_islocked_tcb hujun5 2024-05-13 19:33:01 +0800
  • 1237e9fcea smp:fix sim build error under config CONFIG_SMP dulibo1 2024-04-22 12:22:22 +0800
  • f1f38b6e16 sched_smp:adjust the critical section to protect refcount from multi cores access dulibo1 2024-04-18 16:43:46 +0800
  • 6fd1ca64a1 sched_smp:sync refcount before enqueue smp call queue dulibo1 2024-04-18 11:23:28 +0800
  • a26051e7bc fs: fix wrong config for FS_SHMFS xuxingliang 2024-09-05 16:22:11 +0800
  • a8717c6453 arch: We can use an independent SIG interrupt to handle async pause, which can save processing time. hujun5 2024-04-26 12:26:53 +0800
  • ed998c08c4 sched: change the SMP scheduling policy from synchronous to asynchronous hujun5 2024-01-10 16:03:08 +0800
  • cc9d42804b local_sock: fix accept use-after-free fangzhenwei 2024-06-07 11:51:15 +0800
  • a8ffa96b65 arch/arm/Kconfig: fix copy-paste error raiden00pl 2024-10-07 17:38:11 +0200
  • 7edb84c0c5 build.yml: Check out the correct branch of nuttx-apps Lup Yuen Lee 2024-10-03 11:20:30 +0800
  • 5f6eb292a8 sched: add nxsched_remove_self hujun5 2024-01-19 20:57:04 +0800
  • 9dbde04327 Revert "toolchain/ghs: Fix CONFIG_SCHED_CRITMONITOR_MAXTIME_XXX "zero used for undefined preprocessing identifier" warnings" chao an 2024-09-23 08:59:15 +0800
  • 8cd52bee2e arm64: g_current_regs is only used to determine if we are in irq, with other functionalities removed. hujun5 2024-07-05 20:53:49 +0800
  • d573952790 irq: use up_interrupt_context to replace up_current_regs hujun5 2024-06-25 21:33:35 +0800
  • 4ecb6efee8 arm: tc32 nested interrupts are not supported hujun5 2024-09-23 09:24:53 +0800
  • ee81823546 arm: g_current_regs is only used to determine if we are in irq, with other functionalities removed. hujun5 2024-07-05 19:39:58 +0800
  • b63826a736 arch/sim: fix uart could lose log xuxingliang 2024-07-23 14:35:16 +0800
  • 42ee317eab arch/sim: dataheap should disable exec permission Xiang Xiao 2024-03-11 20:34:47 +0800
  • 593768e11e sim/gcov: Fix conflicts between fprofile-orderate and __asan_default_options yinshengkai 2024-09-18 21:34:17 +0800
  • b7121aac86 Revert "arch/sim: suppress libasan checks" yinshengkai 2024-06-13 14:17:35 +0800
  • d8637788a7 sim: fix context-switch when do wdog callback() ligd 2024-08-06 21:29:25 +0800
  • dff79e8e54 boards/stm32f7/stm32f746g-disco: fix FMC pin raiden00pl 2024-10-08 11:42:18 +0200
  • 77d1f78996 board/arm/stm32: highpri up_interrupt_context to is_nesting_interrupt buxiasen 2024-10-08 16:47:30 +0800
  • 431b848c79 board/arm/nrf52: fix use up_interrupt_context to is_nesting_interrupt buxiasen 2024-10-08 12:22:09 +0800
  • 21501f65b1 sim: add link option /LARGEADDRESSAWARE:NO for windows64 chenxiaoyi 2024-07-09 10:01:47 +0800
  • a23ed77782 sim: add windows64 setjmp/longjmp support chenxiaoyi 2024-07-09 09:57:24 +0800
  • 835aac23b7 sim: change the type of xcpt_reg_t chenxiaoyi 2024-07-09 09:57:24 +0800
  • 2f512f78bf libc: fix build warning chenxiaoyi 2024-07-10 12:07:16 +0800
  • 753e4d64ee sim/irq: fix windows64 build error chenxiaoyi 2024-07-02 11:27:26 +0800
  • d309d49cae sim/types: fix windows64 build error chenxiaoyi 2024-07-02 15:02:41 +0800
  • 3100deda9d sim: add windows64 defconfig chenxiaoyi 2024-10-01 19:29:27 +0800
  • 9403bc126b modlib/dlfcn:unify same code anjiahao 2024-04-29 19:59:34 +0800
  • 79b4b39994 libc/modlib: free memory resource when rmmod elf dongjiuzhu1 2024-02-21 15:58:02 +0800
  • 3b0e2be058 binfmt/modlib: support loading each sections to different memory for Relocate object dongjiuzhu1 2023-11-29 22:25:47 +0800
  • a965e3c3f9 math: remove is_power_of_2() keep IS_POWER_OF_2() ligd 2024-10-07 15:53:28 +0800
  • 10e44f8915 riscv_fork.c: Fix race condition when handling parent integer registers Ville Juven 2024-09-26 13:03:12 +0300
  • 2d3c94411b riscv_fork.c: Fix vfork() for kernel mode + SMP Ville Juven 2024-09-26 11:57:09 +0300
  • d1fec65e1b riscv: use g_running_task store current regs hujun5 2024-09-27 14:42:11 +0800
  • 57f84aaca8 sensor: Added 6dof motion and gesture related types. For details, see: https://developer.android.com/reference/android/hardware/SensorEvent#values likun17 2024-08-05 20:56:32 +0800
  • a4e90b7268 inlclude/uorb.h:Update data types to be sorted by macro definition. likun17 2024-08-26 09:53:53 +0800
  • 6a4196c572 sensor:sensor info power max_range and resolution are unified with Android type. 0e67aa0cae:include_all/hardware/sensors.h likun17 2024-06-27 14:19:49 +0800
  • eb0732a183 nuttx/uorb.h: align sensor_type value with aosp refs:0e67aa0cae:include_all/hardware/sensors-base.h dongjiuzhu1 2024-07-09 21:27:56 +0800
  • 40354619f3 Doc/ioexpand: add descriptions about ioexpander buxiasen 2024-09-29 14:41:02 +0800
  • 1179802cfe gpio:add feature for gpio wakeup dulibo1 2023-11-01 17:01:15 +0800
  • 2ec6c6e1fc Documentation: add NuttX-12.7.0 release notes Alin Jerpelea 2024-10-02 10:04:45 +0200
  • a537ecdd0f Support nuttx pci endpoint driver framework yangshuyong 2024-03-11 10:39:58 +0800
  • 56308bf202 bitmap: add bitmap_find_free_region lipengfei28 2024-06-26 11:34:24 +0800
  • ca39dc2e74 math: Optimize the implementation of log2ceil and log2floor lipengfei28 2024-06-21 15:47:59 +0800
  • 4fd78583f7 libc: add find_next_zero_bit lipengfei28 2024-06-18 20:00:04 +0800
  • b18262d78f bits:rename __set_bit to set_bit __clear_bit to clear_bit lipengfei28 2024-06-18 12:33:28 +0800
  • a2845faee3 fs/chmod/fchmod/lchmod: only set permissions by mode_t and ignore other bits dongjiuzhu1 2024-01-26 15:34:53 +0800
  • a116a6210e build(deps): bump codelytv/pr-size-labeler from 1.10.0 to 1.10.1 dependabot[bot] 2024-09-23 02:25:56 +0000
  • db5320fd9f drivers/syslog: compile syslog_device.c if console/char/file channel enabled chao an 2024-09-23 10:30:22 +0800
  • ab4d72756e arch/samd2l2:Ignore atomic warning when using clang compiler chenrun1 2024-09-18 14:51:11 +0800
  • 76e83a5424 arch_atomic.c:Provide __sync_synchronize when the compiler does not support it chenrun1 2024-09-14 16:46:07 +0800
  • 03f215b374 nuttx/atomic.h:fix Fixed the pragma of ATOMIC_VAR_INIT in clang chenrun1 2024-09-14 16:42:04 +0800
  • 4cec713dbf fs_inode:Change the type of i_crefs to atomic_int chenrun1 2024-07-23 19:30:19 +0800
  • 56bcc3bb12 sched/signal: Add ifdef macro to reduce the bss size. ouyangxiangzhen 2024-09-23 09:29:57 +0800
  • c6861ea931 Revert "olimex-stm32-p407: adjust memory layout" ouyangxiangzhen 2024-09-20 09:47:35 +0800
  • db88754822 sched/signal: Simplify the implementation of SIGEV_THREAD_TID. ouyangxiangzhen 2024-09-19 10:43:59 +0800
  • 0373ba0fab sched/signal: Simplified Implementation for SIGEV_THREAD_TID. ouyangxiangzhen 2024-09-14 18:04:50 +0800
  • 9f36509c0b signal: Add siginfo initializer ouyangxiangzhen 2024-07-12 09:45:07 +0800
  • 037baee4fb can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc. chao an 2024-09-23 09:06:09 +0800
  • 58f25a31a1 Add Documentation for thermal framework wangjianyu3 2024-09-18 21:16:00 +0800
  • 898a5d501f sim:thermal: Remove CPUFreq realted wangjianyu3 2024-09-19 12:00:51 +0800
  • a73ee73c78 Thermal/dummy: Fix depends error wangjianyu3 2024-09-18 04:20:13 +0800
  • efd7e31b3a Thermal/procfs: Remove unnecessary nxmutex_unlock wangjianyu3 2024-09-18 03:37:45 +0800
  • 88cc4b1120 Thermal/procfs: Disabled immediately after enabling. wangjianyu3 2023-12-15 20:14:05 +0800
  • d5ffed635b Thermal/dummy: Get cpufreq_driver from cpufreq_policy. wangjianyu3 2023-12-25 16:15:51 +0800
  • e8758eb974 Thermal/step_wise: Increase cooling state in case of "stable" trend and "hot" trip. wangjianyu3 2023-12-19 10:48:04 +0800
  • 68d5516c90 Thermal/dummy: Fix warning wangjianyu3 2023-12-24 15:50:06 +0800
  • 515c3978dd Thermal: Check trip type in thermal_zone_device_register(). wangjianyu3 2023-12-18 22:08:24 +0800
  • 6442683359 sim:thermal: move etc romfs mount from nsh to sched/init wangjianyu3 2023-12-15 19:33:10 +0800
  • f96d3798a1 Thermal: remove assert of thermal_zone_device_update() wangjianyu3 2023-12-11 21:41:14 +0800
  • 2480f599c6 Add default config for thermal framework based on sim:nsh wangjianyu3 2023-11-10 16:58:06 +0800
  • d43f0272e5 Thermal: Add dummy driver wangjianyu3 2023-11-07 20:12:32 +0800
  • b30f866f80 Thermal: Add procfs file nodes wangjianyu3 2023-11-07 20:10:19 +0800
  • 520e4042ce Thermal: Register pm suspend notifier wangjianyu3 2023-11-14 21:25:40 +0800
  • 2f285a04f9 Thermal: Support cpufreq cooling device wangjianyu3 2023-11-07 20:09:01 +0800
  • 338b5d7415 Thermal: Support step_wise governor wangjianyu3 2023-11-24 23:36:57 +0800