asterinas/ostd/src
Ruihan Li 000ad53c9f Support UART console 2026-01-27 17:44:41 -08:00
..
arch Support UART console 2026-01-27 17:44:41 -08:00
boot Flush TLBs in `IoMem::new` 2025-12-31 20:00:37 -08:00
console Move NS16650A UART driver outside `arch` 2026-01-27 17:44:41 -08:00
cpu Fix `offset: *mut Self` by `offset: usize` in SingleInstruction traits 2025-12-30 14:36:50 +08:00
io Move NS16650A UART driver outside `arch` 2026-01-27 17:44:41 -08:00
irq Format with new `rustfmt` 2025-12-09 09:23:58 +08:00
mm Add missing safety comments in `boot_pt` 2026-01-19 23:41:42 +08:00
sync Remove WeakRef and NonNullPtr impl for Weak<T> 2025-12-26 17:00:11 +08:00
task Fix all direct casts of function items into integers 2025-12-09 09:23:58 +08:00
timer
util Add a range counter 2025-12-31 19:40:11 -08:00
bus.rs
coverage.rs Manage poweroff and restart handlers 2025-12-08 11:12:05 +08:00
error.rs
ex_table.rs Fix all direct casts of function items into integers 2025-12-09 09:23:58 +08:00
lib.rs Refactor DMA APIs 2025-12-31 19:40:11 -08:00
logger.rs
panic.rs Fix manual implementations of `.is_multiple_of()` 2025-12-09 09:23:58 +08:00
power.rs Flush TLBs in `IoMem::new` 2025-12-31 20:00:37 -08:00
prelude.rs
smp.rs Flush TLBs in `IoMem::new` 2025-12-31 20:00:37 -08:00
user.rs