|
eb5356c492
|
Set EM_386 only in x86
|
2024-07-22 21:47:37 +08:00 |
|
|
e7a75947ea
|
Remove ETIME logic in sys_poll
|
2024-07-22 21:45:52 +08:00 |
|
|
6ada748b79
|
Remove ETIME logic in sys_select
|
2024-07-22 21:45:52 +08:00 |
|
|
faa4234c7d
|
Return Ok when timer expired in do_poll
|
2024-07-22 21:45:52 +08:00 |
|
|
4dacff5be4
|
Fix a typo when assign 'dst.rbx' at copy_gp_regs
|
2024-07-21 22:34:58 +08:00 |
|
|
20524ae64a
|
Update the 100-line kernel and format it as well
|
2024-07-20 20:56:29 +08:00 |
|
|
71a486b9a5
|
Bye, FrameVec
|
2024-07-20 20:56:29 +08:00 |
|
|
fd63f8307d
|
Simplify visibility of page table APIs since the module is already pub(crate)
|
2024-07-20 20:56:29 +08:00 |
|
|
668997ab51
|
Refactor the VmSpace API and work around misuses
|
2024-07-20 20:56:29 +08:00 |
|
|
9f125cd671
|
Remove the nonsense mutex in Poller
|
2024-07-19 18:37:54 +08:00 |
|
|
94eba6d85e
|
Add unit tests about blocking behavior
|
2024-07-18 20:45:16 +08:00 |
|
|
a219b6a485
|
Rename Endpoint to Fifo
|
2024-07-18 20:45:16 +08:00 |
|
|
39cd4420f2
|
Fix many error codes in pipes
|
2024-07-18 20:45:16 +08:00 |
|
|
8e72451448
|
Reuse the wait_events method in pipes
|
2024-07-18 20:45:16 +08:00 |
|
|
1c0d865373
|
Refine the event lock for pipes
|
2024-07-18 20:45:16 +08:00 |
|
|
ab9941263b
|
Avoid duplicate wait_events methods
|
2024-07-18 20:45:16 +08:00 |
|
|
6e8896165d
|
Remove BusyBoxTraceFile
|
2024-07-18 20:45:16 +08:00 |
|
|
9505e5704e
|
Avoid the unused rights field
|
2024-07-18 20:45:16 +08:00 |
|
|
7621b71113
|
Remove unused documentations
|
2024-07-18 20:38:24 +08:00 |
|
|
31746e2ebf
|
Use WaitQueue to implement waiting in FutexWaiter
|
2024-07-18 20:38:24 +08:00 |
|
|
34f6108f56
|
Add benchmarks to workflow
|
2024-07-18 18:20:28 +08:00 |
|
|
e22d23429e
|
Add unix latency benchmark
|
2024-07-18 18:20:28 +08:00 |
|
|
02ad3d8cab
|
Add syscall-related benchmarks
|
2024-07-18 18:20:28 +08:00 |
|
|
0021f3014c
|
Add memory-related benchmarks
|
2024-07-18 18:20:28 +08:00 |
|
|
922176641c
|
Add process-related benchmarks
|
2024-07-18 18:20:28 +08:00 |
|
|
3462da986e
|
Remove publish api docs CI
|
2024-07-18 18:18:05 +08:00 |
|
|
f86583dbce
|
Make essential changes for publishing OSTD
|
2024-07-18 18:18:05 +08:00 |
|
|
77b823edc0
|
Add comment for VDSO_LIB
|
2024-07-18 18:10:56 +08:00 |
|
|
7dc1dbf824
|
Add .so files for LMbench-network
|
2024-07-18 18:10:56 +08:00 |
|
|
49eef0c094
|
Select should not return ETIME
|
2024-07-18 18:09:39 +08:00 |
|
|
2766d95c18
|
Poll should not return ETIME
|
2024-07-18 18:09:39 +08:00 |
|
|
bffc34c94b
|
Don't check access mode if the file is being created
|
2024-07-18 17:55:23 +08:00 |
|
|
fbf2afd799
|
Add ioctl subcommand FIONBIO/FIOASYNC
|
2024-07-18 11:39:52 +08:00 |
|
|
8a9c012249
|
Check CPUID before enabling AVX512
|
2024-07-17 10:24:45 +08:00 |
|
|
da987db700
|
Add prctl subcommand PR_GET_DUMPABLE/PR_SET_DUMPABLE
|
2024-07-16 22:31:26 +08:00 |
|
|
0417ad7376
|
Ignore timeout error in epoll_wait
|
2024-07-16 22:26:57 +08:00 |
|
|
07a0ea07c0
|
Disable preemption in page table locks
|
2024-07-16 21:38:09 +08:00 |
|
|
cc49384e96
|
Rename inc_ref to inc_ref_count
|
2024-07-16 21:38:09 +08:00 |
|
|
ef1fd645c2
|
Rename get_ref_count to ref_count
|
2024-07-16 21:38:09 +08:00 |
|
|
e9330eea7d
|
Prefer ManuallyDrop than mem::forget
|
2024-07-16 21:38:09 +08:00 |
|
|
7966719e6a
|
Wrap mutable data into UnsafeCell
|
2024-07-16 21:38:09 +08:00 |
|
|
4f2d537516
|
Remove the level in RawPageTableNode
|
2024-07-16 21:38:09 +08:00 |
|
|
6cfccccab1
|
Enable AVX-512 flags in XCR0
|
2024-07-16 21:26:20 +08:00 |
|
|
4292ec2ebb
|
Make intel_tdx feature as default
|
2024-07-16 21:22:29 +08:00 |
|
|
4ae59a8f2e
|
Add integration test with kvm enabled
|
2024-07-16 21:20:10 +08:00 |
|
|
3d2a0c33af
|
Clean up the virtio console IRQ handler a bit
|
2024-07-14 16:43:23 +08:00 |
|
|
a465ec1346
|
Work around a QEMU bug in virtio console pasting
|
2024-07-14 16:43:23 +08:00 |
|
|
ceb0ef67e1
|
Make Pauser work in raw tasks
|
2024-07-14 16:42:08 +08:00 |
|
|
8f64a1cb90
|
Make Pauser work in kernel threads
|
2024-07-14 16:42:08 +08:00 |
|
|
9e5f3123e1
|
Log messages to the serial atomically and rename arch::serial
Co-authored-by: Chuandong Li <lichuand@pku.edu.cn>
|
2024-07-09 21:56:03 +08:00 |
|