1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-17 17:36:44 +00:00
Commit graph

594 commits

Author SHA1 Message Date
Michael Scire
5717ea6c00 kern: support reboot to fatal error on mariko 2024-10-10 19:14:22 -07:00
Michael Scire
c06a4c696d kern: Perform page table validity pass during KPageTableImpl::InitializeForKernel 2024-10-10 19:14:07 -07:00
Michael Scire
5c7122d0f3 kern: fix more page table refactor bugs 2024-10-10 18:04:54 -07:00
Michael Scire
ecff16fb3c kern: first round of page table refactor bug fixes 2024-10-10 16:10:18 -07:00
Michael Scire
ac1a8e749e kern: update KPageTable::Map for new refactor 2024-10-10 15:29:29 -07:00
Michael Scire
c9df4f8e26 kern: update ChangePermissions to use new iteration logic 2024-10-10 14:20:31 -07:00
Michael Scire
2749ac416e kern: update KPageTable::Finalize for the refactor 2024-10-10 14:00:15 -07:00
Michael Scire
170688ef30 kern: use new merge pages api 2024-10-10 13:39:08 -07:00
Michael Scire
e2f068548b kern: implement KPageTableImpl merge 2024-10-10 13:25:37 -07:00
Michael Scire
104be247da kern: continue page table refactor, implement separate/unmap 2024-10-10 12:58:15 -07:00
Michael Scire
197ffa1dbc kern: start KPageTable(Impl) refactor, use array-with-levels for KPageTableImpl 2024-10-10 05:31:57 -07:00
Michael Scire
4baf0e8cce kern: invoke supervisor mode thread functions from C++ context with valid stack frame 2024-10-09 22:01:45 -07:00
Michael Scire
5ff0a236e2 kern: specify allowable ipc client memory attr via inverted-whitelist, not blacklist 2024-10-09 21:46:15 -07:00
Michael Scire
d78e450db6 kern: add minimum alignment support to KMemoryManager 2024-10-09 21:36:49 -07:00
Michael Scire
12f7c95c5d kern/ldr: add support for --x executables 2024-10-09 17:42:02 -07:00
Michael Scire
dfff4508fa kern/strat: update for new DebugFlags capability semantics 2024-10-09 16:50:20 -07:00
Michael Scire
52bc54205b kern: simplify KProcess max memory calculation 2024-10-09 15:20:32 -07:00
Michael Scire
e200dfb48c kern: move KTargetSystem into .rodata, split init/verify 2024-10-09 15:12:46 -07:00
Michael Scire
117da7ff37 kern: fix debug build 2024-10-09 15:12:25 -07:00
Michael Scire
c8e73003f3 kern: allocate all TTBR0 pages during init, use procidx as asid 2024-10-09 14:04:15 -07:00
Michael Scire
c6b2692168 kern: clear gicd/gicc pointers in KInterruptController::Finalize 2024-10-09 12:52:07 -07:00
Michael Scire
e3ee4cb544 kern: eliminate use of KMemoryInfo, shuffle KMemoryBlock fields 2024-10-09 12:44:11 -07:00
Michael Scire
93d4656d0b kern: KAddressSpaceInfo now takes CreateProcessFlags in getters 2024-10-09 12:03:21 -07:00
Michael Scire
456b88ed9a kern/svc: update WaitForAddress to support 64-bit WaitIfEqual 2024-10-09 11:36:17 -07:00
Michael Scire
483d06ac0e kern: add InfoType_TransferMemoryHint 2024-10-09 11:04:43 -07:00
Michael Scire
10c7a39528 kern/creport: use mod0 to locate symbol table for all modules 2024-09-24 13:15:21 -07:00
Michael Scire
29cc13543a kern: fix using memory config for half-of-true-size 2024-03-29 03:18:20 -07:00
Michael Scire
c0487ad384 kern: fix whoops in new page table logic 2024-03-29 02:41:14 -07:00
Michael Scire
ecbe5cd406 kern: refactor smc helpers to share more common logic 2024-03-29 02:41:14 -07:00
Michael Scire
4fe139ea52 kern: return ExceptionType_UnalignedData on data abort caused by alignment fault 2024-03-29 02:41:14 -07:00
Michael Scire
6922eae3e7 kern: add KPageGroup::CopyRangeTo 2024-03-29 02:41:14 -07:00
Michael Scire
952188fc73 kern: implement new attr tracking for memory range/traversal context 2024-03-29 02:41:14 -07:00
Michael Scire
c0a4fc30a8 kern: simplify size calculations in KPageTableBase::Read/WriteDebugIoMemory 2024-03-29 02:41:14 -07:00
Michael Scire
0b04c89a84 kern: pass properties directly to KPageTableBase::AllocateAndMapPagesImpl 2024-03-29 02:41:14 -07:00
Michael Scire
217dd1260a kern: take alignment argument in KMemoryManager::AllocateAndOpen 2024-03-29 02:41:14 -07:00
Michael Scire
8aa62a54d8 kern/os: support CreateProcessFlag_EnableAliasRegionExtraSize 2024-03-29 02:41:14 -07:00
Michael Scire
25bae14064 kern: revise KPageTableBase region layout logic to match 18.0.0 changes 2024-03-29 02:41:14 -07:00
Michael Scire
7562f807fd kern: pass kernel base from KernelLdr to Kernel 2024-03-29 02:41:14 -07:00
Michael Scire
cf5895e04f kern: use userspace access instructions to read from tlr 2024-03-29 02:41:14 -07:00
Michael Scire
e09ba765a1 kern: fix various comment/style hygiene issues (thanks @liamwhite) 2023-12-27 23:24:35 -07:00
Michael Scire
3217df147e kern: allow ktrace map capability when ktrace is disabled 2023-12-27 23:17:52 -07:00
Michael Scire
872c18c501 kern: fix some comment typos 2023-11-01 10:25:31 -07:00
Michael Scire
afc0e14556 kern/svc: fix query/insecure names 2023-11-01 10:24:13 -07:00
Michael Scire
693fb423cb kern: fix minor sin 2023-10-12 14:25:17 -07:00
Michael Scire
6d0bf70783 kern: fix assert usage in process load 2023-10-12 08:55:58 -07:00
Michael Scire
11c02e22e0 kern: implement support for applying relr relocations 2023-10-12 08:55:58 -07:00
Michael Scire
f93aea4c06 kern: split Process/Thread exit to separate WorkerTaskManagers 2023-10-12 08:55:58 -07:00
Michael Scire
4ddfb6183c kern: split out GetInstructionDataUserMode in exception handler 2023-10-12 08:55:58 -07:00
Michael Scire
3737151a2f kern: Add special-case for InvalidateProcessDataCache on current process 2023-10-12 08:55:58 -07:00
Michael Scire
2a4d68f916 kern: KPageTable: remove MapFirst operation, replace with MapFirstGroup 2023-10-12 08:55:58 -07:00