Commit Graph

1250 Commits

Author SHA1 Message Date
c44447d54b Refactor the API of spinlocks 2024-08-18 21:06:40 +08:00
0160a85ccd Add semaphore gvisor test 2024-08-18 16:37:39 +08:00
60ef523aaf Implement semctl syscall 2024-08-18 16:37:39 +08:00
9d83e76931 Implement semop and semtimedop syscall 2024-08-18 16:37:39 +08:00
4530253a99 Implement semget syscall 2024-08-18 16:37:39 +08:00
b7a5f797de Add System V semaphore basic support 2024-08-18 16:37:39 +08:00
6430ef1841 Add LMbench lat_sem test 2024-08-18 16:37:39 +08:00
ce2af1eb05 Add flock and sys_flock 2024-08-17 18:18:23 +08:00
cbd8879243 Add range lock and sys_fcntl 2024-08-17 18:18:23 +08:00
4a2da992a6 Add Extension implementation on inode for lock storing 2024-08-17 18:18:23 +08:00
0c9b7c03bb Get ACPI RSDP from EFI tables if not provided in boot_params 2024-08-17 18:14:27 +08:00
803f059493 Add page fault lmbench 2024-08-17 18:07:09 +08:00
9c7fd8fef5 Add dummy msync 2024-08-17 18:07:09 +08:00
cf30599729 Propagate errors of futex operations when used in futex syscall instead of panic on them
by @jellllly420
2024-08-17 18:01:32 +08:00
4c1f6a4e32 Fix panic in futex and rt_sigprocmask 2024-08-17 18:01:32 +08:00
364ef48e2f Fix a concurrency bug in clocksource 2024-08-17 17:57:26 +08:00
0291b5dc6b Optimize the latency of lmbench-select-file 2024-08-16 11:19:29 +08:00
5b5f9cffd1 Fix panic when transfer how to enum in sys_rt_sigprocmask() 2024-08-16 11:14:11 +08:00
40c2acf29d Add shared filebacked mmap test 2024-08-16 10:45:16 +08:00
2ca7b28bbc Refactor the elf loading logics 2024-08-16 10:45:16 +08:00
950fbc131b Implement resize mapping and modify the brk implementation 2024-08-16 10:45:16 +08:00
4bf355af50 Refactor mmap and support shared filebacked mmap 2024-08-16 10:45:16 +08:00
19184d5c3d Remove the concept of child VMOs and clean-up VMO implementations 2024-08-16 10:45:16 +08:00
9f9169adfe Modify the Vmar APIs to fit the modifications of VmMapping 2024-08-16 10:45:16 +08:00
ff842cb778 VMOs only provide pages to mappings and anonymous mappings are decoupled from VMOs 2024-08-16 10:45:16 +08:00
cb56e6368d Do some clean-up for vdso.rs 2024-08-16 10:45:16 +08:00
24e7f77803 Add duplicate_frame method 2024-08-16 10:45:16 +08:00
49692c2068 Fix several warnings when ktest is enabled 2024-08-16 10:43:55 +08:00
0f9285d72b Adjust cargo check script in rust analyzer 2024-08-16 10:43:55 +08:00
99a22ff124 Improve efficiency of global TLB flushing 2024-08-15 23:14:51 +08:00
720b952996 Add lmbench fs tests 2024-08-15 23:07:33 +08:00
2ab4ba11bc Refactor preemption-related code in OSTD 2024-08-15 23:06:18 +08:00
f5464e82c0 Implement new scheduling API in OSTD 2024-08-15 23:06:18 +08:00
4844e7ca7c Allow page table protectors to flush TLB entries precisely 2024-08-14 20:40:03 +08:00
9a6e1b03e3 Allow the page table un-mapper to flush the TLB precisely 2024-08-14 20:40:03 +08:00
e597a10088 Rename PageTableQueryResult to PageTableItem 2024-08-14 20:40:03 +08:00
6df0a3073c Add a comment for UserMode 2024-08-14 11:43:34 +08:00
b6e4b36a51 Change Asterinas TDX CI scheduled time 2024-08-14 10:18:32 +08:00
be54a39592 Remove the preempt guard from the IRQ guard 2024-08-13 20:34:26 +08:00
491e4325fa Enable IRQs before leaving the OSTD boot routine 2024-08-13 20:34:26 +08:00
20d5212910 Use nightly toolchain for OSDK test 2024-08-13 20:27:21 +08:00
e10eab6576 Add TDX CI for OSDK 2024-08-13 20:27:21 +08:00
3a6768ecb2 Add TDX support for OSDK test 2024-08-13 20:27:21 +08:00
d6925e7c93 Fix a typo 2024-08-13 20:27:21 +08:00
f499f54cf5 Record the original bound name 2024-08-13 19:32:22 +08:00
6b50d28ba1 Remove unnecessary self-connecting check 2024-08-13 19:32:22 +08:00
8bcb5a2a5f Avoid nested locks 2024-08-13 19:32:22 +08:00
5445a26ec5 Fix results of getting UNIX names 2024-08-13 19:32:22 +08:00
98c17a3d1b Add boterinas introduction to Asterinas book 2024-08-13 19:31:13 +08:00
8fdd22de8a Align the buffer size of pipes and UNIX sockets 2024-08-13 19:30:02 +08:00