Commit 6fb8157e authored by Daniel Leung's avatar Daniel Leung Committed by Mahesh Mahadevan
Browse files

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: default avatarDaniel Leung <daniel.leung@intel.com>
parent e0d1e597
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@ Architectures

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

  * Added support for demand paging.

* RISC-V

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

* Demand Paging

  * Added LRU (Least Recently Used) eviction algorithm.

* Formatted output

* Management