Skip to content

Commit 6d4cd4f

Browse files
committed
update changelog
1 parent 5fe90c1 commit 6d4cd4f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
# 0.14.11 – 2022-09-15
44

5+
## New Features
6+
7+
- [Add missing IDT entries #CP and #HV`](https://github.com/rust-osdev/x86_64/pull/387)
8+
- [Adding next_higher_level to PageLevelIndex](https://github.com/rust-osdev/x86_64/pull/400)
9+
- [Adding `is_empty` to PageTable](https://github.com/rust-osdev/x86_64/pull/399)
10+
- [Add `Descriptor::tss_segment_unchecked`](https://github.com/rust-osdev/x86_64/pull/428)
11+
- [Add the `iretq` function to the `InterruptStackFrameValue` struct.](https://github.com/rust-osdev/x86_64/pull/431)
12+
- [add `flush_broadcast` and `tlbsync` functions](https://github.com/rust-osdev/x86_64/pull/403)
13+
14+
## Fixes
15+
16+
- [Change Star::write() to use checked subtractions](https://github.com/rust-osdev/x86_64/pull/422)
17+
- [add workaround for recursive page tables with recursive index 511](https://github.com/rust-osdev/x86_64/pull/425)
18+
- [Fix off-by-one in documentation](https://github.com/rust-osdev/x86_64/pull/427)
19+
- [Fix misc doc typos](https://github.com/rust-osdev/x86_64/pull/432)
20+
- [add compiler fences to enable and disable](https://github.com/rust-osdev/x86_64/pull/436)
21+
22+
## Other Improvements
23+
24+
- [set repr to transparent for various types](https://github.com/rust-osdev/x86_64/pull/402)
25+
- [Remove unused `doc_cfg` feature](https://github.com/rust-osdev/x86_64/pull/408)
26+
- [Enable `doc_auto_cfg` on `docs.rs` builds](https://github.com/rust-osdev/x86_64/pull/407)
27+
- [Add Descriptor::dpl const method and use it in GDT construction](https://github.com/rust-osdev/x86_64/pull/410)
28+
- [Bump bitflags to 2.3.2](https://github.com/rust-osdev/x86_64/pull/426)
29+
- [Add `inline` attribute to segment functions](https://github.com/rust-osdev/x86_64/pull/430)
30+
31+
532
# 0.14.10 – 2022-07-10
633

734
## New Features

0 commit comments

Comments
 (0)