1948 Commits

Author SHA1 Message Date
Zejun Zhao
7cf8df4c3c Make nth_occurrence configurable in benchmark CI 2024-12-20 09:46:23 +08:00
Zejun Zhao
e4beb6e0a7 Make SMP configurable in benchmark CI 2024-12-20 09:46:23 +08:00
Shaowei Song
104c8dfdde Optimize the DirEntry lookup in ext2 2024-12-20 09:36:16 +08:00
Shaowei Song
21da6d2b93 Optimize lock usage in ext2 inodes 2024-12-20 09:36:16 +08:00
Marsman1996
3d12ccdbea Warn unsupported clone flags instead of panic 2024-12-20 09:21:25 +08:00
jiangjianfeng
9a540d0fb6 Notify virtqueue in a batch manner 2024-12-19 14:49:56 +08:00
Yuke Peng
acc10376e6 Update benchmark README 2024-12-18 14:53:25 +08:00
Yuke Peng
efac408524 Update FIO benchmark CI 2024-12-18 14:53:25 +08:00
Yuke Peng
0397e7281e Enable IOMMU scheme by default in CI 2024-12-18 14:53:25 +08:00
jiangjianfeng
72cb160539 Add keepidle tcp option 2024-12-18 13:19:34 +08:00
Shaowei Song
547c92d2ff Add a simple test for POSIX shared memory 2024-12-18 12:26:33 +08:00
Shaowei Song
00b194812d Prepare "/dev/shm" for POSIX shared memory 2024-12-18 12:26:33 +08:00
lab-pc-wtj
6e4a4c58d0 Improve /proc/{PID}/stat 2024-12-18 10:00:15 +08:00
Ruihan Li
776fd6a892 Create backlog sockets on demand 2024-12-17 20:14:53 +08:00
Fabing Li
a739848464 Block ProcCpuinfo cases temporarily 2024-12-17 20:14:13 +08:00
Fabing Li
24f1e02b26 Support prctl(PR_SET_KEEPCAPS/PR_GET_KEEPCAPS) 2024-12-17 20:14:13 +08:00
Fabing Li
d72ce0351a Add permission checks for sys_capset 2024-12-17 20:14:13 +08:00
Fabing Li
636efe68fd Give root process a full capability set 2024-12-17 20:14:13 +08:00
Fabing Li
e67ed9434b Enhance search pattern with regex 2024-12-17 20:07:26 +08:00
Fabing Li
ea009ec698 Fail the benchmark job if no file is found 2024-12-17 19:48:57 +08:00
Ruihan Li
1ab63c7bcb Add regression tests for exit() 2024-12-17 19:36:38 +08:00
Ruihan Li
35c20620bc Rewrite exit() and exit_group() 2024-12-17 19:36:38 +08:00
Ruihan Li
5efc32b6ea Fix the GRUB build issue 2024-12-17 14:36:41 +08:00
Ruihan Li
bf91551de1 Fix a typo in Dockerfile 2024-12-17 11:07:56 +08:00
Ruihan Li
c5d1542736 Bump version to 0.10.2 v0.10.2 2024-12-17 10:47:41 +08:00
Ruihan Li
9cc3aeb6e8 Use Asterinas-specific fork of GRUB 2024-12-17 10:47:41 +08:00
Zejun Zhao
bc5a058fc5 Add TODO for a potential vulnerability in futex implementation 2024-12-16 21:12:08 +08:00
Zejun Zhao
868b742b31 Add syscall test involving syscall restart 2024-12-16 21:12:08 +08:00
Zejun Zhao
1b56a8b600 Enable syscall restart 2024-12-16 21:12:08 +08:00
Zejun Zhao
ced0023d6b Introduce a syscall restart mechanism 2024-12-16 21:12:08 +08:00
Fabing Li
b70c4784ed Make Results always be triggered 2024-12-16 19:59:02 +08:00
Zhang Junyang
f1df7982fd Add temporary linear mapping for metadata 2024-12-16 19:21:54 +08:00
Zhang Junyang
508919ca38 Heapless metadada init 2024-12-16 19:21:54 +08:00
Zhang Junyang
04511b74c4 Revise the access of some external statics 2024-12-16 19:15:59 +08:00
Zhang Junyang
68bdda4c4c Set the page table for APs before kicking 2024-12-16 19:15:59 +08:00
Zhang Junyang
285dde5546 Set affinity for BSP idle thread 2024-12-16 19:15:59 +08:00
jiangjianfeng
d14d4b9312 Ingore test-base in format_all.sh 2024-12-16 19:11:03 +08:00
Fabing Li
a0f9f34baf Remove redundant "sqlite/" prefix 2024-12-16 14:57:21 +08:00
Ruize Tang
9f9fff0558 Fix format_all.sh treating comments as directories 2024-12-16 13:30:22 +08:00
Yuke Peng
2a02e84462 Add SQLite ramfs benchmarks 2024-12-16 13:23:30 +08:00
Yuke Peng
859b3f9618 Remove "sqlite/" prefix in summary.json 2024-12-16 13:23:30 +08:00
Zhang Junyang
60365a818a Use pointer metadata for page metadata 2024-12-16 13:22:05 +08:00
Fabing Li
cd22854f59 Add proc_test for procfs 2024-12-15 16:52:24 +08:00
Fabing Li
327a6b5e30 Export /proc/self-thread 2024-12-15 16:52:24 +08:00
Fabing Li
532dac8fe3 Export /proc/[pid]/task and /proc/[pid]/task/[tid] 2024-12-15 16:52:24 +08:00
jiangjianfeng
58cf8ea681 Set keepalive and tcp_nodelay on underlying sockets 2024-12-15 16:50:43 +08:00
jiangjianfeng
8b07a68e9e Add regression test for keepalive and tcp nodelay 2024-12-15 16:50:43 +08:00
jiangjianfeng
74a59206d7 Refactor sockoption.c with test framework 2024-12-15 16:50:43 +08:00
Ruize Tang
ea1874aa46 Enhance OSDK performance by using size and modified time instead of sha256sum 2024-12-15 16:42:57 +08:00
Ruize Tang
9d82ac8958 Enhance OSDK performance by using hard link instead of copy 2024-12-15 16:42:57 +08:00