Skip to content

Commit d0a6653

Browse files
committed
doc: release/4.0: add bits about demand paging
This adds some bits about demand paging in release note for 4.0. Signed-off-by: Daniel Leung <[email protected]>
1 parent 6023d6a commit d0a6653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Architectures
7979

8080
* Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
8181

82+
* Added support for demand paging.
83+
8284
* RISC-V
8385

8486
* The stack traces upon fatal exception now prints the address of stack pointer (sp) or frame
@@ -502,6 +504,8 @@ Libraries / Subsystems
502504

503505
* Demand Paging
504506

507+
* Added LRU (Least Recently Used) eviction algorithm.
508+
505509
* Formatted output
506510

507511
* Management

0 commit comments

Comments
 (0)