Commit History

Author SHA1 Message Date
  greatbridf cafb8b6bf8 fix(page_alloc): expose global buddy alloc to `mod cpu` 8 months ago
  greatbridf 676089587c change(page_alloc): better abstraction 8 months ago
  greatbridf b4e2516cbc mm: remove `take()` from `PTE` 8 months ago
  greatbridf 87f8f7b5b5 Merge pull request #1 from SMS-Derfflinger/master 8 months ago
  Heinz 799e7cbf38 refactor(mm): remove anonymous flag 8 months ago
  Heinz 627958d4a0 feat(arch): impl mm for riscv64 8 months ago
  Heinz 7e20f8f748 refactor(mm): remove anonymous flag 8 months ago
  Heinz 4e6869156f feat(arch): impl mm for riscv64 8 months ago
  Heinz 6bb8ca94db Merge branch 'master' into riscv64-support 8 months ago
  Heinz 5ef1cefcb7 feat: add some riscv64 bootstrap code 8 months ago
  greatbridf c2f64394c6 Merge branch 'mm-refactor' 8 months ago
  greatbridf dc97e018fa refactor(mm): new abstraction of page table and etc. 8 months ago
  Heinz fb564762d1 refactor: refactor bootstrap file structure 8 months ago
  Heinz bdf63e9d28 chore: add make and cmake mutil arch support 8 months ago
  Heinz 61b031b0a2 chore: add configure mutil arch support 8 months ago
  greatbridf 2a1aa49688 task: disable preemption in `unpark()` 9 months ago
  greatbridf 16acfb40f9 signal: separate signal.rs into several files 9 months ago
  greatbridf 3179e41a7c wait_list: add `get_waker_function` used in `SignalList::signal_waker` 9 months ago
  greatbridf a2ec93f2e3 temporary solution: use `Task::block_on` everywhere 9 months ago
  greatbridf c5a6a24ea8 eonix_sync: make sleeping functions `async` 9 months ago
  greatbridf b58b00ec34 wait_list: make sure the node is removed before dropping `Prepare` 9 months ago
  greatbridf 246d1e76d7 page_alloc: disable preemption while accessing PERCPU_PAGES 9 months ago
  greatbridf fe2b07f8b5 task: fix park and unpark memory order 9 months ago
  greatbridf 689a147b35 wait_list: improved waitlist arch 9 months ago
  greatbridf c1c82197b2 task: new task state management method 10 months ago
  greatbridf 05dc79b1b5 percpu: change the definition of `define_percpu_shared` 10 months ago
  greatbridf 03d2c0d298 percpu: add `percpu_shared` 10 months ago
  greatbridf f3c8032637 lazy_lock: add `get_mut` method. 10 months ago
  greatbridf 5b315d7831 lazy_lock: replace old lazy_static 10 months ago
  greatbridf 25266c1a21 spin: add doc for `Spin` 10 months ago