Commit History

Author SHA1 Message Date
  luojia65 ffdb3d9c85 rustsbi: announce 0.2.1 version to fix an internal bug 3 years ago
  luojia65 783c3bc796 Merge remote-tracking branch 'origin/main' 3 years ago
  luojia65 8c9312d9f1 rustsbi: reduce code size by inlining internal functions 3 years ago
  luojia65 5e19bb0a3c rustsbi: faster IPI code path 3 years ago
  luojia65 457d194416 rustsbi: fix a bug on hart mask 3 years ago
  Luo Jia 6165baf9cb Merge pull request #26 from luojia65/main 3 years ago
  luojia65 cc5fde0c71 rustsbi: announce 0.2.0 version 3 years ago
  luojia65 2c9cbf18da rustsbi: code quality fix using clippy hints 3 years ago
  luojia65 01becb0f81 doc: improve documents of ipi, hsm and library root modules 3 years ago
  luojia65 ca2ccb3eb2 doc: font italic for reserved fields 3 years ago
  luojia65 8cbeaec9df Update to version 0.2.0-alpha.10 3 years ago
  luojia65 bb485d3464 readme: add a separate paragraph for talks and documents 3 years ago
  luojia65 07247bbfa2 readme: add minimum Rust version 3 years ago
  Luo Jia 86468d33be Merge pull request #23 from duskmoon314/logo-crlf 3 years ago
  Campbell He 48bc8f9b62 style: use crlf instead of lf in logo 3 years ago
  luojia65 fe7fdfd430 Marks on cross build this project in README; thank you @tommythorn 3 years ago
  luojia65 e338f28147 Publish version 0.2.0-alpha.9 3 years ago
  luojia65 90c2ce9fd9 Use new stabilized asm! macro 3 years ago
  luojia65 50d5e8d015 Remove dependency on 'spin' 3 years ago
  luojia65 f685aad1b6 Use atomic instructions to write once and mutex 3 years ago
  luojia65 67c3aa55d9 Use amoswap based lock in once fat box 3 years ago
  luojia65 d21efc4bb4 Use ticket mutex for legacy stdio handler 3 years ago
  luojia65 e4f841ce72 Use Rustfmt to reformat code 3 years ago
  luojia65 3090b6198a Update dependencies `riscv` and `spin` 3 years ago
  Luo Jia 518c8f1c13 Add 'HSM and SRST module on RustSBI' 3 years ago
  luojia65 ba210aa04d Function `num_counters` now returns `usize` 3 years ago
  luojia65 33cd09807a Document clean-up for multiple modules 3 years ago
  luojia65 37c30ab2b5 Support RISC-V SBI Specification v0.3 3 years ago
  luojia65 385f6f9433 Small typo fix for changelog 3 years ago
  luojia65 45ea6f8a19 Add notes for #[repr(C)] 3 years ago