summaryrefslogtreecommitdiff
path: root/include/drivers/system_timer.h
AgeCommit message (Expand)Author
2017-04-27kernel: tickless: Add tickless kernel supportRamesh Thomas
2017-04-21Convert remaining code to using newly introduced integer sized typesKumar Gala
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-12-17kernel/arch: remove obsolete instances of irq_connectBenjamin Walsh
2016-12-15arcv2_timer0: Add suspend and resume supportJulien Delayen
2016-11-07include: remove old kernel defintionsAndrew Boie
2016-10-21device_pm: Update control function name and doc to indicate PM specificRamesh Thomas
2016-10-04unified: Add tickless idle support for x86 and ARMPeter Mitsis
2016-09-23unified: Remove unused _nano_get_earliest_deadline()Peter Mitsis
2016-09-22power_mgmt: Update sample and drivers according to new pm device APIamirkapl
2016-09-13unified/sys_timer: guard microkernel announce with !KERNEL_V2Benjamin Walsh
2016-09-12power_mgmt: Make device_pm_ops definition staticRamesh Thomas
2016-07-21timer: Adds device suspend/resume to loapic timerRamesh Thomas
2016-02-11sys_clock/microkernel: do not announce ticks until microkernel is upBenjamin Walsh
2016-02-11tickless idle x86: Tickless idle support on nanokernel for x86Sergio Rodriguez
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05timer: Rename _sys_clock_cycle_get()Peter Mitsis
2016-02-05sys_clock: Replace microkernel _k_sys_clock_tick_countPeter Mitsis
2016-02-05sys_clock: fix _sys_idle_elapsed_ticks typePeter Mitsis
2016-02-05timer: rename SYSTEM_TIMER_DISABLE/timer_disableBenjamin Walsh
2016-02-05kernel: Minor tweak to generation of microkernel TICK_EVENTAllan Stephens
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05checkpatch: error - spacingDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05sys_clock: rename timer_read to _sys_clock_cycle_getBenjamin Walsh
2016-02-05Update _sys_clock_driver_init() interfacePeter Mitsis
2016-02-05Rename timer_driver() to _sys_clock_driver_init()Peter Mitsis
2016-02-05timer_driver() no longer takes a parameterPeter Mitsis
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05nanokernel: allow nano time tracking to be used in microkernelsBenjamin Walsh
2016-02-05sys_clock: rename nanokernel's _do_sys_clock_tick_announceBenjamin Walsh
2016-02-05timer: micro/nano abstraction for announcing tickBenjamin Walsh
2015-04-10First commitInaky Perez-Gonzalez