397ce9652f
Refactor boot modules to make heap allocation explicit
2025-01-02 10:41:51 +08:00
bfc71d1b27
Bump version to 0.11.1
2024-12-30 16:24:22 +08:00
983a6af3cc
Polish the doc and rename variables in ostd::mm
2024-12-27 12:12:51 +08:00
cdac59beda
Implement a new set of physical page APIs
2024-12-27 12:12:51 +08:00
c9a37ccab1
Renaming concepts around pages and frames
...
This commit renames `Frame` -> `UntypedFrame` and `Page` -> `Frame`.
So do other concepts in the following list:
- `Segment` -> `UntypedSegment`,
- `ContPages` -> `Segment`,
- `DynPage` -> `AnyFrame`,
- `PageMeta` -> `FrameMeta`,
- `FrameMeta` -> `UntypedMeta`.
This commit also re-organized the source in the `mm/page` and `mm/frame`
module to accommodate the changes.
2024-12-27 12:12:51 +08:00
bd89c9c578
Bump the version to 0.11.0
2024-12-26 19:20:58 +08:00
6f98c4900d
Bump version to 0.10.3
2024-12-20 09:49:35 +08:00
c5d1542736
Bump version to 0.10.2
2024-12-17 10:47:41 +08:00
ea1874aa46
Enhance OSDK performance by using size and modified time instead of sha256sum
2024-12-15 16:42:57 +08:00
9d82ac8958
Enhance OSDK performance by using hard link instead of copy
2024-12-15 16:42:57 +08:00
7601509e6e
Fix OSDK original directory not restored if bundle validation fails
2024-12-15 16:42:57 +08:00
858e95ed4d
Enhance OSDK performance by reusing existing base, bundle and build
2024-12-15 16:42:57 +08:00
18d5eb1f02
Use physical addresses in boot segments
2024-12-13 10:42:05 +08:00
a3ae1aa28a
Make segments explicit and aligned
2024-12-13 10:42:05 +08:00
6eecde7812
Remove some unused sections
2024-12-13 10:42:05 +08:00
00e3688aa8
Bump version to 0.10.1
2024-12-07 19:02:46 +08:00
ef2419a48c
Bump version to 0.10.0
2024-12-02 10:30:32 +08:00
6d3bb5a9d0
Fix compile error caused by updated Step::steps_between
in Rust
2024-12-01 18:56:28 +08:00
f762eb8913
Remove the lazy_static
dependency
2024-11-28 15:28:30 +08:00
d67976da88
Support TDX debugging feature
2024-11-26 19:15:22 +08:00
5f35189a51
Add compile flags to disable the red zone optimization
2024-11-22 04:40:07 +08:00
5233827160
Don't preempt without good reason
2024-11-06 21:53:55 +08:00
d977fe54c6
Fix wrong serde name in OSDK
2024-10-26 20:44:45 +08:00
fe339fd81e
Bump version to 0.9.4
2024-10-24 21:00:14 +08:00
a716763772
Remove the linkage feature usage for ostd::main
2024-10-20 13:24:58 +08:00
131a25c15c
Provide the way to override the panic handler.
2024-10-20 13:24:58 +08:00
64d7303b0e
Bump version to 0.9.3
2024-10-16 10:28:54 +08:00
3f1fa33b13
Bump and publish linux-bzimage crate series with OSTD and OSDK
2024-10-16 10:05:34 +08:00
662894ee90
Refine relocations in x86-64 EFI boot
2024-10-16 10:05:34 +08:00
e78303b01a
Fix OSDK lint warnings from the new tool-chain
2024-10-14 16:41:15 +08:00
9e4257b655
Fix multiple issues pointed out by the new compiler
2024-10-13 22:32:05 +08:00
5f2bd9d0ac
Update the Rust toolchain to nightly-2024-10-12
2024-10-13 22:32:05 +08:00
493574d9f3
Bump version to 0.9.2
2024-10-12 20:06:26 +08:00
909639fd70
Separate SegmentSlice
from Segment
2024-10-09 19:23:46 +08:00
d930829866
Bump version to 0.9.1
2024-10-08 17:53:47 +08:00
8e210c2241
Add ktest array to riscv64 linker
2024-10-08 11:47:01 +08:00
5b336eabdc
Bump version to 0.9.0
2024-09-30 20:37:57 +08:00
ab8b6afee5
OSDK GDB server args with QEMU-style options
2024-09-30 16:04:03 +08:00
43e3f8cf6b
Update the OSDK default GDB socket
2024-09-30 16:04:03 +08:00
ecae3475cc
Integrate the SVG flame graph generation into OSDK
2024-09-30 16:04:03 +08:00
a67a6e6a38
Add documentation for OSDK profiling
2024-09-30 16:04:03 +08:00
eca9aacbf0
Introduce cargo osdk profile
for flame graph profiling
2024-09-30 16:04:03 +08:00
4fa0e6334b
Add RISC-V base support
2024-09-30 10:02:08 +08:00
8b2ca77804
Bump the OSDK's Cargo.lock when bumping the versions
2024-09-21 15:19:35 +08:00
c2f7a10b84
Implement cpu_local with GS and ensure GS points to TSS
2024-09-19 13:00:36 +08:00
52bde1721e
Bump version to 0.8.3
2024-09-18 20:10:08 +08:00
f3174dbbbc
Make task store Arc<Thread> and process store Arc<Task>
2024-09-14 17:34:14 +08:00
5df3c9b749
Avoid flushing TLB one by one when the un-mapped range is large
2024-09-14 17:29:39 +08:00
32ea24e945
Bump version to 0.8.2
2024-09-13 23:43:22 +08:00
d9eccdcfbe
Implement remote TLB flush on VmSpace
2024-09-13 20:10:03 +08:00