Heinz
|
1fa2d6f94d
refactor(mm): add level choose in kernel iterator
|
8 months ago |
greatbridf
|
896553fd7b
Merge branch 'mm-refactor'
|
8 months ago |
greatbridf
|
c488664697
change(pte): new definitions for PTE attributes
|
8 months ago |
greatbridf
|
5dfe746c27
change(buddy): remove `Spin` from buddy allocator
|
8 months ago |
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 |
greatbridf
|
c2f64394c6
Merge branch 'mm-refactor'
|
8 months ago |
greatbridf
|
dc97e018fa
refactor(mm): new abstraction of page table and etc.
|
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 |
greatbridf
|
40e475897c
rwlock: use `try_read_weak` in `read_slow_path`
|
10 months ago |
greatbridf
|
3d55507589
mutex: refactor to get rid of `Lock`
|
10 months ago |
greatbridf
|
d52fc5232b
arcswap: fix the wrong memory order
|
10 months ago |