1. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  2. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  3. 9bb07ff jailhouse: add support for x2APIC mode for all LOAPIC accesses by Gustavo Lima Chaves · 7 years ago
  4. 833025d timer: xtensa_sys_timer: Tickless Kernel Implementation for Xtensa by Youvedeep Singh · 7 years ago
  5. 780324b cleanup: rename fiber/task -> thread by Anas Nashif · 7 years ago
  6. 4600c37ff1 doc: Fix misspellings in header/doxygen comments by David B. Kinder · 7 years ago
  7. 91063a3 tests: benchmark: timing_info: Add support for nrf series processors by Youvedeep Singh · 8 years ago
  8. 76b577e tests: benchmark: timing_info: Change API/variable Name. by Youvedeep Singh · 8 years ago
  9. a4063f5 Timer: Add TICKLESS_KERNEL support for nrf_rtc_timer. by Youvedeep Singh · 8 years ago
  10. 5efaca4 Timer Systick : Handle Systick timer rollback in tickless kernel Case by Youvedeep Singh · 8 years ago
  11. f253af2 drivers: timer: init earlier in boot sequence by Andrew Boie · 8 years ago
  12. fb56b39 timer: xtensa_sys: Cleanup use of C99 types by Kumar Gala · 8 years ago
  13. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  14. 7075008 drivers: timer: Fix nRF RTC timer _timer_cycle_get_32 by Vinayak Kariappa Chettimada · 8 years ago
  15. 6a89999 xtensa: use inline assembly instead of XT_* macros by Max Filippov · 8 years ago
  16. d03b249 test: benchmarking: Timing metrics for the kernel by Adithya Baglody · 8 years ago
  17. b414cc5 timer: tickless: arcv2: Add tickless kernel support by Ramesh Thomas · 8 years ago
  18. 0beffbe timer: tickless: cortex_m: Add tickless kernel support by Ramesh Thomas · 8 years ago
  19. 74ecc24 timer: tickless: loapic: Add tickless kernel support by Ramesh Thomas · 8 years ago
  20. e314ea3 timer: tickless: hpet: Add tickless kernel support by Ramesh Thomas · 8 years ago
  21. 89ffd44 kernel: tickless: Add tickless kernel support by Ramesh Thomas · 8 years ago
  22. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  23. ccad5bf drivers: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  24. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  25. 896cf7a spell: fix doxygen comment typos: /drivers by David B. Kinder · 8 years ago
  26. fdd045b kconfig: rename non-Kconfig CONFIG_* variables by Anas Nashif · 8 years ago
  27. b84dc2e kernel: remove all remaining references to nanokernel by Anas Nashif · 8 years ago
  28. d7bc60f kernel: remove remaining microkernel references by Anas Nashif · 8 years ago
  29. cd14317 timer: riscv_machine_timer: prevent spurious interrupt while rearming the timer by Jean-Paul Etienne · 8 years ago
  30. 1451f82 timer: riscv_machine_timer driver depends on SOC_FAMILY_RISCV_PRIVILEGE by Jean-Paul Etienne · 8 years ago
  31. 51036ca nrf_rtc_timer: clear events and counter when disabling sys_clock by Ricardo Salveti · 8 years ago
  32. b8d5773 cortex_m_systick: fix _timer_cycle_get_32() race by Andrew Boie · 8 years ago
  33. d787099 drivers/timer: Fixing issue in nRF RTC driver when RTC handler is blocked. by Øyvind Hovdsveen · 8 years ago
  34. 68c9d97 x86: loapic_timer: use TSC for k_cycle_get_32() by Andrew Boie · 8 years ago
  35. 15b8ed1 arcv2_timer: fix cycle count race by Andrew Boie · 8 years ago
  36. 923560a drivers/timer: Rework the nRF RTC driver. by Wojciech Bober · 8 years ago
  37. e08d07c kernel: add flexibility to k_cycle_get_32() definition by Andrew Boie · 8 years ago
  38. 09648cf altera_avalon_timer: disable high-resolution timestamps by Andrew Boie · 8 years ago
  39. 97d76ca riscv_machine_timer: fix k_cycle_get_32() by Andrew Boie · 8 years ago
  40. 4bff13e Xtensa port: Fixed Xtensa timer in case of tickles idle. by Mazen NEIFER · 8 years ago
  41. ff0828f Xtensa port: Fixed compilation errors caused by last rebase on master. by Mazen NEIFER · 8 years ago
  42. 8f92bc2 Xtensa port: Added support for Xtensa internal timer as system timer. by Mazen NEIFER · 8 years ago
  43. b0669a0 Xtensa port: Added support for Xtensa simulator console driver. by Mazen NEIFER · 8 years ago
  44. 0c736f2 Xtensa port: Added Xtensa internal timer configuration need by assembly files. by Mazen NEIFER · 8 years ago
  45. 5d5265b riscv32: timer: disable riscv_machine_timer driver by default for riscv32 by Jean-Paul Etienne · 8 years ago
  46. 444ecaf kernel: Remove redundant TICKLESS_IDLE_SUPPORTED option by Ramesh Thomas · 8 years ago
  47. c989f0b riscv32: timer: replace riscv_qemu_driver by the generic riscv_machine_driver by Jean-Paul Etienne · 8 years ago
  48. f85dbb1 arm: cmsis: Convert _ScbExcPrioSet to NVIC_SetPriority by Kumar Gala · 8 years ago
  49. 8c75d79 timer: nrf_rtc: Use CMSIS NVIC APIs directly by Kumar Gala · 8 years ago
  50. 7f5dc1a arm: cmsis: Convert systick to CMSIS by Kumar Gala · 8 years ago
  51. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  52. 6b65dce legacy: Move TICKS_UNLIMITED -> K_FOREVER by Anas Nashif · 8 years ago
  53. 23cef9e timer: added support for the riscv-qemu timer driver by Jean-Paul Etienne · 8 years ago
  54. ec76a4b timer: added timer driver for the pulpino SOC by Jean-Paul Etienne · 8 years ago
  55. 3c39e55 arc: fix unaligned variables resulting in unaligned k_cpu_sleep_mode by Benjamin Walsh · 8 years ago
  56. b7386c3 arm: nordic_nrf5: Cleanup Kconfig dependencies for timer and clocks by Kumar Gala · 8 years ago
  57. 50f7032 arc/nios2: rename sys_cycle_get_32 to k_cycle_get_32 by Benjamin Walsh · 8 years ago
  58. 3d8e86c drivers: eliminate nano/micro kernel usage by Anas Nashif · 8 years ago
  59. cfbe9b0 kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED by Anas Nashif · 8 years ago
  60. c1f2e26 timer: hpet: rename debug function to avoid conflict by Anas Nashif · 8 years ago
  61. 5ad2905 arm: remove old GDB_INFO support by Anas Nashif · 8 years ago
  62. ca0951d drivers: timer: Optimize RTC driver and prevent past events by Carles Cufi · 8 years ago
  63. d127864 arcv2_timer0: Add suspend and resume support by Julien Delayen · 8 years ago
  64. 41c6493 drivers: timers: remove unneeded include path addition by Kumar Gala · 8 years ago
  65. b04cdcd drivers: Remove legacy nanokernel.h include by Flavio Santes · 8 years ago
  66. 6276ca6 drivers: timer: replace deprecated interface in nrf_rtc_timer by Vinayak Chettimada · 8 years ago
  67. 883f9c3 drivers: timer: Fix missing sys_clock_disable in nrf_rtc_timer by Vinayak Chettimada · 8 years ago
  68. 247a450 drivers: nrf timer: remove unused variable by Anas Nashif · 8 years ago
  69. a100ada drivers: timer: nRF SoC Series RTC system clock implementation by Vinayak Chettimada · 8 years ago
  70. 92c5f91 arm: systick: Some SoCs do not have systick by Anas Nashif · 8 years ago
  71. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  72. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  73. 9024a93 drivers: timer: remove old kernel support by Andrew Boie · 8 years ago
  74. dc76dbf unified: Add tickless idle support for ARC by Dmitriy Korovkin · 8 years ago
  75. 96cb05c unified: Add tickless idle support for x86 and ARM by Peter Mitsis · 8 years ago
  76. 0d2b822 timer: Fixes a build error when MVIC is used by Ramesh Thomas · 8 years ago
  77. edeb1f1 x86: interrupts: optimize and simplify IRQ stubs by Andrew Boie · 9 years ago
  78. c490219 power_mgmt: Update sample and drivers according to new pm device API by amirkapl · 9 years ago
  79. 035ec82 drivers: timer: cortex_m_systick remove dead code by Javier B Perez · 9 years ago
  80. d4429bf drivers: timer: loapic remove unused workaround by Javier B Perez · 9 years ago
  81. 3caec4e unified/drivers: adapt timer drivers to unified kernel by Benjamin Walsh · 9 years ago
  82. fa17597 power_mgmt: Make device_pm_ops definition static by Ramesh Thomas · 9 years ago
  83. e98ac23 x86: declare internal API for interrupt controllers by Andrew Boie · 9 years ago
  84. 36ece00 arc/soc: remove unused CONFIG_TIMER0_CLOCK_FREQ by Benjamin Walsh · 9 years ago
  85. 533c2ee arc: fix management of IRQ priority levels by Andrew Boie · 9 years ago
  86. 96cadd1 arc: move special-purpose irq priorities to flags by Andrew Boie · 9 years ago
  87. 8f0fdb6 timer: Adds device suspend/resume to loapic timer by Ramesh Thomas · 9 years ago
  88. 133dab4 altera_avalon_timer: new timer driver for Nios II by Andrew Boie · 9 years ago
  89. a4568aa arc: fixes a missing declaration compile error by Ramesh Thomas · 9 years ago
  90. 49dec0d arc: clarify in comment that ARC must have timer0 by Chuck Jordan · 9 years ago
  91. 9433895 nios2: basic build, non-functional by Andrew Boie · 9 years ago
  92. bb19e6f power_mgmt: Make names consistent with new RFC by Ramesh Thomas · 9 years ago
  93. 661d2f3 microkernel: Add support for *_sleep() during initialization by Dmitriy Korovkin · 9 years ago
  94. 9abc29e arc_timer: assert that counter always lower than limit by Simon Desfarges · 9 years ago
  95. a51f886 arc_timer: fix tickless idle by Simon Desfarges · 9 years ago
  96. e6ded3f arc_timer: fix wrong programmed limit when entering idle by Simon Desfarges · 9 years ago
  97. 4f92399 Revert "microkernel: Add support for *_sleep() during initialization" by Anas Nashif · 9 years ago
  98. 0d50329 microkernel: Add support for *_sleep() during initialization by Dmitriy Korovkin · 9 years ago
  99. e893869 Revert "sys_clock: start the microkernel ticker in the MICROKERNEL init level" by Benjamin Walsh · 9 years ago
  100. 4dee326 tickless idle x86: Tickless idle support on nanokernel for x86 by Sergio Rodriguez · 9 years ago