111 Commits (ebf79c1dac64f6cebe1510d284dbb7971c110a85)

Author SHA1 Message Date
Nicolas Pitre 46aa6717ff Revert "arch: deprecate `_current`" 6 months ago
Yong Cong Sin b1def7145f arch: deprecate `_current` 8 months ago
Yong Cong Sin d26c712258 arch: add new interfaces to set/get the current thread of current CPU 8 months ago
Daniel Leung 01f8e0fa2d demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 8 months ago
Nicolas Pitre 1e4fd23e58 kernel: mmu: install demand mappings for the on-demand linker sections 10 months ago
Nicolas Pitre 6b3fff3a2f kernel: mmu: make demand paging work on SMP 10 months ago
Nicolas Pitre c692136f21 mmu: introduce k_mem_update_flags() 10 months ago
Nicolas Pitre c9aa98ebc0 kernel: mmu: support for on-demand mappings 11 months ago
Pisit Sawangvonganan ef639efb38 style: kernel: comply with MISRA C:2012 Rule 15.6 11 months ago
Nicolas Pitre 2a41d85709 k_mem_map: move some assertions to unconditional checks 11 months ago
Pisit Sawangvonganan 5ed3cd4bc9 kernel: fix typo 1 year ago
Nicolas Pitre 6a3aa3b04e demand_paging: add frame tracking functions to eviction algorithms 1 year ago
Nicolas Pitre 0313091287 kernel: mmu: make k_mem_unmap() work with demand paging 1 year ago
Daniel Leung 564ca11631 kernel: mm: rename z_page_fault() to k_mem_page_fault() 1 year ago
Daniel Leung 54af5dda84 kernel: mm: rename z_page_frame_* to k_mem_page_frame_* 1 year ago
Daniel Leung 01682756b6 kernel: mm: rename Z_VM_RESERVED to K_MEM_VM_RESERVED 1 year ago
Daniel Leung a459cdf51e kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START 1 year ago
Daniel Leung b2784c9145 kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_* 1 year ago
Daniel Leung 03eded1ed6 kernel: mm: rename Z_VIRT_RAM_* to K_MEM_VIRT_* 1 year ago
Daniel Leung 3fd66de508 kernel: mm: rename Z_PHYS_RAM_* to K_MEM_PHYS_* 1 year ago
Daniel Leung def364ab08 kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_* 1 year ago
Daniel Leung 552e29790d kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 1 year ago
Daniel Leung 9f9dd264d8 kernel: mm: rename k_mem_un/map_impl to k_mem_*_phys_guard 1 year ago
frei tycho 4c2938a295 kernel: added missing parenthesis 1 year ago
Nicolas Pitre e9a47d932c kernel: mmu: shrink and align struct z_page_frame 1 year ago
Nicolas Pitre 57305971d1 kernel: mmu: abstract access to page frame flags and address 1 year ago
Hess Nathan 6d417d52c2 coding guidelines: comply with MISRA Rule 12.1. 1 year ago
Pieter De Gendt f147a5fec2 spelling: Replace occurrences of "iff" with "if and only if" 1 year ago
Daniel Leung 04c5632bd4 kernel: mm: introduce k_mem_phys_map()/_unmap() 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Flavio Ceolin e2f3840380 kernel: Fix possible overflow in k_mem_map 1 year ago
Daniel Leung fa561ccd59 kernel: mmu: no need to expose z_free_page_count 2 years ago
Daniel Leung 22447c9736 kernel: mmu: fix typo K_DIRECT_MAP to K_MEM_DIRECT_MAP 2 years ago
Peter Mitsis 91a6af3e8f kernel: mmu: Fix static analysis issue 2 years ago
Daniel Leung 40ba4015e3 kernel: mm: only include demand_paging.h if needed 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Flavio Ceolin a36c016dff kernel: mmu: Fix possible null de-reference 2 years ago
Daniel Leung b8e0de2ad0 kernel: mmu: fix bitmap set and clear under direct map 2 years ago
Hou Zhiqiang 41520e8b5b kernel: mmu: add direct-map support in z_phys_map() 2 years ago
Daniel Leung 100eacca07 kernel: mmu: fix potential running out of virtual memory space 3 years ago
Simon Hein 02cfbfea51 kernel: comply to coding guidelines MISRA C:2012 Rule 14.4 3 years ago
Johann Fischer 3c971307dc arch/kernel/soc/samples: use unsigned int for irq_lock() 3 years ago
Abramo Bagnara ad8778d019 coding guidelines: comply with MISRA C:2012 Rule 4.1 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Daniel Leung b46916484a kernel: mmu: add a log line for z_phys_unmap 3 years ago
Carles Cufi 2000cdf6dc kernel: mmu: Fix access to unpacked member inside packed struct 4 years ago
Daniel Leung fff9180614 kernel: mmu: make virtual region bitmap static 4 years ago
Lixin Guo 6aa783ed6a kernel: mmu: exclude some funcs from coverage 4 years ago
Neil Armstrong 2f359aeacf mmu: fix virt_region_alloc() unused region free when aligned 4 years ago
Neil Armstrong 7830f87ccd mmu: get virtual alignment from physical address 4 years ago