Historique des commits

Auteur SHA1 Message Date
  greatbridf ec187ff5df feat(spin): separate the procedure of saving lock context from spinlocks il y a 8 mois
  greatbridf 630621a376 Merge pull request #2 from SMS-Derfflinger/master il y a 8 mois
  greatbridf 39828e5e2a style(mm): remove unused imports il y a 8 mois
  greatbridf 383393294b change(mm): add `page_size()` to `PageTableLevel`, some style changes il y a 8 mois
  greatbridf 894cfb4efc Rename new_levels to with_levels il y a 8 mois
  Heinz 8e05b3965b change(mm): replace enum with &[PageTableLevel] il y a 8 mois
  Heinz b4b8564055 change(mm) il y a 8 mois
  Heinz 1fa2d6f94d refactor(mm): add level choose in kernel iterator il y a 8 mois
  greatbridf 896553fd7b Merge branch 'mm-refactor' il y a 8 mois
  greatbridf c488664697 change(pte): new definitions for PTE attributes il y a 8 mois
  greatbridf 5dfe746c27 change(buddy): remove `Spin` from buddy allocator il y a 8 mois
  greatbridf cafb8b6bf8 fix(page_alloc): expose global buddy alloc to `mod cpu` il y a 8 mois
  greatbridf 676089587c change(page_alloc): better abstraction il y a 8 mois
  greatbridf b4e2516cbc mm: remove `take()` from `PTE` il y a 8 mois
  greatbridf 87f8f7b5b5 Merge pull request #1 from SMS-Derfflinger/master il y a 8 mois
  Heinz 799e7cbf38 refactor(mm): remove anonymous flag il y a 8 mois
  Heinz 627958d4a0 feat(arch): impl mm for riscv64 il y a 8 mois
  greatbridf c2f64394c6 Merge branch 'mm-refactor' il y a 8 mois
  greatbridf dc97e018fa refactor(mm): new abstraction of page table and etc. il y a 8 mois
  greatbridf 2a1aa49688 task: disable preemption in `unpark()` il y a 9 mois
  greatbridf 16acfb40f9 signal: separate signal.rs into several files il y a 9 mois
  greatbridf 3179e41a7c wait_list: add `get_waker_function` used in `SignalList::signal_waker` il y a 9 mois
  greatbridf a2ec93f2e3 temporary solution: use `Task::block_on` everywhere il y a 9 mois
  greatbridf c5a6a24ea8 eonix_sync: make sleeping functions `async` il y a 9 mois
  greatbridf b58b00ec34 wait_list: make sure the node is removed before dropping `Prepare` il y a 9 mois
  greatbridf 246d1e76d7 page_alloc: disable preemption while accessing PERCPU_PAGES il y a 9 mois
  greatbridf fe2b07f8b5 task: fix park and unpark memory order il y a 9 mois
  greatbridf 689a147b35 wait_list: improved waitlist arch il y a 9 mois
  greatbridf c1c82197b2 task: new task state management method il y a 10 mois
  greatbridf 05dc79b1b5 percpu: change the definition of `define_percpu_shared` il y a 10 mois