Commit Graph

1255 Commits

Author SHA1 Message Date
Yuke Peng 8ce86e4d98 Add lmbench signal protection test 2024-08-18 23:20:57 +08:00
Yuke Peng 21255655c0 Add lmbench mmap latency test 2024-08-18 23:20:57 +08:00
Yuke Peng 9e2956b4a3 Add lmbench mmap bandwidth test 2024-08-18 23:20:57 +08:00
Yuke Peng 46d45de37a Change the log level of page fault handler failed 2024-08-18 23:20:57 +08:00
Fabing Li 36a2f40d07 Enhance the stability of lmbench-mem 2024-08-18 21:10:33 +08:00
Cautreoxit c44447d54b Refactor the API of spinlocks 2024-08-18 21:06:40 +08:00
Yuke Peng 0160a85ccd Add semaphore gvisor test 2024-08-18 16:37:39 +08:00
Yuke Peng 60ef523aaf Implement semctl syscall 2024-08-18 16:37:39 +08:00
Yuke Peng 9d83e76931 Implement semop and semtimedop syscall 2024-08-18 16:37:39 +08:00
Yuke Peng 4530253a99 Implement semget syscall 2024-08-18 16:37:39 +08:00
Yuke Peng b7a5f797de Add System V semaphore basic support 2024-08-18 16:37:39 +08:00
Yuke Peng 6430ef1841 Add LMbench lat_sem test 2024-08-18 16:37:39 +08:00
Fabing Li ce2af1eb05 Add flock and sys_flock 2024-08-17 18:18:23 +08:00
Fabing Li cbd8879243 Add range lock and sys_fcntl 2024-08-17 18:18:23 +08:00
Fabing Li 4a2da992a6 Add Extension implementation on inode for lock storing 2024-08-17 18:18:23 +08:00
Zhang Junyang 0c9b7c03bb Get ACPI RSDP from EFI tables if not provided in `boot_params` 2024-08-17 18:14:27 +08:00
Chen Chengjun 803f059493 Add page fault lmbench 2024-08-17 18:07:09 +08:00
Chen Chengjun 9c7fd8fef5 Add dummy msync 2024-08-17 18:07:09 +08:00
Marsman1996 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
Marsman1996 4c1f6a4e32 Fix panic in futex and rt_sigprocmask 2024-08-17 18:01:32 +08:00
Chen Chengjun 364ef48e2f Fix a concurrency bug in clocksource 2024-08-17 17:57:26 +08:00
Jianfeng Jiang 0291b5dc6b Optimize the latency of lmbench-select-file 2024-08-16 11:19:29 +08:00
Marsman1996 5b5f9cffd1 Fix panic when transfer `how` to enum in sys_rt_sigprocmask() 2024-08-16 11:14:11 +08:00
Chen Chengjun 40c2acf29d Add shared filebacked mmap test 2024-08-16 10:45:16 +08:00
Chen Chengjun 2ca7b28bbc Refactor the elf loading logics 2024-08-16 10:45:16 +08:00
Chen Chengjun 950fbc131b Implement resize mapping and modify the brk implementation 2024-08-16 10:45:16 +08:00
Chen Chengjun 4bf355af50 Refactor mmap and support shared filebacked mmap 2024-08-16 10:45:16 +08:00
Chen Chengjun 19184d5c3d Remove the concept of child VMOs and clean-up VMO implementations 2024-08-16 10:45:16 +08:00
Chen Chengjun 9f9169adfe Modify the Vmar APIs to fit the modifications of VmMapping 2024-08-16 10:45:16 +08:00
Chen Chengjun ff842cb778 VMOs only provide pages to mappings and anonymous mappings are decoupled from VMOs 2024-08-16 10:45:16 +08:00
Chen Chengjun cb56e6368d Do some clean-up for vdso.rs 2024-08-16 10:45:16 +08:00
Chen Chengjun 24e7f77803 Add duplicate_frame method 2024-08-16 10:45:16 +08:00
Yuke Peng 49692c2068 Fix several warnings when ktest is enabled 2024-08-16 10:43:55 +08:00
Yuke Peng 0f9285d72b Adjust cargo check script in rust analyzer 2024-08-16 10:43:55 +08:00
Chen Chengjun 99a22ff124 Improve efficiency of global TLB flushing 2024-08-15 23:14:51 +08:00
Shaowei Song 720b952996 Add lmbench fs tests 2024-08-15 23:07:33 +08:00
jellllly420 2ab4ba11bc Refactor preemption-related code in OSTD 2024-08-15 23:06:18 +08:00
jellllly420 f5464e82c0 Implement new scheduling API in OSTD 2024-08-15 23:06:18 +08:00
Zhang Junyang 4844e7ca7c Allow page table protectors to flush TLB entries precisely 2024-08-14 20:40:03 +08:00
Zhang Junyang 9a6e1b03e3 Allow the page table un-mapper to flush the TLB precisely 2024-08-14 20:40:03 +08:00
Zhang Junyang e597a10088 Rename `PageTableQueryResult` to `PageTableItem` 2024-08-14 20:40:03 +08:00
Tate, Hongliang Tian 6df0a3073c Add a comment for UserMode 2024-08-14 11:43:34 +08:00
Hsy-Intel b6e4b36a51 Change Asterinas TDX CI scheduled time 2024-08-14 10:18:32 +08:00
Zhang Junyang be54a39592 Remove the preempt guard from the IRQ guard 2024-08-13 20:34:26 +08:00
Zhang Junyang 491e4325fa Enable IRQs before leaving the OSTD boot routine 2024-08-13 20:34:26 +08:00
Hsy-Intel 20d5212910 Use nightly toolchain for OSDK test 2024-08-13 20:27:21 +08:00
Hsy-Intel e10eab6576 Add TDX CI for OSDK 2024-08-13 20:27:21 +08:00
Hsy-Intel 3a6768ecb2 Add TDX support for OSDK test 2024-08-13 20:27:21 +08:00
Hsy-Intel d6925e7c93 Fix a typo 2024-08-13 20:27:21 +08:00
Ruihan Li f499f54cf5 Record the original bound name 2024-08-13 19:32:22 +08:00