History log of /DragonOS/kernel/src/driver/clocksource/acpi_pm.rs (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# af097f9f 16-Jul-2024 黄铭涛 <114841534+1037827920@users.noreply.github.com>

fix(time): modify update wall time (#836)

更改了时间子系统的update_wall_time函数,通过读取当前周期数,计算delta值进行更新,而不是通过传入delta值进行更新


# 2eab6dd7 16-May-2024 曾俊 <110876916+ZZJJWarth@users.noreply.github.com>

feat(log): 将内核日志统一为新的logger (#814)


# 92deae63 16-May-2024 LoGin <longjin@DragonOS.org>

chore: move setup_arch_post timepoint to before clocksource_boot_finish (#820)

This commit adjusts the timing of the setup_arch_post event to occur before the clocksource_boot_finish event, allowing

chore: move setup_arch_post timepoint to before clocksource_boot_finish (#820)

This commit adjusts the timing of the setup_arch_post event to occur before the clocksource_boot_finish event, allowing the time subsystem to properly register architecture-specific clock sources.

show more ...


Revision tags: V0.1.10
# 942cf26b 28-Apr-2024 LoGin <longjin@DragonOS.org>

fix(riscv/process): 把riscv的调度时钟节拍率与HZ同步,并且修复切换到用户态的时候忘了在内核态关中断的bug (#780)


# dd8e74ef 28-Apr-2024 Mingtao Huang <114841534+1037827920@users.noreply.github.com>

feat(driver/acpi_pm): Implement ACPI PM Timer (#772)

* feat: Implement ACPI PM Timer