User Details
- User Since
- Jun 21 2022, 7:17 PM (192 w, 4 d)
Yesterday
Fri, Feb 27
I did some experiment and you are right, the compiler optimize it above O1.
Also, my assumption is wrong since reminder in aarch64 actually convert into udiv + msub, which is not faster than what we previous have.
Thanks!
Cache and free acpi_cppc_ctx immediately since we only use readonly field.
Also, use roundup to prevent duplicate frequency.
Use readonly struct to reduce memory consumption
Use uint64_t instead of platform dependent register_t
Don't implement FFH in generic bus driver since it is not widely used.
Thu, Feb 26
Fix GENERIC build
Return EOPNOTSUPP instead of ENOSUPP
Have rebased to main. Thanks!
Rebase to main
Wed, Feb 25
Mark FFH resource as 1 byte to prevent resource overlap
Set min max when something bad happens
Tue, Feb 24
Don't free when not possible
Sat, Feb 21
Abandon since we have 4.0.3 port.
Fri, Feb 20
Wed, Feb 18
Sun, Feb 8
Sat, Feb 7
LGTM for me but I think we should merge the intel's one at the same time.
Ok I see it is reused in other patch
LGTM with a comment.
Sun, Feb 1
Jan 24 2026
Jan 18 2026
Delete content instead of removing the whole directory
Jan 17 2026
Jan 16 2026
Jan 10 2026
Minor fixes
Remove License message
Jan 6 2026
Move commit back
Move commit back
Seperate differential
Minor fixes
Jan 5 2026
Use x86_msr_op
Simplify dump_sysctl_cb
Add helper functions for single cpu
Jan 4 2026
Jan 3 2026
Thanks! Thought I sucessfully booted up on a AMD64 machine, this patch touches the basic logic of smp so I will think twice before landing it.
Minor fixes