1. fac7674 arch/arm: Fix TLS initialization to account for padding between sections by guoshengyuan1 · 10 hours ago master
  2. dd9f666 arch/arm: Refactor __aeabi_read_tp to ensure EABI compliance by guoshengyuan1 · 10 hours ago
  3. 96fcc8b net:modify check condition from IFF_UP to IFF_RUNNING in the sending process by wangchen · 1 year, 4 months ago
  4. 148f0ce fs/inode: use file_allocate,file_dup to avoid racecondition to allocate fd by dongjiuzhu1 · 4 months ago
  5. 4b5bd23 netlib: Supplement the netlib_check_httpconnectivity documentation by zhangshuai39 · 13 hours ago
  6. f989860 timer: add timer operation support by xucheng5 · 1 year, 1 month ago
  7. 2a8acac rpmsg/rpmsg_port_uart: drop all the packets when reconnect to peer by Bowen Wang · 1 year ago
  8. 3d76493 rpmsg/rpmsg_port_uart: set the signals based on the suspend/reusme state by Bowen Wang · 1 year, 1 month ago
  9. b8ad562 rpmsg/rpmsg_port_uart: add poweroff support by Bowen Wang · 1 year, 1 month ago
  10. 8ba0843 rpmsg/rpmsg_port_uart: add wakeup feauture for rpmsg_port_uart by Bowen Wang · 1 year, 1 month ago
  11. ef1cee2 arch/arm/xmc4: Aligned Cmake with Make by simbit18 · 23 hours ago
  12. 3015b87 boards/arm/xmc4: CMake added XMC4500 Relax and XMC4700 Relax by simbit18 · 24 hours ago
  13. 87d74d1 LIN:adjust the LIN flag by wangxiaoxin · 1 year, 1 month ago
  14. 96e8fce [EXPERIMENTAL] sched/hrtimer: add SYSTEM_TIME64 dependency by wangchengdong · 3 days ago
  15. 6bffad6 [EXPERIMENTAL] sched/hrtimer: separate SMP logic from hrtimer by wangchengdong · 3 days ago
  16. 7fa4a7f net/netdev: Fix best prefix in findby by Jiri Vlasak · 34 hours ago
  17. 45f6d86 drivers/rpmsg: add rpmsg_test to test rpmsg hold/release rx buffer by mazhuang · 1 year, 4 months ago
  18. 8eb4e46 sim rpserver/rpproxy: enable CONFIG_RPMSG_PING config by Yongrong Wang · 1 year, 2 months ago
  19. 254df17 sched/hrtimer: Fix functional correctness issue. by ouyangxiangzhen · 3 days ago
  20. 6bd9ef6 sched/hrtimer: Rename the callback type to hrtimer_entry_t. by ouyangxiangzhen · 3 days ago
  21. 8db732a sched/hrtimer: Fix functional correctness issue. by ouyangxiangzhen · 3 days ago
  22. 3fa6211 sched/hrtimer: Fix hrtimer compilation. by ouyangxiangzhen · 3 days ago
  23. 740f518 sched/hrtimer: Add const for hrtimer argument. by ouyangxiangzhen · 3 days ago
  24. 1d6068f drivers/virtio-gpu: Use macro to indicate blocking cmd by Zhe Weng · 2 weeks ago
  25. f4bfde4 drivers/virtio-gpu: Avoid calling free in IRQ by Zhe Weng · 9 weeks ago
  26. 0264597 drivers/net/igc.c: add device id 0x15f3 support by zhanghongyu · 8 months ago
  27. 446aecd drivers/net/e1000.c: add PIDVID of e1000 NIC by zhanghongyu · 1 year, 3 months ago
  28. 380bcab sja1000: replace enter_critical_section with spinlock by xucheng5 · 6 months ago
  29. f215bf6 timer: rename tick_settimeouot to tick_settimeout by xucheng5 · 1 year, 1 month ago
  30. 69d4e41 build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /Documentation by dependabot[bot] · 2 days ago
  31. 43d26e2 drivers/rptun: solve the poweroff stuck problem by wangshaoxin · 10 months ago
  32. 183df1e drivers/rptun: solve rptun_dev_stop crash in sim by mazhuang · 10 months ago
  33. f4cfc95 drivers/rptun: change the notify wait return type after upgrade OpenAMP by Bowen Wang · 3 days ago
  34. 5a22ad4 drivers/timers: use DEBUGASSERT check abnormal values by fangpeina · 6 months ago
  35. bc35ea1 drivers/timers: Remove redundant check for crefs > 0 before decrement by fangpeina · 6 months ago
  36. e4d4f7e drivers/math: use small lock to replace enter_critical_section by fangpeina · 7 months ago
  37. e44690e drivers/leds: remove bo_closing as lu_lock can prevent race condition occurs by fangpeina · 7 months ago
  38. a8214b0 drivers/input/ff: use small lock to replace enter_critical_section by fangpeina · 7 months ago
  39. 017df83 drivers/motor: use small lock to replace enter_critical_section by fangpeina · 7 months ago
  40. 41842ad cmake: Fix C++ STL toolchain linkage with CONFIG_LIBCXXTOOLCHAIN by trns1997 · 2 days ago
  41. 0a8be84 arch/avr/src/avrdx: remove unused variable and update comment by Kerogit · 3 days ago
  42. 220263e risc-v/litex: Update docs for vexriscv invalidate and no-op flush. by Justin Erenkrantz · 2 days ago
  43. 0737eb3 virtio-gpu: support vsync and double fb. by jianglianfang · 1 year, 7 months ago
  44. 0fed061 libc: Add Kconfig option to disable hex-string to float parsing by Peter van der Perk · 2 days ago
  45. 6b5d2fa kinetis: fix flexcan header typo by Peter van der Perk · 4 days ago
  46. afa1fcc s32k3xx: emac compile fix by Peter van der Perk · 4 days ago
  47. ca9a597 s32k3xx: edma compile fix by Peter van der Perk · 4 days ago
  48. e46c234 kinetis: edma compile fix by Peter van der Perk · 4 days ago
  49. e6a0c6c Documentation: Add mquickjs documentation by Huang Qi · 2 days ago
  50. 9d6edc3 rpmsg: fix rpmsg dead lock and ns bind race condition problem by Yongrong Wang · 1 year, 1 month ago
  51. eac3cea sched/sem_rw.c: Add downgrade_write API for sem_rw by Yongrong Wang · 1 year, 1 month ago
  52. f9272fa rpmsg_port_spi: fix reconnect failed issue by liaoao · 1 year ago
  53. bc58b0d rpmsg_port_spi/slave: fix the reconnect issue during shutdown process by liaoao · 1 year ago
  54. ec06af2 rpmsg_port_spi.c: setfreq to 0 to shutdown the spi device by liaoao · 1 year, 1 month ago
  55. 1fba498 rpmsg_port_spi/slave: add suspend/resume notify by liaoao · 1 year, 1 month ago
  56. a41c2cb rpmsg_port_spi: add support for peer's shutting down notify by liaoao · 1 year, 1 month ago
  57. 01b022f rpmsg_port_spi_slave: only drop tx queue used buffer when unconnecting by liaoao · 1 year, 1 month ago
  58. 972dae3 rpmsg_port_spi: add connecting/disconnecting status for port spi by liaoao · 1 year, 2 months ago
  59. d4a787a rpmsg_port_spi: only drop tx queue used buffer when unconnecting by liaoao · 1 year, 2 months ago
  60. 39ff211 rpmsg_port_spi: add log to know spi complete callback not called by liaoao · 1 year, 2 months ago
  61. 880160b rpmsg_port_spi: add more detail debug info for transfer failed by liaoao · 1 year, 2 months ago
  62. ad08484 rpmsg: fix rpmsg_router_hub_unbind crash when reconnect by yintao · 1 year, 1 month ago
  63. 773db12 drivers/rpmsg: fix double free at rpmsg_router_hub_unbind by yintao · 1 year, 1 month ago
  64. 863c205 net/vlan: add a documentation for vconfig by gaohedong · 2 days ago
  65. 6a6bc58 net/udp_sendto_unbuffered.c: fix udp message cannot be sent to the network card by zhanghongyu · 8 weeks ago
  66. 1c65d71 usrsock_rpmsg_server.c: replace net_lock with conn_lock by zhanghongyu · 8 weeks ago
  67. 6b4bb6b netlib: Supplement the netlib_check_ifconnectivity documentation by zhangshuai39 · 3 days ago
  68. f53b986 can: propagate iob_tryadd_queue() failure in can_datahandler by OceanfromXiaomi · 5 months ago
  69. e340370 virtio/virtio-gpu: fbmem should transfer to pa by Bowen Wang · 8 months ago
  70. cf4a9d7 drivers/serial/pty: fix memory leak when pty_destroy by ligd · 12 months ago
  71. eee0d81 can: ctucanfd: initialize CAN message header on receive by zhaohaiyang1 · 3 days ago
  72. 24651af [EXPERIMENTAL]sched/hrtimer: update hrtimer document by wangchengdong · 4 days ago
  73. 1020bc7 [EXPERIMENTAL]sched/hrtimr: Allow running/armed hrtimer to be restarted by wangchengdong · 4 days ago
  74. 2a1f24b compiler: Add PRAGMA and unroll_loop. by ouyangxiangzhen · 6 days ago
  75. fa6c857 driver/net: replace net_lock with netdev_lock by zhanghongyu · 5 days ago
  76. 5e1410e net/local: replace net_lock with local_lock by zhanghongyu · 9 weeks ago
  77. c2774ba netdev:When running, proto stack can exchange packets with device by wangchen · 1 year, 1 month ago
  78. 2a60b7e can: strict TX priority ordering to avoid priority inversion by zhaohaiyang1 · 1 year, 3 months ago
  79. 9baf67c docs/platforms/raspberrypi-4b: Document testing configurations by Matteo Golin · 4 days ago
  80. cdf5118 boards/raspberrypi-4b: Add testing configurations by Matteo Golin · 4 days ago
  81. 3c7999f drivers/sensors: fix mpu9250 register function comments by chenzihan1 · 11 months ago
  82. bfa7025 arch/xtensa: Fix Kconfig style by simbit18 · 4 days ago
  83. 35c7aa2 arch/risc-v: Fix Kconfig style by simbit18 · 4 days ago
  84. 0fd5fee arch/rp23xx: Fix Kconfig style by simbit18 · 4 days ago
  85. ebacd9d arch/rp2040: Fix Kconfig style by simbit18 · 4 days ago
  86. 73b9bce boards/risc-v: Enable VPU initialization for QEMU RV by ENJOU1224 · 4 days ago
  87. 3ab698c docs/security: Add Security section to the documentation. by Tomasz 'CeDeROM' CEDRO · 3 weeks ago
  88. 7dfc62b qemuv7a/v8a-rpserver/proxy: remove "_ivshmem" suffix and update documents by Bowen Wang · 5 days ago
  89. 0ff7014 qemu-armv7a/rpserver and rpproxy: support the rpmsg port uart by Bowen Wang · 5 days ago
  90. aa04670 qemu-armv8a/rpserver and rpproxy: support the rpmsg port uart by Bowen Wang · 5 days ago
  91. 4cad404 rpmsg_port: print remotes's running state in rpmsg_port_dump by liaoao · 1 year ago
  92. 59d6263 rpmsg_port: add rpmsg_port_get_signals api by liaoao · 1 year, 1 month ago
  93. 906d5a8 rpmsg: Add rpmsg_get_signals API and rpmsg transport ops support by Yongrong Wang · 1 year, 2 months ago
  94. 227d723 gpiochip: export ioexpander pointer to user by yezhonghui · 9 months ago
  95. b11f669 ioe_dummy: fix pinval always zero issue by yezhonghui · 9 months ago
  96. 36f9164 sim/gpiochip: add sim gpiochip for gpio autotest by yezhonghui · 9 months ago
  97. e072356 arch/risc-v: Fix incompatible pointer types in vector context switching by ENJOU1224 · 5 days ago
  98. 76903ea drivers/sx126x: Fix typo in the Kconfig by Alan Carvalho de Assis · 5 days ago
  99. cce61ea drivers/sx127x: Add RX Timeout support by Alan Carvalho de Assis · 5 days ago
  100. 667165d drivers/sx127x: Move Kconfig and add bitrate options by Alan Carvalho de Assis · 5 days ago