rt-thread/components/lwp
Shell 9386411d13 feat: mm: added affinity pages allocator
This patch introduces a tagged pages allocator to address the existing problems
of page aliasing on specific platforms and the requirement of page coloring.
It implements an affinity-id aware page manager by separating the runtime page
list into two types: a normal single linked-list and a multi-dimensional affinity-list.

Changes:
- Introduced tagged pages allocator and managing algorithm for affinity pages list
- Modified components to support affinity-id list management
- Updated page allocation and freeing functions to handle tagged pages
- Added configuration options for page affinity block size and debugging
- Modified mmap and elf loading to respect affinity settings
- Enhanced page list management to support multi-dimensional affinity-list

Signed-off-by: Shell <smokewood@qq.com>
2025-02-25 11:26:30 +08:00
..
arch [lwp/riscv]修正用户态参数空间占用堆地址空间的问题 (#10014) 2025-02-24 09:17:22 +08:00
terminal [serial] add bypass testcase in utest 2024-12-17 11:08:14 +08:00
vdso fixup: compiler warning on cvitek risc-v cause by unsupport vDSO on rv64 2024-07-29 20:18:19 +08:00
Kconfig lwp: Kconfig: LWP_DEBUG default as n (#9921) 2025-01-16 19:56:44 +08:00
SConscript feat: add universal process runtime service 2025-01-06 19:34:16 +08:00
libc_musl.h feat: add system reboot and process teardown support 2025-01-06 19:34:16 +08:00
lwp.c fix: add \n for addr2line hint 2025-01-08 17:54:46 -05:00
lwp.h feat: add system reboot and process teardown support 2025-01-06 19:34:16 +08:00
lwp_arch_comm.h sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
lwp_args.c fixup: uninitialized argument vector element 2024-08-24 15:46:35 -04:00
lwp_args.h [smart] fixup of script execution (#9009) 2024-05-31 17:32:19 +08:00
lwp_avl.c [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
lwp_avl.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_dbg.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_dbg.h [component/lwp] support more feature of signal from IEEE Std 1003.1-2017 (#7828) 2023-07-20 00:02:41 +08:00
lwp_elf.c feat: mm: added affinity pages allocator 2025-02-25 11:26:30 +08:00
lwp_elf.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_futex.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
lwp_futex_internal.h 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
lwp_futex_table.c 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
lwp_internal.c [fixup] aarch64 UMP compiler error (#8677) 2024-03-30 17:58:38 +08:00
lwp_internal.h [smart] fixup of script execution (#9009) 2024-05-31 17:32:19 +08:00
lwp_ipc.c 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
lwp_ipc.h fix rt_channel lock. (#8244) 2023-11-10 21:37:07 +08:00
lwp_ipc_internal.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_itimer.c 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
lwp_jobctrl.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
lwp_mm.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_mm.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_pgrp.c [lwp] Implementation of setpgrp and fix mmap2 problems (#9308) 2024-08-22 17:53:18 -04:00
lwp_pid.c [lwp]修正无法通过文件名查找pid的问题 (#9935) 2025-01-21 13:01:58 +08:00
lwp_pid.h feat: add system reboot and process teardown support 2025-01-06 19:34:16 +08:00
lwp_runtime.c feat: add system reboot and process teardown support 2025-01-06 19:34:16 +08:00
lwp_session.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
lwp_shm.c Sync dfs lwp (#8123) 2023-10-17 13:07:59 +08:00
lwp_shm.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
lwp_signal.c [lwp]检查killpg的signo参数的有效性 (#9981) 2025-02-18 14:33:56 +08:00
lwp_signal.h feat: add signal kill all functionality 2025-01-06 19:34:16 +08:00
lwp_sys_socket.h [component][net]add more socket flag 2024-09-13 17:30:24 -04:00
lwp_syscall.c [lwp]add comments for lwp system calls. (#9934) 2025-02-18 19:51:10 +08:00
lwp_syscall.h [libc] modify function names to resolve naming conflicts 2024-11-01 18:44:16 -04:00
lwp_tid.c [lwp][tid]add error log when tid depleted, and return correct errno when clone failed (#9327) 2024-08-22 17:52:45 -04:00
lwp_user_mm.c feat: mm: added affinity pages allocator 2025-02-25 11:26:30 +08:00
lwp_user_mm.h [smart] add mprotect config (#9082) 2024-06-22 13:30:55 +08:00
page.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
syscall_generic.h fixup: ptyfs: CI reported snprintf type issues 2024-09-01 15:12:34 -04:00