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
130 changes: 65 additions & 65 deletions Cargo.lock

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions Cargo.toml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions components/axcpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.8](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.6.7...ax-cpu-v0.6.8) - 2026-06-12

### Fixed

- *(ci)* stabilize x86 Starry QEMU timing ([#1245](https://github.com/rcore-os/tgoskits/pull/1245))

## [0.6.7](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.6.6...ax-cpu-v0.6.7) - 2026-06-11

### Fixed
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.6.7"
version = "0.6.8"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
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.6.3](https://github.com/rcore-os/tgoskits/compare/axklib-v0.6.2...axklib-v0.6.3) - 2026-06-12

### Other

- updated the following local packages: irq-framework, ax-alloc

## [0.6.2](https://github.com/rcore-os/tgoskits/compare/axklib-v0.6.1...axklib-v0.6.2) - 2026-06-11

### 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.6.2"
version = "0.6.3"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Small kernel-helper abstractions used across the microkernel"
Expand Down
14 changes: 14 additions & 0 deletions components/irq-framework/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/irq-framework-v0.1.0...irq-framework-v0.1.1) - 2026-06-12

### Added

- *(irq)* enhance IRQ request handling and state restoration logic
2 changes: 1 addition & 1 deletion components/irq-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irq-framework"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
description = "A no_std dynamic IRQ registration and dispatch framework"
Expand Down
14 changes: 14 additions & 0 deletions components/someboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/rcore-os/tgoskits/compare/someboot-v0.2.0...someboot-v0.2.1) - 2026-06-12

### Added

- *(ax-driver)* add dynamic platform rtc support ([#1242](https://github.com/rcore-os/tgoskits/pull/1242))

### Fixed

- *(ci)* stabilize x86 Starry QEMU timing ([#1245](https://github.com/rcore-os/tgoskits/pull/1245))

### Other

- *(someboot)* share linker script fragments ([#1218](https://github.com/rcore-os/tgoskits/pull/1218))

## [0.2.0](https://github.com/rcore-os/tgoskits/compare/someboot-v0.1.17...someboot-v0.2.0) - 2026-06-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/someboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os"]
license = "MPL-2.0"
name = "someboot"
repository.workspace = true
version = "0.2.0"
version = "0.2.1"

[features]
efi = []
Expand Down
6 changes: 6 additions & 0 deletions components/somehal-macros/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.4](https://github.com/rcore-os/tgoskits/compare/somehal-macros-v0.1.3...somehal-macros-v0.1.4) - 2026-06-12

### Fixed

- *(ci)* stabilize x86 Starry QEMU timing ([#1245](https://github.com/rcore-os/tgoskits/pull/1245))

## [0.1.2](https://github.com/drivercraft/sparreal-os/compare/somehal-macros-v0.1.1...somehal-macros-v0.1.2) - 2026-03-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/somehal-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "somehal-macros"
version = "0.1.3"
version = "0.1.4"
authors.workspace = true
license.workspace = true
categories.workspace = true
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.3](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.2...starry-signal-v0.8.3) - 2026-06-12

### Other

- updated the following local packages: ax-cpu

## [0.8.2](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.1...starry-signal-v0.8.2) - 2026-06-11

### 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.2"
version = "0.8.3"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Signal management library for Starry OS"
Expand Down
17 changes: 17 additions & 0 deletions drivers/ax-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.7.1...ax-driver-v0.8.0) - 2026-06-12

### Added

- *(ax-driver)* add dynamic platform rtc support ([#1242](https://github.com/rcore-os/tgoskits/pull/1242))

### Fixed

- *(somehal)* route LoongArch ACPI GSIs through PCH-PIC

### Other

- *(irq)* carry ACPI IRQ routing metadata
- *(ax-driver)* normalize FDT PCI IRQ source resolution
- *(ax-driver)* register devices with binding info
- *(rdrive)* carry probe context and PCI INTx routes

## [0.7.1](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.7.0...ax-driver-v0.7.1) - 2026-06-11

### Fixed
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.7.1"
version = "0.8.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
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.5.2](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.5.1...nvme-driver-v0.5.2) - 2026-06-12

### Other

- updated the following local packages: rdif-block

## [0.5.1](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.5.0...nvme-driver-v0.5.1) - 2026-06-09

### Other
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.5.1"
version = "0.5.2"

[dependencies]
dma-api.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/ramdisk/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.4](https://github.com/rcore-os/tgoskits/compare/ramdisk-v0.1.3...ramdisk-v0.1.4) - 2026-06-12

### Other

- updated the following local packages: rdif-block

## [0.1.3](https://github.com/rcore-os/tgoskits/compare/ramdisk-v0.1.2...ramdisk-v0.1.3) - 2026-06-09

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

[dependencies]
rdif-block = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions drivers/intc/arm-gic-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.17.4](https://github.com/rcore-os/tgoskits/compare/arm-gic-driver-v0.17.3...arm-gic-driver-v0.17.4) - 2026-06-12

### Other

- updated the following local packages: rdif-intc

## [0.17.3](https://github.com/rcore-os/tgoskits/compare/arm-gic-driver-v0.17.2...arm-gic-driver-v0.17.3) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/intc/arm-gic-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arm-gic-driver"
version = "0.17.3"
version = "0.17.4"
edition = "2024"
license = "MIT"
description = "A driver for the Arm Generic Interrupt Controller."
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-base/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.3](https://github.com/rcore-os/tgoskits/compare/rdif-base-v0.8.2...rdif-base-v0.8.3) - 2026-06-12

### Other

- updated the following local packages: rdif-def

## [0.8.2](https://github.com/rcore-os/tgoskits/compare/rdif-base-v0.8.1...rdif-base-v0.8.2) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-base"
repository.workspace = true
version = "0.8.2"
version = "0.8.3"

[features]

Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-block/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.2](https://github.com/rcore-os/tgoskits/compare/rdif-block-v0.8.1...rdif-block-v0.8.2) - 2026-06-12

### Other

- updated the following local packages: rdif-base

## [0.8.1](https://github.com/rcore-os/tgoskits/compare/rdif-block-v0.8.0...rdif-block-v0.8.1) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-block"
repository.workspace = true
version = "0.8.1"
version = "0.8.2"

[dependencies]
dma-api = {workspace = true}
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-clk/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.3](https://github.com/rcore-os/tgoskits/compare/rdif-clk-v0.5.2...rdif-clk-v0.5.3) - 2026-06-12

### Other

- updated the following local packages: rdif-base

## [0.5.2](https://github.com/rcore-os/tgoskits/compare/rdif-clk-v0.5.1...rdif-clk-v0.5.2) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-clk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdif-clk"
version = "0.5.2"
version = "0.5.3"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-def/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.0](https://github.com/rcore-os/tgoskits/compare/rdif-def-v0.2.4...rdif-def-v0.3.0) - 2026-06-12

### Fixed

- *(somehal)* route LoongArch ACPI GSIs through PCH-PIC

## [0.2.4](https://github.com/rcore-os/tgoskits/compare/rdif-def-v0.2.3...rdif-def-v0.2.4) - 2026-06-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-def/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdif-def"
version = "0.2.4"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-display/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.2](https://github.com/rcore-os/tgoskits/compare/rdif-display-v0.1.1...rdif-display-v0.1.2) - 2026-06-12

### Other

- updated the following local packages: rdif-base

## [0.1.1](https://github.com/rcore-os/tgoskits/compare/rdif-display-v0.1.0...rdif-display-v0.1.1) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-display"
repository.workspace = true
version = "0.1.1"
version = "0.1.2"

[dependencies]
rdif-base = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-eth/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.2](https://github.com/rcore-os/tgoskits/compare/rdif-eth-v0.3.1...rdif-eth-v0.3.2) - 2026-06-12

### Other

- updated the following local packages: rdif-base

## [0.3.1](https://github.com/rcore-os/tgoskits/compare/rdif-eth-v0.3.0...rdif-eth-v0.3.1) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-eth"
repository.workspace = true
version = "0.3.1"
version = "0.3.2"

[dependencies]
dma-api = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-input/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.2](https://github.com/rcore-os/tgoskits/compare/rdif-input-v0.1.1...rdif-input-v0.1.2) - 2026-06-12

### Other

- updated the following local packages: rdif-base

## [0.1.1](https://github.com/rcore-os/tgoskits/compare/rdif-input-v0.1.0...rdif-input-v0.1.1) - 2026-06-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/interface/rdif-input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-input"
repository.workspace = true
version = "0.1.1"
version = "0.1.2"

[dependencies]
rdif-base = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions drivers/interface/rdif-intc/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.14.3](https://github.com/rcore-os/tgoskits/compare/rdif-intc-v0.14.2...rdif-intc-v0.14.3) - 2026-06-12

### Fixed

- *(somehal)* route LoongArch ACPI GSIs through PCH-PIC

## [0.14.2](https://github.com/rcore-os/tgoskits/compare/rdif-intc-v0.14.1...rdif-intc-v0.14.2) - 2026-06-09

### Added
Expand Down
Loading