Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  greatbridf dee96a3a6a syscall: migrate all syscalls to async... 5 ay önce
  greatbridf 874a4fa000 task: migrate all Task::block_on calls to task::block_on 6 ay önce
  greatbridf 333f3907d4 Merge branch 'master' into loongarch64 6 ay önce
  greatbridf c5b5572fc6 chore: change some typo and format 6 ay önce
  greatbridf fdc65f0d30 feat: bug fix and some temporary solutions 6 ay önce
  greatbridf af00747a1a feat(arch): working impl of loongarch64 7 ay önce
  zhuowei shao 409b0633e1 feat(page fault): refactor mmap page fault handle to deal with page cache and sharing mapping 7 ay önce
  greatbridf 2b85bbc015 fix(brk): return fail if the given break pos is less than current 7 ay önce
  greatbridf 576c43db2d fix(CoW): check both PRESENT and MAPPED bits when doing cow 7 ay önce
  greatbridf c2eab5d866 feat: impl vdso for all architectures and sigreturn for riscv64 7 ay önce
  greatbridf ac9a6b2f1f Merge remote-tracking branch 'upstream/master' into riscv64-support 7 ay önce
  greatbridf 9f15decb66 change(mm_list): rewrite `protect` with new syntax 7 ay önce
  zhuowei shao a8df9df74b fix: fix mprotect 7 ay önce
  greatbridf a0b22bb416 style: remove arch crate 7 ay önce
  greatbridf 963a3b1bb9 Merge remote-tracking branch 'upstream/master' into riscv64-support 7 ay önce
  greatbridf bb2b276c8e partial work: impl virtio block device and sbi console 7 ay önce
  zhuowei shao 1ff75b9e8f feat(loader): rewrite loader and support dynamic loading 8 ay önce
  greatbridf dd32b93963 feat(hal): smp initialization 8 ay önce
  greatbridf 8672c72a5d feat(hal): working impl of HAL. 8 ay önce
  greatbridf 262b76ad95 remove(bindgen): move all the used constants to `kernel::constants` 8 ay önce
  greatbridf 33d30d3413 partial work: make all syscalls use the new interface 8 ay önce
  greatbridf ebd3d1224c change(x86): optimize bootstrap code, remove kinit.cpp 8 ay önce
  greatbridf c488664697 change(pte): new definitions for PTE attributes 8 ay önce
  Heinz 799e7cbf38 refactor(mm): remove anonymous flag 8 ay önce
  greatbridf dc97e018fa refactor(mm): new abstraction of page table and etc. 8 ay önce
  greatbridf a2ec93f2e3 temporary solution: use `Task::block_on` everywhere 9 ay önce
  greatbridf 3d55507589 mutex: refactor to get rid of `Lock` 10 ay önce
  greatbridf 360dd9da38 mm_list: remove lock_irq restriction on `MMListInner` 10 ay önce
  greatbridf 779805a7b1 refactor: separate parts into eonix_{log, preempt, sync, runtime} crates 10 ay önce
  greatbridf a24eaa45e1 task: rewrite the task system to decouple better. 10 ay önce