Cronologia Commit

Autore SHA1 Messaggio Data
  greatbridf 937e5a47c1 Merge pull request #19 from greatbridf/fix-syscall 7 mesi fa
  zhuowei shao bf6c04837b feat: implement syscall get_robust_list 7 mesi fa
  Heinz 0d98e9bbe6 Merge branch 'master' into ext4-support 7 mesi fa
  Heinz faff005b55 fix(fs): fix ext4 fs in riscv64, It will work normally only when a single ext4 image is mounted. 7 mesi fa
  greatbridf b212bc8ca2 feat(vfs): update {a, m, c}time accordingly when we modify the inodes 7 mesi fa
  greatbridf 5fdaaef28e feat(rtc): implement RTC for riscv64 7 mesi fa
  greatbridf b1fb9dea12 fix(timer): riscv64 should have timer frequency 1000Hz 7 mesi fa
  greatbridf e356f5143b feat(syscall): impl fcntl::F_{GET, SET}FL 7 mesi fa
  Heinz de242d19af fix(fs): fix ext4 fs, now x86_64 can read test image normally 7 mesi fa
  greatbridf bdc6dfb5a3 fix(exit): don't panic when we have user access fault on exiting 7 mesi fa
  greatbridf 2c152fdca0 fix(execve): return error code instead of panicking when interpreter can't be found 7 mesi fa
  greatbridf d6dcfee4d2 fix(FixEntry): make riscv64 fixup list entry correctly aligned and laid out 7 mesi fa
  greatbridf 82260f8ed8 feat: impl several more syscalls, bump linux version to 5.17 7 mesi fa
  greatbridf 481948d2cb Merge pull request #18 from greatbridf/dev-drivers 7 mesi fa
  greatbridf 98ac37c635 feat(syscall): impl fch{own, mod}at and utimensat 7 mesi fa
  greatbridf ef950102c0 change(linker): enlarge the RAM size for riscv64 targets to support release mode builds 7 mesi fa
  greatbridf 1513e66772 fix(FileArray): release the spinlock before dropping inner files 7 mesi fa
  greatbridf 576c43db2d fix(CoW): check both PRESENT and MAPPED bits when doing cow 7 mesi fa
  greatbridf ca174932df fix(syscall): `fstatat` should place device number major at bit 8..16 7 mesi fa
  greatbridf 42b95ebe83 feat(syscall): impl lseek for riscv64 7 mesi fa
  greatbridf dad0fa00ef feat(interrupt): add external interrupt support for riscv64 7 mesi fa
  greatbridf 9932b08358 change(trap): improve trap handling process 7 mesi fa
  greatbridf 6dd58675ae feat(serial): add serial driver support for riscv64 7 mesi fa
  Heinz 77e6bd8f0c feat(fs): add ext4 fs support based on ext4_rs crate 7 mesi fa
  greatbridf 1e9ae1be41 feat(BlockDevice): add write requests for block devices 7 mesi fa
  greatbridf 16cb0de6bd Merge branch 'master' into dev-drivers 7 mesi fa
  greatbridf e5d5464c96 Merge pull request #9 from SMS-Derfflinger/riscv64-support 7 mesi fa
  Heinz f7d4f9d574 style(hal): remove unused import and modify annotation 7 mesi fa
  Heinz e027b453ca fix(hal): fix riscv enable/disable_irq 7 mesi fa
  Heinz 7280c46efb feat(hal): add timer interrupt enable 7 mesi fa