summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2016-05-09arc: clarify in comment that ARC must have timer0Chuck Jordan
2016-05-03nios2: basic build, non-functionalAndrew Boie
2016-03-26power_mgmt: Make names consistent with new RFCRamesh Thomas
2016-03-26microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-24arc_timer: assert that counter always lower than limitSimon Desfarges
2016-03-23arc_timer: fix tickless idleSimon Desfarges
2016-03-23arc_timer: fix wrong programmed limit when entering idleSimon Desfarges
2016-03-11Revert "microkernel: Add support for *_sleep() during initialization"Anas Nashif
2016-03-10microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-02-11Revert "sys_clock: start the microkernel ticker in the MICROKERNEL init level"Benjamin Walsh
2016-02-11tickless idle x86: Tickless idle support on nanokernel for x86Sergio Rodriguez
2016-02-10sys_clock: start the microkernel ticker in the MICROKERNEL init levelBenjamin Walsh
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05init: use SYS_INIT() where it makes senseBenjamin Walsh
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05clock: Make sure the clock is initialized prior to devicesTomasz Bursztyka
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05timers: don't build if there is no system clock in useAndrew Boie
2016-02-05arc timer: Fix tickless idle tick announcementPeter Mitsis
2016-02-05arc: add nanokernel tickless idle support in timer0 driverPeter Mitsis
2016-02-05arc: Remove misleading comment in Timer0 driverPeter Mitsis
2016-02-05kernel: remove CONFIG_INT_LATENCY_BENCHMARK fences from code pathDirk Brandewie
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05hpet: move content of include/drivers/hpet.h into driverDaniel Leung
2016-02-05timer: Remove deprecated routinesPeter Mitsis
2016-02-05timer: Rename _sys_clock_cycle_get()Peter Mitsis
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05hpet: set sys_clock_hw_cycles_per_sec at runtimeBenjamin Walsh
2016-02-05timers: fix indentation in KconfigBenjamin Walsh
2016-02-05sys_clock: add option for setting timer frequency at runtimeBenjamin Walsh
2016-02-05kconfig: define architecture as a kconfig variableAnas Nashif
2016-02-05timer: Support for no local Apic Timer dividerAnas Nashif
2016-02-05x86: add Quark D2000 Interrupt Controller (MVIC)Anas Nashif
2016-02-05irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() functionDmitriy Korovkin
2016-02-05timer: allow enabling of sys_clock_disable()Benjamin Walsh
2016-02-05timer: rename SYSTEM_TIMER_DISABLE/timer_disableBenjamin Walsh
2016-02-05systick: remove unused stack variableBenjamin Walsh
2016-02-05Rename Profiler to Event Logger.Yonattan Louise
2016-02-05checkpatch: warning - spacingDan Kalowsky
2016-02-05cleanup: removing NOMANUALDan Kalowsky
2016-02-05checkpatch: warning - line_spacingDan Kalowsky
2016-02-05checkpatch: error - trailing_whitespaceDan Kalowsky
2016-02-05checkpatch: error - static_initiazationDan Kalowsky
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05x86: arm: Modify IRQ_CONFIG macro to have same signature as ARCDirk Brandewie
2016-02-05checkpatch: error - initialised_staticDan Kalowsky
2016-02-05checkpatch: code_indent failuresDan Kalowsky