|
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 |
|
|
6ff6db2167
|
Add TDX CI
|
2024-07-09 19:43:55 +08:00 |
|
|
b73412c2ff
|
Fix known TDX issues
|
2024-07-09 19:43:55 +08:00 |
|
|
d43fbd88ba
|
Add documentation to bus
|
2024-07-09 19:42:15 +08:00 |
|
|
0970adb37b
|
Add documentation to x86/device
|
2024-07-09 19:42:15 +08:00 |
|
|
c71ff237bc
|
Avoid using root directory
|
2024-07-09 19:19:58 +08:00 |
|
|
378a253dab
|
Disable racy EpollTest.UnblockWithSignal
|
2024-07-09 09:49:42 +08:00 |
|
|
9cbbcf63a7
|
Switch the dependency of unwinding back to crates.io
|
2024-07-09 09:45:58 +08:00 |
|
|
c7d2a908e0
|
Add stat_times_test
|
2024-07-08 22:31:30 +08:00 |
|
|
76f9193882
|
Add timestamp support for ramfs
|
2024-07-08 22:31:30 +08:00 |
|
|
64c17f3853
|
Remove home-brewed getpid benchmark
|
2024-07-08 18:21:08 +08:00 |
|
|
b12a5d6770
|
Add lmbench scripts
|
2024-07-08 18:21:08 +08:00 |
|
|
8726d858f2
|
Add pselect6 syscall
|
2024-07-08 18:21:08 +08:00 |
|
|
02bf6a9b47
|
Bump version to 0.6.2
v0.6.2
|
2024-07-08 17:13:16 +08:00 |
|
|
64b1be2472
|
Add the FIO benchmark
|
2024-07-08 17:13:16 +08:00 |
|
|
defb563541
|
Bump version to 0.6.1
v0.6.1
|
2024-07-08 15:26:29 +08:00 |
|
|
5eeb728526
|
Change ostd toml path
|
2024-07-08 15:26:29 +08:00 |
|
|
bb05153352
|
Add benchmark build scripts to Dockerfile
|
2024-07-08 15:26:29 +08:00 |
|
|
28f5480f70
|
Add notes about the volatile memory copy
|
2024-07-08 15:03:23 +08:00 |
|
|
990bd846cd
|
Enhance the stability of Asterinas compiling
|
2024-07-05 20:03:10 +08:00 |
|
|
52ce2dd5d1
|
Fix typos in docker commands within the docs.
|
2024-07-04 18:19:57 +08:00 |
|
|
623f4c9177
|
[Quick Fix] update ctime for utimes syscalls
|
2024-07-04 14:59:41 +08:00 |
|
|
9377a43f8f
|
Add timestamp support for ext2
|
2024-07-04 14:42:54 +08:00 |
|
|
608eba369c
|
Format logger output
|
2024-07-04 10:56:55 +08:00 |
|
|
cf56bce57c
|
Pass kernel command line option to logger
|
2024-07-04 10:56:55 +08:00 |
|
|
edc1412cc8
|
Add /proc/sys/kernel/cap_last_cap support
|
2024-07-04 10:47:30 +08:00 |
|
|
12b355b701
|
Fix issue about pathname and redefine the Filetype.
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
|
2024-07-03 21:59:25 +08:00 |
|
|
d8389da797
|
Add syscall mknod
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
|
2024-07-03 21:59:25 +08:00 |
|
|
0cf954801d
|
Support sending IPI using APIC
Co-authored-by: Chuandong Li <lichuand@pku.edu.cn>
|
2024-07-03 17:50:10 +08:00 |
|
|
fef8eebadc
|
Reverse the page table unlock order
|
2024-07-03 17:42:31 +08:00 |
|
|
02912e19cb
|
Add documentations for the page table cursors' validity
|
2024-07-03 17:42:31 +08:00 |
|
|
0f8d8da372
|
Refactor code related to CPU local memory
Co-authored-by: Chuandong Li <lichuand@pku.edu.cn>
|
2024-07-03 17:40:53 +08:00 |
|
|
98619f3482
|
Init RNG with rdrand directly (without getrandom)
|
2024-07-03 14:56:33 +08:00 |
|