rt-thread-official/components/mm
Shell 0de21341f9
[fix] mm bugs (#7010)
* [fix] implementation fault on avl

* [fix] mm may free varea allocated statically

* [test] add test and benchmark for avl
2023-03-03 11:51:21 +08:00
..
SConscript [rt-smart/mm] enable mm on armv7, armv8, rv64 only (#6834) 2023-01-11 16:24:51 +08:00
avl_adpt.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
avl_adpt.h [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
ioremap.c [mm] distinguish NULL and MAP_FAILED 2023-02-21 08:48:49 +08:00
ioremap.h [mm] distinguish NULL and MAP_FAILED 2023-02-21 08:48:49 +08:00
mm_aspace.c [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
mm_aspace.h [mm] distinguish NULL and MAP_FAILED 2023-02-21 08:48:49 +08:00
mm_fault.c [rt-smart] porting c906 and D1s to mm (#6848) 2023-01-16 08:24:03 +08:00
mm_fault.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_flag.h [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
mm_kmem.c [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
mm_object.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_page.c [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
mm_page.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_private.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00