- f7437ac pm: Move z_pm_save_idle_exit to pm subsys by Flavio Ceolin · 10 months ago
- bcd1d19 kernel: add closing comments to config endifs by Simon Hein · 1 year ago
- 8188be5 kernel: fix spelling errors by Nguyen Minh Thien · 1 year, 1 month ago
- 8634c3b kernel: move wait_q.h header to be internal by Anas Nashif · 1 year, 7 months ago
- e2d0d1a kernel: allow for arch specific processing within busy loops by Nicolas Pitre · 1 year, 10 months ago
- 96a9055 kernel: idle: fix build error on arm-clang by Kumar Gala · 1 year, 11 months ago
- e01bee5 kernel: idle: fix -Werror=misleading-indentation by Francois Ramu · 2 years, 6 months ago
- 0ca7150 kernel/idle: Fix !SCHED_IPI_SUPPORTED by Andy Ross · 2 years, 6 months ago
- cffefc8 kernel: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- bb5d644 pm: Do not suspend during kernel initialization by Flavio Ceolin · 3 years, 2 months ago
- 7226247 pm: idle: Remove not necessary branch by Flavio Ceolin · 3 years, 4 months ago
- 7dd4297 pm: Remove unused parameter by Flavio Ceolin · 3 years, 4 months ago
- 9444480 pm: Better return type for pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
- 851d14a kernel/sched: Remove "cooperative scheduling only" special cases by Andy Ross · 3 years, 10 months ago
- 13f528b kernel: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 4 years ago
- ca75bbe tests: boot_time: remove all the code and instrumentation feeding into test by Jennifer Williams · 4 years ago
- 9c1efe6 clock: remove z_ from semi-public APIs by Anas Nashif · 4 years ago
- 2e9b583 idle: Remove weak function by Flavio Ceolin · 4 years, 1 month ago
- 6307d19 power: Remove unused / unimplemented code by Flavio Ceolin · 4 years, 1 month ago
- e277134 power: Remove unnecessary pm_idle_exit_notification_disable api by Flavio Ceolin · 4 years, 1 month ago
- b5e1336 power: s/POWER_STATE_ACTIVE/PM_STATE_ACTIVE by Flavio Ceolin · 4 years, 1 month ago
- 6400bb5 kernel/idle: Clean up and refactoring / remove TICKLESS_IDLE_THRESH by Andy Ross · 4 years, 1 month ago
- 39a8f3b kernel/idle: Replace stolen IRQ lock by Andy Ross · 4 years, 1 month ago
- c0c8cb0 kernel: Remove abort and join implementation (UNBISECTABLE) by Andy Ross · 4 years, 1 month ago
- d21cfd5 power: Remove power management conditionals from code by Flavio Ceolin · 4 years, 2 months ago
- 579f704 power: Move pm subsystem to new power states by Flavio Ceolin · 4 years, 2 months ago
- 19cb44b kernel: idle: fix builds with PM but no system clock by Peter Bigot · 4 years, 3 months ago
- 8ad5ad2 kernel: don't unlock and then lock immediately in idle loop by Daniel Leung · 4 years, 4 months ago
- 98cef83 power: cleanup kernel idle and power hooks by Anas Nashif · 4 years, 4 months ago
- 8a97717 power: rename _pm_idle_exit_notification_disable by Anas Nashif · 4 years, 4 months ago
- f9238d6 power: set_kernel_idle_time_in_ticks -> _set_kernel_idle_time_in_ticks by Anas Nashif · 4 years, 4 months ago
- e393745 power: rename _sys_suspend/_sys_resume by Anas Nashif · 4 years, 4 months ago
- e0f3833 power: remove SYS_ and sys_ prefixes by Anas Nashif · 4 years, 4 months ago
- dd931f9 power: standarize PM Kconfigs and cleanup by Anas Nashif · 4 years, 4 months ago
- 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
- f5a7e1a kernel: handle thread self-aborts on idle thread by Andrew Boie · 4 years, 6 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
- 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
- e665410 kernel: rename boot time globals by Andrew Boie · 6 years ago
- c0c4ba8 kernel/idle.c: fix compilation failure (SMP && !SCHED_IPI_SUPPORTED) by Charles E. Youse · 6 years ago
- 677050c kernel/idle: Correct SMP_FALLBACK define by Jan Van Winkel · 6 years ago
- 11bd67d kernel/idle: Use normal idle in SMP when IPI is available by Andy Ross · 6 years ago
- 3036faf tests/benchmarks: fix BOOT_TIME_MEASUREMENT by Charles E. Youse · 6 years ago
- 190e368 cleanup: include/: move power.h to power/power.h by Anas Nashif · 6 years ago
- 68c389c include: move system timer headers to include/drivers/timer/ by Anas Nashif · 6 years ago
- 676b1ae kernel: idle: exclude no-op funcs from coverage by Andrew Boie · 6 years ago
- 17b08ce power: clean up system power managment function names by Piotr Mienkowski · 6 years ago
- 204311d power: rename Low Power States to Sleep States by Piotr Mienkowski · 6 years ago
- 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
- 9cc63e0 power: Fix naming of Kconfig options controlling deep sleep states by Piotr Zięcik · 6 years ago
- 7a49356 power: Fix naming of Kconfig options controlling low power states by Piotr Zięcik · 6 years ago
- d02e3eb power: Eliminate SYS_PM_* power states. by Piotr Zięcik · 6 years ago
- 427cc77 kernel: fix smp build on esp32 by Anas Nashif · 6 years ago
- 74a74bb power: rename api sys_soc -> sys_ by Anas Nashif · 6 years ago
- 9151fbe power: rename APIs and removing leading _ by Anas Nashif · 6 years ago
- d0d9eb0 kernel: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
- baea224 kernel: Always set clock expiry with sync with timeout module by Pawel Dunaj · 6 years ago
- 8b54953 kernel/sys_clock: Fix build when !SYS_CLOCK_EXISTS by Andy Ross · 6 years ago
- 7aae75b idle: Fix tickless timeout behavior by Andy Ross · 6 years ago
- d7b35c9 idle: Remove needless "expired" logic in sys_power_save_idle() by Andy Ross · 6 years ago
- 722a888 timer: Clean up hairy tickless APIs by Andy Ross · 6 years ago
- 1a1a953 include/system_timer.h: Timer API cleanup by Andy Ross · 6 years ago
- ab48827 drivers/timer: Unify timeout setting APIs by Andy Ross · 6 years ago
- 6fdc56d kernel: Using boolean types for boolean constants by Flavio Ceolin · 7 years ago
- b3d9202 kernel: Using boolean constants instead of 0 or 1 by Flavio Ceolin · 7 years ago
- d9c37d6 kernel: idle: Define _sys_soc_resume functions conditionally by Ramakrishna Pallala · 7 years ago
- 15c4007 kernel: Rework SMP irq_lock() compatibility layer by Andy Ross · 7 years ago
- a1ae845 kernel: Name of static functions should not begin with an underscore by Leandro Pereira · 7 years ago
- 85557b0 kernel: Simplified idle for SMP auxiliary CPUs by Andy Ross · 7 years ago
- 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
- be1cb96 tests: benchmark: boot_time: Reading time stamps made arch agnostic by Adithya Baglody · 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
- ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
- dc3d73b kernel: fix all nanokernel usage in comments by Anas Nashif · 8 years ago
- d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago[Renamed from kernel/unified/idle.c]
- c3a2bbb kernel: add k_cpu_idle/k_cpu_atomic_idle() by Benjamin Walsh · 8 years ago
- f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
- 8367056 power_mgmt: Rename _sys_soc_resume notification disabling API by Ramesh Thomas · 8 years ago
- c0cd7ac power_mgmt: Simplify _sys_soc_resume notification by Ramesh Thomas · 8 years ago
- 8450c90 kernel: fix issues in idle thread by Benjamin Walsh · 8 years ago
- 12ffc58 benchmarks: rename _NanoTscRead -> _tsc_read by Anas Nashif · 8 years ago
- ded076d tests: power_mgmt: Make power test unified kernel based by Ramesh Thomas · 8 years ago
- 5f8fa67 unified: Fix boot_time nanokernel benchmark by Peter Mitsis · 8 years ago
- 3e0f20a power_mgmt: Update changes in k_idle.c missing in idle.c by Ramesh Thomas · 8 years ago
- 429f69a unified: idle.c to include power.h by Peter Mitsis · 8 years ago
- 055262c unified: remaining timeout cleanup by Benjamin Walsh · 8 years ago
- 96cb05c unified: Add tickless idle support for x86 and ARM by Peter Mitsis · 8 years ago
- 456c6da unified: initial unified kernel implementation by Benjamin Walsh · 9 years ago