| 2024-10-16 |
kern: move KTargetSystem into .rodata, split init/verify
Michael Scire
authored
on 10 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|---|---|
|
kern: allocate all TTBR0 pages during init, use procidx as asid
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
|
kern: fix KMemoryBlock ctor reorder warn
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
|
kern: eliminate use of KMemoryInfo, shuffle KMemoryBlock fields
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
|
kern: KAddressSpaceInfo now takes CreateProcessFlags in getters
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
|
kern/svc: update WaitForAddress to support 64-bit WaitIfEqual
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
|
kern: add InfoType_TransferMemoryHint
Michael Scire
authored
on 9 Oct 2024
SciresM
committed
on 16 Oct 2024
|
|
| 2024-09-02 |
meso: fix sign-comparison warn on svc/interrupt flag compare
Michael Scire
committed
on 2 Sep 2024
|
| 2024-03-29 |
kern: refactor smc helpers to share more common logic
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
kern: add KPageGroup::CopyRangeTo
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: implement new attr tracking for memory range/traversal context
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: pass properties directly to KPageTableBase::AllocateAndMapPagesImpl
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: take alignment argument in KMemoryManager::AllocateAndOpen
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern/os: support CreateProcessFlag_EnableAliasRegionExtraSize
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: revise KPageTableBase region layout logic to match 18.0.0 changes
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: fix longstanding bug in ConvertToKMemoryPermission
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
|
kern: pass kernel base from KernelLdr to Kernel
Michael Scire
authored
on 28 Mar 2024
SciresM
committed
on 29 Mar 2024
|
|
| 2023-11-01 |
kern: fix some comment typos
Michael Scire
committed
on 1 Nov 2023
|
|
kern/svc: fix query/insecure names
Michael Scire
committed
on 1 Nov 2023
|
|
| 2023-10-12 |
kern: fix operation type enum-value whoops
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
kern: implement support for applying relr relocations
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: split Process/Thread exit to separate WorkerTaskManagers
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: Add special-case for InvalidateProcessDataCache on current process
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: KPageTable: remove MapFirst operation, replace with MapFirstGroup
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: implement new default application system resource field in KProcess
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: update KMemoryRegionType values for new ids + SecureUnknown region
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: KSupervisorPageTable now checks wxn instead of setting it
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: KPageTable::Initialize no longer takes unused process id
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: implement PermissionLock, update KPageTableBase attribute/alignment checks
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|
|
|
kern: KPageTableBase::CheckMemoryState now invokes a helper
Michael Scire
authored
on 11 Oct 2023
SciresM
committed
on 12 Oct 2023
|