You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter 5e1fdf8605
Remove unsafe from certain IRQ related code
While turning IRQs on or off is something that "sounds critical", it is not
unsafe in these sense of compromising memory safety. Rust's unsafe should be
about memory safety only, hence removing it from certain functions.
2 years ago
..
_arch/aarch64 Remove unsafe from certain IRQ related code 2 years ago
bsp Rework driver subsystem 2 years ago
console Misc fixes/streamlining 2 years ago
cpu Use a virtual manifest starting tutorial 12 2 years ago
exception Remove unsafe from certain IRQ related code 2 years ago
memory Misc fixes/streamlining 2 years ago
bsp.rs Use a virtual manifest starting tutorial 12 2 years ago
common.rs Misc fixes/streamlining 2 years ago
console.rs Rework driver subsystem 2 years ago
cpu.rs Use a virtual manifest starting tutorial 12 2 years ago
driver.rs Rework driver subsystem 2 years ago
exception.rs Use a virtual manifest starting tutorial 12 2 years ago
lib.rs Misc fixes/streamlining 2 years ago
main.rs Misc fixes/streamlining 2 years ago
memory.rs Misc fixes/streamlining 2 years ago
panic_wait.rs Remove unsafe from certain IRQ related code 2 years ago
print.rs Rework driver subsystem 2 years ago
state.rs Use a virtual manifest starting tutorial 12 2 years ago
synchronization.rs Annotate sync functions 2 years ago
time.rs Use a virtual manifest starting tutorial 12 2 years ago