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