greatbridf
|
a2ec93f2e3
temporary solution: use `Task::block_on` everywhere
|
9 月之前 |
greatbridf
|
c5a6a24ea8
eonix_sync: make sleeping functions `async`
|
9 月之前 |
greatbridf
|
b58b00ec34
wait_list: make sure the node is removed before dropping `Prepare`
|
9 月之前 |
greatbridf
|
246d1e76d7
page_alloc: disable preemption while accessing PERCPU_PAGES
|
9 月之前 |
greatbridf
|
fe2b07f8b5
task: fix park and unpark memory order
|
9 月之前 |
greatbridf
|
689a147b35
wait_list: improved waitlist arch
|
9 月之前 |
greatbridf
|
c1c82197b2
task: new task state management method
|
10 月之前 |
greatbridf
|
05dc79b1b5
percpu: change the definition of `define_percpu_shared`
|
10 月之前 |
greatbridf
|
03d2c0d298
percpu: add `percpu_shared`
|
10 月之前 |
greatbridf
|
f3c8032637
lazy_lock: add `get_mut` method.
|
10 月之前 |
greatbridf
|
5b315d7831
lazy_lock: replace old lazy_static
|
10 月之前 |
greatbridf
|
25266c1a21
spin: add doc for `Spin`
|
10 月之前 |
greatbridf
|
40e475897c
rwlock: use `try_read_weak` in `read_slow_path`
|
10 月之前 |
greatbridf
|
3d55507589
mutex: refactor to get rid of `Lock`
|
10 月之前 |
greatbridf
|
d52fc5232b
arcswap: fix the wrong memory order
|
10 月之前 |
greatbridf
|
1dc9996b90
rwlock: refactor to get rid of `Lock`
|
10 月之前 |
greatbridf
|
df68448e87
rwlock: fix lost wakeup problem
|
10 月之前 |
greatbridf
|
360dd9da38
mm_list: remove lock_irq restriction on `MMListInner`
|
10 月之前 |
greatbridf
|
147558c1d2
Merge branch 'spin-rework' into sync-extraction
|
10 月之前 |
greatbridf
|
3009c12592
spin: rewrite spinlock, add traits for guards
|
10 月之前 |
greatbridf
|
525eee2872
rwlock: rename rwsem to rwlock and reimpl the lock
|
10 月之前 |
greatbridf
|
fa1c3af64e
preempt: move r_preempt_{disable, enable, count} to eonix_preempt
|
10 月之前 |
greatbridf
|
8384960da7
locked: move Locked to enoix_sync
|
10 月之前 |
greatbridf
|
a396b8add4
Merge branch 'sched-rewrite' into shiai-master
|
10 月之前 |
greatbridf
|
9e65c1c74a
configure: remove the check for mtools
|
10 月之前 |
greatbridf
|
779805a7b1
refactor: separate parts into eonix_{log, preempt, sync, runtime} crates
|
10 月之前 |
greatbridf
|
b29d448a4f
serial: improve irq handle. add worker support
|
10 月之前 |
greatbridf
|
f8ded5c5f2
task: add JoinHandle::join to wait for result
|
10 月之前 |
greatbridf
|
ba9a93014f
Merge branch 'sched-rewrite' into shiai-master
|
10 月之前 |
greatbridf
|
a24eaa45e1
task: rewrite the task system to decouple better.
|
10 月之前 |