Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 72 additions & 72 deletions Cargo.lock

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions Cargo.toml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions components/aic8800/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/rcore-os/tgoskits/compare/aic8800-v0.2.4...aic8800-v0.2.5) - 2026-07-23

### Other

- *(axbuild)* 将构建与启动能力收敛到显式配置 ([#1620](https://github.com/rcore-os/tgoskits/pull/1620))

## [0.2.4](https://github.com/rcore-os/tgoskits/compare/aic8800-v0.2.3...aic8800-v0.2.4) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/aic8800/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aic8800"
version = "0.2.4"
version = "0.2.5"
edition = "2024"
license = "Apache-2.0"
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions components/axbacktrace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.5...axbacktrace-v0.4.6) - 2026-07-23

### Other

- update Cargo.toml dependencies

## [0.4.5](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.4...axbacktrace-v0.4.5) - 2026-07-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axbacktrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axbacktrace"
version = "0.4.5"
version = "0.4.6"
description = "Backtrace for ArceOS"
authors = ["Mivik <mivikq@gmail.com>", "朝倉水希 <asakuramizu111@gmail.com>"]
repository = "https://github.com/Starry-OS/axbacktrace"
Expand Down
7 changes: 7 additions & 0 deletions components/axcpu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [0.8.4](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.8.3...ax-cpu-v0.8.4) - 2026-07-23

### Other

- *(cpu-local)* extract per-CPU register ownership ([#1662](https://github.com/rcore-os/tgoskits/pull/1662))
- *(ci)* update Rust nightly to 2026-07-15 ([#1626](https://github.com/rcore-os/tgoskits/pull/1626))

### Changed

- *(host-test)* use the unprivileged FXSAVE fallback when scheduler tests run outside ring 0.
Expand Down
2 changes: 1 addition & 1 deletion components/axcpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-cpu"
version = "0.8.3"
version = "0.8.4"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
Expand Down
6 changes: 6 additions & 0 deletions components/axfs-ng-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.6](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.5.5...axfs-ng-vfs-v0.5.6) - 2026-07-23

### Added

- *(starry)* complete mount tree semantics ([#1644](https://github.com/rcore-os/tgoskits/pull/1644))

## [0.5.5](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.5.4...axfs-ng-vfs-v0.5.5) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axfs-ng-vfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axfs-ng-vfs"
version = "0.5.5"
version = "0.5.6"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "朝倉水希 <asakuramizu111@gmail.com>"]
description = "Virtual filesystem layer for ArceOS"
Expand Down
6 changes: 6 additions & 0 deletions components/axio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.6.1...ax-io-v0.6.2) - 2026-07-23

### Other

- *(ci)* update Rust nightly to 2026-07-15 ([#1626](https://github.com/rcore-os/tgoskits/pull/1626))

## [0.6.1](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.6.0...ax-io-v0.6.1) - 2026-07-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-io"
version = "0.6.1"
version = "0.6.2"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/axklib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.6](https://github.com/rcore-os/tgoskits/compare/axklib-v0.7.5...axklib-v0.7.6) - 2026-07-23

### Other

- updated the following local packages: ax-alloc

## [0.7.5](https://github.com/rcore-os/tgoskits/compare/axklib-v0.7.4...axklib-v0.7.5) - 2026-07-10

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axklib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axklib"
version = "0.7.5"
version = "0.7.6"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Small kernel-helper abstractions used across the microkernel"
Expand Down
6 changes: 6 additions & 0 deletions components/axpoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.5.1...axpoll-v0.5.2) - 2026-07-23

### Other

- update Cargo.toml dependencies

## [0.5.1](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.5.0...axpoll-v0.5.1) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axpoll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axpoll"
version = "0.5.1"
version = "0.5.2"
edition.workspace = true
description = "A library for polling I/O events and waking up tasks."
authors = ["Mivik <mivikq@gmail.com>", "朝倉水希 <asakuramizu111@gmail.com>"]
Expand Down
14 changes: 14 additions & 0 deletions components/cpu-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/rcore-os/tgoskits/compare/cpu-local-v0.1.0...cpu-local-v0.1.1) - 2026-07-23

### Other

- *(ax-runtime)* centralize UART scheduling ([#1675](https://github.com/rcore-os/tgoskits/pull/1675))
2 changes: 1 addition & 1 deletion components/cpu-local/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpu-local"
version = "0.1.0"
version = "0.1.1"
description = "Architecture CPU-local register capability for TGOSKits"
repository.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions components/percpu/percpu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.15](https://github.com/rcore-os/tgoskits/compare/ax-percpu-v0.4.14...ax-percpu-v0.4.15) - 2026-07-23

### Other

- *(cpu-local)* extract per-CPU register ownership ([#1662](https://github.com/rcore-os/tgoskits/pull/1662))

### Changed

- Use dynamically allocated CPU areas exclusively; the ELF now retains one typed template and
Expand Down
2 changes: 1 addition & 1 deletion components/percpu/percpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ax-percpu"
description = "Define and access per-CPU data structures"
version = "0.4.14"
version = "0.4.15"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>", "hky1999 <976929993@qq.com>", "Su Mingxian <aarkegz@gmail.com>", "yufeng <321353225@qq.com>"]
Expand Down
14 changes: 14 additions & 0 deletions components/percpu/percpu_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.11](https://github.com/rcore-os/tgoskits/compare/ax-percpu-macros-v0.4.10...ax-percpu-macros-v0.4.11) - 2026-07-23

### Other

- *(cpu-local)* extract per-CPU register ownership ([#1662](https://github.com/rcore-os/tgoskits/pull/1662))
2 changes: 1 addition & 1 deletion components/percpu/percpu_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ax-percpu-macros"
description = "Macros to define and access a per-CPU data structure"
version = "0.4.10"
version = "0.4.11"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>", "hky1999 <976929993@qq.com>", "Su Mingxian <aarkegz@gmail.com>", "yufeng <321353225@qq.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/rsext4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.6](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.7.5...rsext4-v0.7.6) - 2026-07-23

### Added

- *(starry)* run x86_64 self-build through the Starry app ([#1076](https://github.com/rcore-os/tgoskits/pull/1076))

## [0.7.5](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.7.4...rsext4-v0.7.5) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/rsext4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsext4"
version = "0.7.5"
version = "0.7.6"
edition.workspace = true
description = "A lightweight ext4 file system."
authors = ["Dirinkbottle <2909128143@qq.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/scope-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3](https://github.com/rcore-os/tgoskits/compare/scope-local-v0.4.2...scope-local-v0.4.3) - 2026-07-23

### Other

- *(cpu-local)* extract per-CPU register ownership ([#1662](https://github.com/rcore-os/tgoskits/pull/1662))

## [0.4.2](https://github.com/rcore-os/tgoskits/compare/scope-local-v0.4.1...scope-local-v0.4.2) - 2026-07-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/scope-local/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scope-local"
version = "0.4.2"
version = "0.4.3"
edition.workspace = true
description = "Scope local storage"
authors = ["朝倉水希 <asakuramizu111@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/starry-signal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.11](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.10...starry-signal-v0.8.11) - 2026-07-23

### Added

- *(starry-kernel)* implement POSIX message queues (mq_*) ([#1564](https://github.com/rcore-os/tgoskits/pull/1564))

## [0.8.10](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.9...starry-signal-v0.8.10) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/starry-signal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starry-signal"
version = "0.8.10"
version = "0.8.11"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "朝倉水希 <asakuramizu111@gmail.com>"]
description = "Signal management library for Starry OS"
Expand Down
10 changes: 10 additions & 0 deletions drivers/ax-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.1](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.12.0...ax-driver-v0.12.1) - 2026-07-23

### Added

- *(rockchip-rga)* add the RK3588 RGA2 2D accelerator driver with /dev/rga and dma-heap ([#1388](https://github.com/rcore-os/tgoskits/pull/1388))

### Other

- *(ax-runtime)* centralize UART scheduling ([#1675](https://github.com/rcore-os/tgoskits/pull/1675))

## [0.12.0](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.11.3...ax-driver-v0.12.0) - 2026-07-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion drivers/ax-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-driver"
version = "0.12.0"
version = "0.12.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/cv181x-sdhci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/rcore-os/tgoskits/compare/cv181x-sdhci-v0.1.2...cv181x-sdhci-v0.1.3) - 2026-07-23

### Other

- updated the following local packages: sdmmc-protocol, sdhci-host

## [0.1.2](https://github.com/rcore-os/tgoskits/compare/cv181x-sdhci-v0.1.1...cv181x-sdhci-v0.1.2) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/blk/cv181x-sdhci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cv181x-sdhci"
version = "0.1.2"
version = "0.1.3"
repository.workspace = true
edition = "2024"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/dwmmc-host/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/rcore-os/tgoskits/compare/dwmmc-host-v0.3.2...dwmmc-host-v0.3.3) - 2026-07-23

### Fixed

- *(dwmmc-host)* enforce 32-bit response MMIO reads ([#1647](https://github.com/rcore-os/tgoskits/pull/1647))

## [0.3.2](https://github.com/rcore-os/tgoskits/compare/dwmmc-host-v0.3.1...dwmmc-host-v0.3.2) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/blk/dwmmc-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dwmmc-host"
version = "0.3.2"
version = "0.3.3"
repository.workspace = true
edition = "2024"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/nvme-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.3](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.7.2...nvme-driver-v0.7.3) - 2026-07-23

### Other

- update Cargo.toml dependencies

## [0.7.2](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.7.1...nvme-driver-v0.7.2) - 2026-07-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion drivers/blk/nvme-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["os", "nvme", "block", "driver"]
license = "MIT"
name = "nvme-driver"
repository.workspace = true
version = "0.7.2"
version = "0.7.3"

[dependencies]
dma-api.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/phytium-mci-host/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/rcore-os/tgoskits/compare/phytium-mci-host-v0.3.2...phytium-mci-host-v0.3.3) - 2026-07-23

### Other

- updated the following local packages: sdmmc-protocol

## [0.3.2](https://github.com/rcore-os/tgoskits/compare/phytium-mci-host-v0.3.1...phytium-mci-host-v0.3.2) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/blk/phytium-mci-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phytium-mci-host"
version = "0.3.2"
version = "0.3.3"
repository.workspace = true
edition = "2024"
license = "Apache-2.0"
Expand Down
Loading