1. 71fd58c drivers/cavs_timer: Fix multiword race with timer counter by Andy Ross · 4 years, 2 months ago
  2. 4ab6dd0 timer: arm: Mark ticks as unused by Flavio Ceolin · 4 years, 2 months ago
  3. cd0cace timer: arm: idle is used when CONFIG_TICKLESS_KERNEL by Flavio Ceolin · 4 years, 2 months ago
  4. 3458490 timer: arm: Fix idle usage option by Flavio Ceolin · 4 years, 2 months ago
  5. 1280e98 drivers: timer: stm32 lptim fix Potentially overflow by Francois Ramu · 4 years, 2 months ago
  6. c31ce55 timer: TICKLESS_CAPABLE is now without prompt by Anas Nashif · 4 years, 2 months ago
  7. c408765 timer: legacy_api: Fix a build dependency in legacy_api header by Flavio Ceolin · 4 years, 2 months ago
  8. 1dd2d41 kernel: build: Make TICKLESS_CAPABLE a hidden option by Flavio Ceolin · 4 years, 2 months ago
  9. af4c1cf drivers/timer: stm32_lptim: Fix stm32 ll header list by Giancarlo Stasi · 4 years, 3 months ago
  10. f3910fd drivers: timer: nrf_rtc_timer: Increase half tick busy wait by Krzysztof Chruscinski · 4 years, 3 months ago
  11. c2c6bee drivers/timer: Remove legacy APIC driver by Andy Ross · 4 years, 3 months ago
  12. 35efb15 arch: arm: timer: mask interrupt in ISR by Volodymyr Babchuk · 4 years, 4 months ago
  13. df6125f drivers/timer: it8xxx2 platform driver/timer by Cheryl Su · 4 years, 4 months ago
  14. fe516b9 board: native_posix: Add test for k_busy_wait and cpu_hold by Alberto Escolar Piedras · 4 years, 4 months ago
  15. 6d34761 posix: Add cpu_hold() function to better emulate code delay by Alberto Escolar Piedras · 4 years, 4 months ago
  16. 4def9a3 drivers: timer: nrf_rtc_timer: Fix non tickless sys clock handling by Krzysztof Chruscinski · 4 years, 4 months ago
  17. 702f574 drivers: timer: nrf_rtc_timer: Fix comparison in z_nrf_rtc_timer_get_ticks by Krzysztof Chruscinski · 4 years, 4 months ago
  18. b417f686 drivers: timer: nrf_rtc_timer: Add clearing of previous CC event by Krzysztof Chruscinski · 4 years, 4 months ago
  19. a7fd4ea drivers: counters: Fix TIMER0 and RTC0 with Bluetooth controller by Joakim Andersson · 4 years, 4 months ago
  20. dd931f9 power: standarize PM Kconfigs and cleanup by Anas Nashif · 4 years, 4 months ago
  21. 5b7fc38 drivers: timer: nrf_rtc_timer: Fix int_mask initialization by Krzysztof Chruscinski · 4 years, 4 months ago
  22. 79e63b4 drivers: timer: nrf: Extended driver with vendor specific API by Krzysztof Chruscinski · 4 years, 4 months ago
  23. e0b35dd drivers/timer: stm32_lptim: Fix stm32 ll header list by Erwan Gouriou · 4 years, 4 months ago
  24. 53af1aa drivers: timer: stm32_lptim: use generic LL headers by Martin Jäger · 4 years, 4 months ago
  25. bb5a565 timer: Add support for GRLIB GPTIMER by Martin Åberg · 4 years, 5 months ago
  26. 86c793a sys: util: Replace MIN(MAX(a, b), c) with CLAMP by Trond Einar Snekvik · 4 years, 5 months ago
  27. ec6a98e drivers/timer/cavs_timer: Prevent spurious interrupts by Andy Ross · 4 years, 6 months ago
  28. ca786ce drivers: timer: nrf_rtc_timer: Use interrupt priority from DT by Krzysztof Chruscinski · 4 years, 6 months ago
  29. c69a27b drivers: timer: nrf: Add configurable clock startup mode by Krzysztof Chruscinski · 4 years, 7 months ago
  30. 184a257 arm: systick: default CORTEX_M_SYSTICK based on dts by Kumar Gala · 4 years, 7 months ago
  31. 6e27478 benchmarking: remove execution benchmarking code by Anas Nashif · 4 years, 7 months ago
  32. 4dcfb55 isr: Normalize usage of device instance through ISR by Tomasz Bursztyka · 4 years, 7 months ago
  33. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  34. e1e4a40 drivers: timer: Explicitly setting argument as unused by Flavio Ceolin · 4 years, 7 months ago
  35. 63c3e15 drivers: use node IDs for DEVICE_MMIO.*_INIT by Andrew Boie · 4 years, 8 months ago
  36. 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
  37. 2881df3 drivers: timer: nrf: Adapt to clock_control changes by Krzysztof Chruscinski · 4 years, 9 months ago
  38. 7f7d05c drivers: hpet: use device_mmio by Andrew Boie · 4 years, 9 months ago
  39. af063cc drivers: timer: nrf_rtc: Use correct macro when capping cycles by Pawel Dunaj · 4 years, 9 months ago
  40. b37ce93 drivers: timer: fix tickless contineous interrupts by Sandeep Tripathy · 4 years, 9 months ago
  41. 0bc3585 drivers: timer: enable read synchronisation mode for the SAMD/E5x by Michael Hope · 4 years, 9 months ago
  42. 89466d5 drivers: timer: fix the use of K_FOREVER for the SAMD/E5x by Michael Hope · 4 years, 9 months ago
  43. b466e57 drivers/timer/hpet: Disable FSB interrupts by Andy Ross · 4 years, 9 months ago
  44. 259b300 drivers: timer: stm32 lptim minor fix and optimization by Giancarlo Stasi · 4 years, 10 months ago
  45. afc1b9d timer: hpet: enable level triggering by Daniel Leung · 4 years, 10 months ago
  46. 0856e99 drivers: timer: stm32 lptim stops counting on timeout FOREVER by Francois Ramu · 4 years, 10 months ago
  47. e4b62a8 drivers: timer: lptim: depend on SYS_POWER_MANAGEMENT by Aurelien Jarno · 4 years, 10 months ago
  48. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  49. 37e50a6 driver: timer: stm32_lptim: fix excess ticks by Julien D'Ascenzio · 4 years, 10 months ago
  50. 01ff7ba driver: timer: stm32_lptim: fix deadlock when waiting ARROK flag by Julien D'Ascenzio · 4 years, 10 months ago
  51. edd7284 driver: timer: stm32_lptim: don't reset backup domain by Julien D'Ascenzio · 4 years, 10 months ago
  52. f30f5ff drivers: timer: lptim is [EXPERIMENTAL] for stm32 soc series only by Francois Ramu · 4 years, 10 months ago
  53. 7be27b5 drivers: timer: stm32_lptim fix TICKLESS=n processing by Francois Ramu · 4 years, 10 months ago
  54. 29ea09e driver: timer: stm32_lptim control the timer duration by Francois Ramu · 4 years, 10 months ago
  55. fcfcc1d driver: timer: stm32_lptim set_timeout limit values by Francois Ramu · 4 years, 10 months ago
  56. 3894c6e driver: timer: fix accumulated counter increment by Julien D'Ascenzio · 4 years, 10 months ago
  57. b0081d1 driver: timer: stm32_lptim: tickless mode without a compilation flag by Francois Ramu · 4 years, 10 months ago
  58. b976e76 driver: timer: stm32_lptim: fix hang when no tickless by Julien D'Ascenzio · 4 years, 10 months ago
  59. e20d789 driver: timer: stm32_lptim: fix autoreload value by Julien D'Ascenzio · 4 years, 10 months ago
  60. 265d2cf drivers: litex_timer: Fix IRQ lock intolerance by Jakub Cebulski · 4 years, 10 months ago
  61. de9ed4e kernel: sys_clock: update weak pm control function by Peter Bigot · 4 years, 11 months ago
  62. a719b8c drivers: timer: nrf: Remove RTC1 dependency by Krzysztof Chruscinski · 4 years, 11 months ago
  63. 699b717 drivers: timer: nrf: Fix premature timeouts by Krzysztof Chruscinski · 4 years, 11 months ago
  64. bc6f11b drivers: arcv2_timer0: minor fix and optimization for SMP case by Wayne Ren · 4 years, 11 months ago
  65. ac5dc1d drivers: arcv2_timer0: back to use level triggered irq by Wayne Ren · 4 years, 11 months ago
  66. f511d51 drivers: arcv2_timer0: rename overflow_cyc to overflow_cycles by Wayne Ren · 4 years, 11 months ago
  67. cee9d9b timer: hpet: enable benchmarking during ISR by Daniel Leung · 4 years, 11 months ago
  68. ec55314 drivers: timer: nrf_rtc: fix TICKLESS=n processing by Peter Bigot · 4 years, 11 months ago
  69. 17fcaa3 drivers: timer: get ppi configuration from dt by Sandeep Tripathy · 4 years, 11 months ago
  70. 7222757 timer: remove QEMU_TICKLESS_WORKAROUND by Wentong Wu · 5 years ago
  71. cd0659e util.h: Remove INLINE definition and user by Alberto Escolar Piedras · 5 years ago
  72. 0156511 drivers: improve the arcv2_timer driver to update cycles correctly by Wayne Ren · 5 years ago
  73. 5776c82 drivers/timer: stm32_lptim: Move to new DT api by Erwan Gouriou · 5 years ago
  74. 10d15d1 drivers: timer: nrf_rtc: Refactor alarm setting by Krzysztof Chruscinski · 5 years ago
  75. e53ddb5 intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros by Kumar Gala · 5 years ago
  76. c442203 arch: arm: aarch32: Fix incorrect z_arm_{int,exc}_exit usage by Stephanos Ioannidis · 5 years ago
  77. 57784fb drivers: timer: xlnx_psttc: Convert driver to DT_INST macro by Kumar Gala · 5 years ago
  78. 2cd4681 drivers: timer: sam0_rtc_timer: Fix incorrect DT_INST conversion by Kumar Gala · 5 years ago
  79. c835676 drivers: timer: nrf_rtc: Convert driver to new DT_INST macros by Kumar Gala · 5 years ago
  80. ec04812 drivers: timer: rv32m1_lptmr: Convert driver to new DT_INST macros by Kumar Gala · 5 years ago
  81. a6a015e driver: arcv2_timer: remove sys_clock_disable by Wayne Ren · 5 years ago
  82. 78b5b2e driver: timer: st_stm32: fix build with the new timeout API by Aurelien Jarno · 5 years ago
  83. 381271f timer: mchp_xec_rtos: enable benchmarking during ISR by Daniel Leung · 5 years ago
  84. 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
  85. b1e1f64 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  86. 88469b7 drivers: litex: Convert litex drivers to new DT_INST macros by Kumar Gala · 5 years ago
  87. 28870e7 drivers: atmel sam0: Convert atmel sam0 drivers to new DT_INST macros by Kumar Gala · 5 years ago
  88. 7a81cd9 drivers: microchip: Convert microchip drivers to new DT_INST macros by Kumar Gala · 5 years ago
  89. e7df99d drivers: cc13xx_cc26xx: Convert drivers to new DT_INST macros by Kumar Gala · 5 years ago
  90. 4c5f8ac drivers: timer: hpet: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  91. 6d49e7c timer: add CAVS DSP wall clock timer for Intel SoC by Daniel Leung · 5 years ago
  92. fc941d5 drivers: timer: xlnx_psttc_timer: Implement tickless support by Stephanos Ioannidis · 5 years ago
  93. 7b1a660 drivers: timer: xlnx_psttc_timer: Use the current system timer API by Stephanos Ioannidis · 5 years ago
  94. 4b37a8f Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Carles Cufi · 5 years ago
  95. 8739517 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  96. f700022 arch: arc: bug fixes for running just one core for a multicore target by Wayne Ren · 5 years ago
  97. 711f88a timer: mchp_xec_rtos: convert to use DT_INST_ defines by Daniel Leung · 5 years ago
  98. d63651d riscv machine timer: Timer functions on long running platforms by Jaron Kelleher · 5 years ago
  99. 90d9eb2 native_posix: timer: Improve arch_busy_wait() doc by Alberto Escolar Piedras · 5 years ago
  100. 846034f drivers: loapic_timer: simplify TSC read by Andrew Boie · 5 years ago