1. a2491b3 drivers/pcie: Add support for MSI-X by Tomasz Bursztyka · 4 years, 4 months ago
  2. 557b170 drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver by Tomasz Bursztyka · 4 years, 4 months ago
  3. e137e9b sys_io: Expand the API to 64bits read/write functions by Tomasz Bursztyka · 4 years, 4 months ago
  4. be4c893 arch/x86: Expose function do get DRHDs from DMAR ACPI table by Tomasz Bursztyka · 4 years, 4 months ago
  5. d04c84a arch/x86: Add the arch-specific structur for MSI by Tomasz Bursztyka · 4 years, 4 months ago
  6. 4199cd3 drivers/pcie: Add support for MSI multi-message by Tomasz Bursztyka · 4 years, 4 months ago
  7. 6e56157 drivers/pcie: Move PCIE code to relevant place by Tomasz Bursztyka · 4 years, 4 months ago
  8. 3c2c1d8 kernel: Remove z_mem_pool wrapper internals by Andy Ross · 4 years, 4 months ago
  9. 9028ba5 kernel: Remove k_mem_pool API by Andy Ross · 4 years, 4 months ago
  10. fcd392f kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers by Andy Ross · 4 years, 4 months ago
  11. 0c15627 lib: Remove sys_mem_pool implementation by Andy Ross · 4 years, 4 months ago
  12. 40c1b55 lib/os/heap: Add sys_heap_realloc() by Andy Ross · 4 years, 4 months ago
  13. c770cab kernel: Make thread resource pools into sys_heaps by Andy Ross · 4 years, 4 months ago
  14. 6965cf5 kernel: Deprecate k_mem_pool APIs by Andy Ross · 4 years, 4 months ago
  15. 8a6aee9 kernel: Make the "heap" backend to mem_pool default by Andy Ross · 4 years, 4 months ago
  16. 507f314 driver: clock_controller: return values of clock_control apis directly. by Mulin Chao · 4 years, 4 months ago
  17. ed6c010 drivers: clock control: Add LiteX clock control driver by Pawel Czarnecki · 4 years, 4 months ago
  18. 7e36bd3 arch: aarch64: Use SP_EL0 instead of SP_ELx by Carlo Caione · 4 years, 4 months ago
  19. aca1764 Bluetooth: Add helper defines for Extended Advertising parameters by Vinayak Kariappa Chettimada · 4 years, 4 months ago
  20. 4331c05 net: lwm2m: Allow to acknowledge request early from the callback by Robert Lubos · 4 years, 4 months ago
  21. 79e63b4 drivers: timer: nrf: Extended driver with vendor specific API by Krzysztof Chruscinski · 4 years, 4 months ago
  22. fae964c Bluetooth: host: Make bt_conn_ref return NULL if the ref count is zero by Joakim Andersson · 4 years, 4 months ago
  23. 70dee08 shell: api description update by Jakub Rzeszutko · 4 years, 4 months ago
  24. 6918e3d devicetree: gpio: provide accessors for controller phandle by Peter Bigot · 4 years, 4 months ago
  25. c2d852a device: refactor to allow direct access to devicetree device structures by Peter Bigot · 4 years, 4 months ago
  26. 50d6783 device: redefine devicetree device definition using a more generic API by Peter Bigot · 4 years, 4 months ago
  27. e643ee2 device: provide API that uses the devicetree node as identifier by Peter Bigot · 4 years, 4 months ago
  28. f66e5c4 drivers: pcie_ep: Add API to achieve data transfer with system DMA by Abhishek Shah · 4 years, 4 months ago
  29. 7bce840 pcie: endpoint: Add public API for data transfer with System DMA by Abhishek Shah · 4 years, 4 months ago
  30. c8d7dcc linker: rename the section for emulators by Daniel Leung · 4 years, 4 months ago
  31. 7986f94 kernel: Add K_DELAYED_WORK_DEFINE by Trond Einar Snekvik · 4 years, 4 months ago
  32. 9bf3c62 drivers/pcie: Fix function that looks up for mbar by Tomasz Bursztyka · 4 years, 4 months ago
  33. 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
  34. 9437a6a Bluetooth: hci: Add definitions for codec and controller delay info by Wolfgang Puffitsch · 4 years, 4 months ago
  35. 8d3b9ba Bluetooth: host: Make acl_data extension of bt_buf user data explicit by Joakim Andersson · 4 years, 4 months ago
  36. d76aebc Bluetooth: host: Document functions and macros in addr.h by Joakim Andersson · 4 years, 4 months ago
  37. 4978c19 Bluetooth: host: Refactor out address handling to new file by Joakim Andersson · 4 years, 4 months ago
  38. 2589b7a Bluetooth: controller: hci: Add set connection CTE transmit params by Piotr Pryga · 4 years, 4 months ago
  39. 14890c8 Bluetooth: host: Add read antenna information HCI command by Piotr Pryga · 4 years, 4 months ago
  40. 47ebde3 aarch64: error: Handle software-generated fatal exceptions by Carlo Caione · 4 years, 4 months ago
  41. feb153a doc: fs: Add ingroup tag to fs_interface.h by Dominik Ermel · 4 years, 4 months ago
  42. 394d0ac doc: fs: Add missing note on ELM FAT mount points by Dominik Ermel · 4 years, 4 months ago
  43. e671d36 drivers: memc: stm32: initial support for stm32 FMC by Gerard Marull-Paretas · 4 years, 4 months ago
  44. d80d79e Bluetooth: controller: Use HCI defines for constants by Vinayak Kariappa Chettimada · 4 years, 4 months ago
  45. 3df64a3 Bluetooth: controller: Create HCI stubs for CIG/CIS and ISO tests by Asger Munk Nielsen · 4 years, 4 months ago
  46. 3c8e98c drivers/pcie: Change pcie_get_mbar() to return size and flags by Maximilian Bachmann · 4 years, 4 months ago
  47. 19c2f78 include: kernel.h: correct cast in K_TIMEOUT_ABS_* by Martin Jäger · 4 years, 4 months ago
  48. 76b3a50 logging: add padding for RISC-V 64bits environment by Katsuhiro Suzuki · 4 years, 4 months ago
  49. 414ba6b include: net: Fix incorrect casting of timeval on zsock_timeval. by Kamil Kasperczyk · 4 years, 4 months ago
  50. 104f100 kernel: memslab: Add maximum mem_slab utilization trace by Kamil Lazowski · 4 years, 4 months ago
  51. 7ca2468 arm64: mmu: Fix SMEM_PARTITION_ALIGN define by Carlo Caione · 4 years, 4 months ago
  52. 0652d92 userspace: fix k_mem_partition definition by Andrew Boie · 4 years, 4 months ago
  53. aac0f98 net: hostname: define public macro representing maximum hostname length by Marcin Niestroj · 4 years, 4 months ago
  54. daa94e5 aarch64: Remove redundant init_stack_frame by Carlo Caione · 4 years, 4 months ago
  55. a7d94b0 aarch64: Use absolute symbols for the callee saved registers by Carlo Caione · 4 years, 4 months ago
  56. a054e42 aarch64: error: Beautify error printing by Carlo Caione · 4 years, 4 months ago
  57. 58be4c8 Bluetooth: host: Document security changed and no security level change by Joakim Andersson · 4 years, 4 months ago
  58. d2cebd8 include: drivers: add missing extern "C" in led.h and lora.h by MORGER Patrick · 4 years, 4 months ago
  59. a609380 net: ip: enforce alignment in struct cmsghdr by Martin Åberg · 4 years, 4 months ago
  60. e6f4140 zephyr: introduce z_max_align_t by Martin Åberg · 4 years, 4 months ago
  61. b9d0414 net: use UNALIGNED_PUT() to access IP address by Martin Åberg · 4 years, 4 months ago
  62. 919ba04 Bluetooth: host: Periodic advertiser list support by Emil Gydesen · 4 years, 4 months ago
  63. 1dada24 Bluetooth: host: Periodic Advertising Sync Transfer by Emil Gydesen · 4 years, 4 months ago
  64. 4832fe4 fs/fcb: Enable FCB to work with non-0xff erase value flash by Dominik Ermel · 4 years, 4 months ago
  65. ffc0312 devicetree: make DT_PROP_HAS_IDX expand to 0 or 1 by Martí Bolívar · 4 years, 4 months ago
  66. f004410 drivers: pcie: Rename pcie_wired_irq to pcie_get_irq by Johan Hedberg · 4 years, 4 months ago
  67. 9e4dfd8 drivers: pcie: Add support for IRQ allocation management by Johan Hedberg · 4 years, 4 months ago
  68. ffc89b5 sparc: Add compiler and linker tool support by Martin Åberg · 4 years, 4 months ago
  69. feae324 sparc: add support for thread local storage by Martin Åberg · 4 years, 4 months ago
  70. 07160fa arch: Add SPARC processor architecture by Martin Åberg · 4 years, 4 months ago
  71. bb99422 lib/os: replace z_vprintk with cbprintf by Peter Bigot · 4 years, 4 months ago
  72. 3310382 lib: add cbprintf capability by Peter Bigot · 4 years, 4 months ago
  73. ca818d5 sys: util: add BIT64_MASK by Peter Bigot · 4 years, 4 months ago
  74. fd7a68d kernel: use timing functions to gather thread runtime stats by Daniel Leung · 4 years, 4 months ago
  75. fc577c4 kernel: gather basic thread runtime statistics by Daniel Leung · 4 years, 4 months ago
  76. 9be3755 timing: do not repeatedly do init()/start()/stop() by Daniel Leung · 4 years, 4 months ago
  77. 202adf5 kernel: Rename struct _poller by Andy Ross · 4 years, 4 months ago
  78. dadc664 kernel/poll: Move "_poller" into thread struct, fix COHERENCE collision by Andy Ross · 4 years, 4 months ago
  79. 310f60f kernel/poll: Store the work queue in the triggered work poll items by Andy Ross · 4 years, 4 months ago
  80. 6c82745 kernel/poll: Use a separate thread backpointer for triggered work by Andy Ross · 4 years, 4 months ago
  81. 0c7af40 kernel/poll: Make the poll callback a single-byte enum instead by Andy Ross · 4 years, 4 months ago
  82. c7704d8 arc: enable thread local storage by Daniel Leung · 4 years, 4 months ago
  83. bd7a2fc Bluetooth: host: Change directed advertising to privacy-enabled peer by Joakim Andersson · 4 years, 4 months ago
  84. c609528 pm: Add power management states definition by Flavio Ceolin · 4 years, 4 months ago
  85. 243a470 lib: os: ring_buffer: Cleaning checkpatch warnings by Krzysztof Chruscinski · 4 years, 4 months ago
  86. 1e46bb3 lib: os: ring_buffer: Allow using full buffer capacity by Krzysztof Chruscinski · 4 years, 4 months ago
  87. acb0cd6 drivers: display: ili9xxx: generalize ILI display driver by Gerard Marull-Paretas · 4 years, 4 months ago
  88. 448db808 doc: fix reference/util after sys/util.h split by Fabio Utzig · 4 years, 5 months ago
  89. 173a1cc device: deprecate DEVICE_INIT by Kumar Gala · 4 years, 5 months ago
  90. d439478 device: treat a NULL device_pm_control as device_pm_control_nop by Kumar Gala · 4 years, 5 months ago
  91. 1578e70 net: lwm2m: Add path generation macro by Benjamin Lindqvist · 4 years, 5 months ago
  92. ffab099 Bluetooth: add destroy callback to indication by Jordan Yates · 4 years, 5 months ago
  93. 170f17e Bluetooth: indication callback signature update by Jordan Yates · 4 years, 5 months ago
  94. e7e5843 net: dns: dns-sd: support dns service discovery by Christopher Friedt · 4 years, 5 months ago
  95. 5c69149 net: context: add net_context api to check if a port is bound by Christopher Friedt · 4 years, 5 months ago
  96. 3826eb3 arch: arc: add support of ARConnect inter-core debug unit by Yuguo Zou · 4 years, 5 months ago
  97. f5ac11a arch: riscv: linker: add support for userspace by Nicolas Royer · 4 years, 5 months ago
  98. 542a7fa arch: riscv: add memory protection support by Alexandre Mergnat · 4 years, 5 months ago
  99. 18962e4 arch: riscv: add pmp support by Alexandre Mergnat · 4 years, 5 months ago
  100. ad2fd44 Bluetooth: Mesh: Encapsulate feature config by Trond Einar Snekvik · 4 years, 5 months ago