File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 0.14.11 – 2022-09-15
4
4
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
+
5
32
# 0.14.10 – 2022-07-10
6
33
7
34
## New Features
You can’t perform that action at this time.
0 commit comments