163 Commits

Author SHA1 Message Date
Fabing Li
8aa8d640e6 Upgrade the toolchain to nightly-2025-02-01 2025-02-27 09:05:03 +08:00
Ruihan Li
7e58955dd7 Bump volatile to v0.6.1 2025-02-18 19:23:15 +08:00
Qingsong Chen
04be02efb7 Add init_component for mlsdisk 2025-02-11 11:38:43 +08:00
jiangjianfeng
55713b88c4 Remove unused dependencies 2025-02-10 10:36:56 +08:00
Qingsong Chen
56a137dc56 Add mlsdisk as a component
Co-authored-by: Shaowei Song <songshaowei.ssw@antgroup.com>
2025-01-01 09:19:32 +08:00
jiangjianfeng
bfc71d1b27 Bump version to 0.11.1 2024-12-30 16:24:22 +08:00
jiangjianfeng
783345b90b Add Bob Jenkins's hash algorithm 2024-12-30 09:46:14 +08:00
Cautreoxit
bd89c9c578 Bump the version to 0.11.0 2024-12-26 19:20:58 +08:00
Fabing Li
6f98c4900d Bump version to 0.10.3 2024-12-20 09:49:35 +08:00
Ruihan Li
776fd6a892 Create backlog sockets on demand 2024-12-17 20:14:53 +08:00
Ruihan Li
c5d1542736 Bump version to 0.10.2 2024-12-17 10:47:41 +08:00
Shaowei Song
4cb85f0adb Fix dependency issue between components logger and virtio 2024-12-13 10:36:45 +08:00
Hsy-Intel
1b6901f0f8 Bump tdx-guest crate version to 0.1.8 2024-12-11 19:36:51 +08:00
Zejun Zhao
00e3688aa8 Bump version to 0.10.1 2024-12-07 19:02:46 +08:00
Chen Chengjun
0cb2ea562e Inject the logger for Asterinas 2024-12-04 13:24:06 +08:00
Shaowei Song
ecad132ec9 Refactor the block layer by introducing BioSegmentPool 2024-12-02 13:25:20 +08:00
jiangjianfeng
ef2419a48c Bump version to 0.10.0 2024-12-02 10:30:32 +08:00
Marsman1996
6d3bb5a9d0 Fix compile error caused by updated Step::steps_between in Rust 2024-12-01 18:56:28 +08:00
Qingsong Chen
f762eb8913 Remove the lazy_static dependency 2024-11-28 15:28:30 +08:00
Ruihan Li
fab61f5f66 Make Pollee stateless 2024-11-20 16:39:18 +08:00
jiangjianfeng
4c80367bc8 Fix CI lint error 2024-11-08 10:53:30 +08:00
Ruihan Li
9707b46c7f Bump smoltcp version 2024-11-08 10:49:02 +08:00
Champii1
4701eaf0cb Implementation of load average calculation and corresponding /proc entry
Moved everything into the kernel side. Add a SchedulerStats trait

Use 'fixed' to represent fixed-point numbers

Make the loadavg calculation lazy
2024-11-05 11:46:23 +08:00
Zhang Junyang
26c4abde58 Refactor CpuSet and introduce AtomicCpuSet 2024-10-26 22:06:41 +08:00
Jianfeng Jiang
fe339fd81e Bump version to 0.9.4 2024-10-24 21:00:14 +08:00
Zhang Junyang
131a25c15c Provide the way to override the panic handler. 2024-10-20 13:24:58 +08:00
Chen Chengjun
2f511069ee Move SoftIRQ implementations to softirq component 2024-10-18 09:35:40 +08:00
Fabing Li
64d7303b0e Bump version to 0.9.3 2024-10-16 10:28:54 +08:00
Zhang Junyang
68adca4b40 Migrate to latest UEFI dependencies 2024-10-16 10:05:34 +08:00
Hsy-Intel
2af9916de9 Upgrade the acpi crate to the latest version 2024-10-14 21:03:47 +08:00
Zhang Junyang
9e4257b655 Fix multiple issues pointed out by the new compiler 2024-10-13 22:32:05 +08:00
jiangjianfeng
493574d9f3 Bump version to 0.9.2 2024-10-12 20:06:26 +08:00
Fabing Li
d930829866 Bump version to 0.9.1 2024-10-08 17:53:47 +08:00
Ruihan Li
5b336eabdc Bump version to 0.9.0 2024-09-30 20:37:57 +08:00
Ruihan Li
ee1656ba35 Move packet dispatch out of smoltcp 2024-09-30 16:00:51 +08:00
YanWQ-monad
4fa0e6334b Add RISC-V base support 2024-09-30 10:02:08 +08:00
jellllly420
8927031426 Remove priority field from OSTD Task struct 2024-09-27 10:21:45 +08:00
Ruihan Li
b13a82dc61 Bump smoltcp version 2024-09-26 15:22:16 +08:00
Ruihan Li
51334c4a36 Clean up smoltcp dependencies 2024-09-26 15:22:16 +08:00
jellllly420
21fedd1b60 Implement atomic wrapper for integer-like type 2024-09-25 14:47:37 +08:00
Yuke Peng
a754accf6a Copy the code from slab_allocator into OSTD and add license header 2024-09-22 12:27:04 +08:00
Yuke Peng
e995ed3ebc Use slab allocator to allocate heap 2024-09-22 12:27:04 +08:00
Qingsong Chen
c2f7a10b84 Implement cpu_local with GS and ensure GS points to TSS 2024-09-19 13:00:36 +08:00
Marsman1996
52bde1721e Bump version to 0.8.3 2024-09-18 20:10:08 +08:00
Marsman1996
4bce346458 Update multiboot2 version 2024-09-18 20:10:08 +08:00
Yuke Peng
32ea24e945 Bump version to 0.8.2 2024-09-13 23:43:22 +08:00
Ruihan Li
67d3682116 Move smoltcp-related code to bigtcp 2024-09-13 21:31:20 +08:00
Shaowei Song
e6f465b553 Replace all the ring buffers with the new one 2024-08-29 00:33:47 +08:00
Yuke Peng
a2778e66f3 Bump version to 0.8.1 2024-08-27 22:13:38 +08:00
Zhang Junyang
aeba7bec52 Fix SoftIRQ initialization requirements for SMP 2024-08-27 17:22:47 +08:00