Commit Graph

1438 Commits

Author SHA1 Message Date
ClawSeven
f91cd60786 [libos] Add untrusted circular buffer 2024-06-21 14:49:21 +08:00
ClawSeven
f3b1acf3ce [libos] Re-implement ioctl commands 2024-06-21 14:49:21 +08:00
ClawSeven
fd6e1bae45 [libos] Implement sub-crates including uring_callback/keyable-arc/object-id/untrusted-alloc etc 2024-06-21 14:49:21 +08:00
ClawSeven
44eb5ca3fe [libos] Implement edge/level triggering waiter and poller 2024-06-21 14:49:21 +08:00
ClawSeven
bfc97f5ba2 [libos] Replace file table with internally implemented mutex 2024-06-21 14:49:21 +08:00
ClawSeven
9a174aee01 [libos] Implement high-performance mutex 2024-06-21 14:49:21 +08:00
LI Qing
eee7c8651d Use Ord::clamp to simplify the nice value 2024-06-20 13:17:13 +08:00
Qi Zheng
c864e10400 [libos] Return hostfs permission error code 2024-06-18 12:46:49 +08:00
Zheng, Qi
0b96a19526 Add flink k8s mode 2024-06-13 20:08:09 +08:00
Qi Zheng
11fffa6039 [demos] Fix golang webserver build error 2024-06-13 11:58:44 +08:00
Qi Zheng
9db48c3c5b [demos] Specify protoc-gen-go-grpc version for go pingpong demo 2024-06-13 11:58:44 +08:00
Qi Zheng
efafd12d7c [demos] Update flink demo to version 1.15.2
Also make both flink job manager and task manager run in Occlum
2024-05-30 13:28:35 +08:00
Hui, Chunyang
f36d6d465c Add kernel_heap_monitor as the default feature 2024-05-29 20:46:09 +08:00
Qi Zheng
3bc8cd78ce [demos] Fix flask demo run failure 2024-05-29 16:55:02 +08:00
ClawSeven
1a723aa6c2 [Demos] Fix broken mnist source in paddlepaddle demo 2024-05-28 16:11:55 +08:00
Qi Zheng
26db014708 [demos] Update llm demo with latest ipex-llm 2024-05-17 18:35:05 +08:00
LI Qing
36c009dc97 [sefs] Update sefs 2024-04-09 12:55:52 +08:00
LI Qing
d2bed6c862 [libos] Rewrite the getdents 2024-03-27 16:59:26 +08:00
Qi Zheng
48b9c077ed [demos] Add benchmark example for llm demo 2024-03-27 09:32:00 +08:00
Qi Zheng
06fd64e74c [ci] Update occlum rt docker image ci build 2024-03-21 16:55:05 +08:00
Qi Zheng
295361df0b [dockerfile] Add occlum runtime image dockerfile based on ubuntu22.04 2024-03-21 16:55:05 +08:00
Qi Zheng
0910ac18e2 [installer] Update musl-gcc debian build 2024-03-21 16:55:05 +08:00
Qi Zheng
b8e516d351 [revert me] Disable aecs client build for time being 2024-03-21 16:55:05 +08:00
Qi Zheng
1b87dd3d25 [installer] Support choose glibc 2.35 2024-03-21 16:55:05 +08:00
Qi Zheng
f08af144a8 Update cargo lock 2024-03-19 10:51:33 +08:00
Qi Zheng
4ba369b910 [ci] Add Occlum docker image build ci for ubuntu22.04 2024-03-18 18:23:30 +08:00
Qi Zheng
5f196238ca [Revert me] Disable AECS toolchain build for time being 2024-03-18 18:23:30 +08:00
Qi Zheng
54eb41d256 [tools] Add dockerfile based on ubuntu22.04 2024-03-18 18:23:30 +08:00
LI Qing
f9839299b2 Refine the implementation of NiceValue 2024-03-18 15:26:45 +08:00
LI Qing
db3a31d42e Fix the chown syscall with negative id 2024-03-15 14:44:26 +08:00
Hui, Chunyang
6eaad69941 Bump version to 0.30.1 2024-03-14 16:23:34 +08:00
ClawSeven
fb013a2bcd [time] Fix wrong SGX_CPUID leaf 2024-03-14 16:23:34 +08:00
Qi Zheng
faad595225 [deps] Update rust sgx sdk 2024-03-14 16:23:34 +08:00
Hui, Chunyang
2198d9e395 Add "kernel_heap_monitor" feature 2024-03-14 16:23:34 +08:00
ClawSeven
e48cc13f79 [time] Adapt vdso module to SGX1 platform 2024-03-14 16:23:34 +08:00
ClawSeven
b2f721d1bb [crates] Implement vdso for time precision 2024-03-14 16:23:34 +08:00
ClawSeven
9404da7cf8 [crates] Seperate error module into errno crate 2024-03-14 16:23:34 +08:00
Qi Zheng
f9b53dc410 [toolchains] Support set glibc branch for Occlum glibc build 2024-03-14 16:23:34 +08:00
Hui, Chunyang
d95199ace5 Fix feature configuration for make test 2024-03-14 16:23:34 +08:00
Hui, Chunyang
0b93c187f4 Remove reuse actions for release image 2024-03-14 16:23:34 +08:00
Hui, Chunyang
f46dbbad11 Refine CI actions to reuse old image 2024-03-14 16:23:34 +08:00
Hui, Chunyang
4ce27ae5c9 Fix AECS client version mismatch 2024-03-14 16:23:34 +08:00
Hui, Chunyang
aae9b6d940 Use special exception register and Replace sgx_tprotect_rsrv_mem with low leve API 2024-03-14 16:23:34 +08:00
Hui, Chunyang
ca4bcbf8fe Use low level API to replace sgx_mm_(commit/commit_data/modify_permissions)
Reduce the EMA management overhead and the global lock of emm module of
Intel SGX SDK
2024-03-14 16:23:34 +08:00
ClawSeven
2b1a9b960a [libos] Fix rt_sigaction wrong inargument 2024-03-14 16:23:34 +08:00
ClawSeven
e9f2c09012 [libos] Fix readlinkat with non-positive bufsize 2024-03-14 16:23:34 +08:00
ClawSeven
c2296c13d2 [libos] Fix sendfile with non-writable file 2024-03-14 16:23:34 +08:00
Hui, Chunyang
ee77ee618b Fix permission violation check for mmap and mprotect 2024-03-14 16:23:34 +08:00
Hui, Chunyang
e637ddbdfe Fix mmap file flush exceeding the file length 2024-03-14 16:23:34 +08:00
Hui, Chunyang
bf8d6a65f0 Add AMX and EDMM as feature in Occlum.json 2024-03-14 16:23:34 +08:00