1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 05:01:44 +00:00

Commit graph

  • ebcae79dbc
    Merge 18530d0bf6 into 9f8d17b9e6 MonsterDruide1 2024-10-31 10:39:51 -0400
  • 562eebf199
    Merge 4457f20472 into 9f8d17b9e6 abcboy101 2024-10-30 21:20:05 -0400
  • 9f8d17b9e6 crypto: implement CmacGenerator master Michael Scire 2024-10-30 18:08:29 -0700
  • 3a5f70dceb fs: fix uninit warnings on windows localfilesystem Michael Scire 2024-10-29 20:00:08 -0700
  • e51e11a71c libstrat: re-nolto files when compiling for windows-audit Michael Scire 2024-10-29 19:30:30 -0700
  • 57e15f3622 strat: ldr::PlatformId -> ncm::ContentMetaPlatform Michael Scire 2024-10-29 19:24:52 -0700
  • c6014b533f docs: add changelog for 1.8.0 1.8.0-prerelease Michael Scire 2024-10-15 21:55:50 -0700
  • 0c3608d1f4 git subrepo push libraries Michael Scire 2024-10-15 21:52:50 -0700
  • be19749841 svc: bump supported kernel version Michael Scire 2024-10-15 21:51:17 -0700
  • 7c31b21d4b git subrepo push emummc Michael Scire 2024-10-15 21:50:20 -0700
  • 9112461620 loader: add usb 3.0 enable patches for 19.0.0 Michael Scire 2024-10-14 10:19:37 -0700
  • 3522ac18c1 kern: support reboot to fatal error on mariko Michael Scire 2024-10-10 19:14:22 -0700
  • e63cae5c77 kern: Perform page table validity pass during KPageTableImpl::InitializeForKernel Michael Scire 2024-10-10 19:14:07 -0700
  • c911420d6a kern: fix more page table refactor bugs Michael Scire 2024-10-10 18:04:54 -0700
  • 570989384b kern: first round of page table refactor bug fixes Michael Scire 2024-10-10 16:10:18 -0700
  • 4c81432e94 kern: update KPageTable::Map for new refactor Michael Scire 2024-10-10 15:29:29 -0700
  • e1e84d4450 kern: update ChangePermissions to use new iteration logic Michael Scire 2024-10-10 14:20:31 -0700
  • d2656e3948 kern: update KPageTable::Finalize for the refactor Michael Scire 2024-10-10 14:00:15 -0700
  • 62abb31122 kern: use new merge pages api Michael Scire 2024-10-10 13:39:08 -0700
  • cb970049db kern: implement KPageTableImpl merge Michael Scire 2024-10-10 13:25:37 -0700
  • 9610f42dc0 kern: continue page table refactor, implement separate/unmap Michael Scire 2024-10-10 12:58:15 -0700
  • 02e837d82e kern: start KPageTable(Impl) refactor, use array-with-levels for KPageTableImpl Michael Scire 2024-10-10 05:31:57 -0700
  • 7aa0bed869 ldr: ProgramInfo is 0x410 now, and fix debug flags for hbl Michael Scire 2024-10-10 03:45:09 -0700
  • a80d5b5c86 pm: add new 19.0.0 commands Michael Scire 2024-10-10 02:44:19 -0700
  • 77d239265d ns_mitm: update to support new 19.0.0 command Michael Scire 2024-10-10 02:37:18 -0700
  • 624f8d0d8d ro: support NROs with read-only first page Michael Scire 2024-10-10 01:40:28 -0700
  • 9cfd535568 kern: invoke supervisor mode thread functions from C++ context with valid stack frame Michael Scire 2024-10-09 22:01:45 -0700
  • 23ba31da1f kern: add note that N ifdef'd out calling HandleException() for EL1 faults Michael Scire 2024-10-09 21:49:38 -0700
  • 3b03b9603c kern: specify allowable ipc client memory attr via inverted-whitelist, not blacklist Michael Scire 2024-10-09 21:46:15 -0700
  • 912b84c4e3 kern: add minimum alignment support to KMemoryManager Michael Scire 2024-10-09 21:36:49 -0700
  • ff38a32a9b kern/ldr: add support for --x executables Michael Scire 2024-10-09 17:42:02 -0700
  • 2855b8ee35 kern/strat: update for new DebugFlags capability semantics Michael Scire 2024-10-09 16:50:20 -0700
  • 00716576cd kern: simplify KProcess max memory calculation Michael Scire 2024-10-09 15:20:32 -0700
  • 743634c3fd kern: move KTargetSystem into .rodata, split init/verify Michael Scire 2024-10-09 15:12:46 -0700
  • 3394a88a1a kern: fix debug build Michael Scire 2024-10-09 15:12:25 -0700
  • a72e39d657 kern: allocate all TTBR0 pages during init, use procidx as asid Michael Scire 2024-10-09 14:04:15 -0700
  • c3fa42d958 kern: clear gicd/gicc pointers in KInterruptController::Finalize Michael Scire 2024-10-09 12:52:07 -0700
  • 126cb8bbdf kern: fix KMemoryBlock ctor reorder warn Michael Scire 2024-10-09 12:51:49 -0700
  • 753cf74bf2 kern: eliminate use of KMemoryInfo, shuffle KMemoryBlock fields Michael Scire 2024-10-09 12:44:11 -0700
  • 70bf833070 kern: KAddressSpaceInfo now takes CreateProcessFlags in getters Michael Scire 2024-10-09 12:03:21 -0700
  • a0ad3ef949 kern/svc: update WaitForAddress to support 64-bit WaitIfEqual Michael Scire 2024-10-09 11:36:17 -0700
  • 5de551db29 kern: add InfoType_TransferMemoryHint Michael Scire 2024-10-09 11:04:43 -0700
  • 77d17dc4ff emummc: update for 19.0.0 Michael Scire 2024-10-08 16:12:56 -0700
  • 4acfac539c erpt: add new IDs/categories Michael Scire 2024-10-08 12:24:41 -0700
  • c4a5d4db09 fusee/exo/ams: update with new keydata/version enums Michael Scire 2024-10-08 11:50:32 -0700
  • 8fbee5637a loader: add usb 3.0 enable patches for 19.0.0 1900_support Michael Scire 2024-10-14 10:19:37 -0700
  • 5717ea6c00 kern: support reboot to fatal error on mariko Michael Scire 2024-10-10 19:14:22 -0700
  • c06a4c696d kern: Perform page table validity pass during KPageTableImpl::InitializeForKernel Michael Scire 2024-10-10 19:14:07 -0700
  • 5c7122d0f3 kern: fix more page table refactor bugs Michael Scire 2024-10-10 18:04:54 -0700
  • ecff16fb3c kern: first round of page table refactor bug fixes Michael Scire 2024-10-10 16:10:18 -0700
  • ac1a8e749e kern: update KPageTable::Map for new refactor Michael Scire 2024-10-10 15:29:29 -0700
  • c9df4f8e26 kern: update ChangePermissions to use new iteration logic Michael Scire 2024-10-10 14:20:31 -0700
  • 2749ac416e kern: update KPageTable::Finalize for the refactor Michael Scire 2024-10-10 14:00:15 -0700
  • 170688ef30 kern: use new merge pages api Michael Scire 2024-10-10 13:39:08 -0700
  • e2f068548b kern: implement KPageTableImpl merge Michael Scire 2024-10-10 13:25:37 -0700
  • 104be247da kern: continue page table refactor, implement separate/unmap Michael Scire 2024-10-10 12:58:15 -0700
  • 197ffa1dbc kern: start KPageTable(Impl) refactor, use array-with-levels for KPageTableImpl Michael Scire 2024-10-10 05:31:57 -0700
  • 0c4ae55731 ldr: ProgramInfo is 0x410 now, and fix debug flags for hbl Michael Scire 2024-10-10 03:45:09 -0700
  • 49763aee92 pm: add new 19.0.0 commands Michael Scire 2024-10-10 02:44:19 -0700
  • a6e14c5989 ns_mitm: update to support new 19.0.0 command Michael Scire 2024-10-10 02:37:18 -0700
  • 5c6362c56d ro: support NROs with read-only first page Michael Scire 2024-10-10 01:40:28 -0700
  • 4baf0e8cce kern: invoke supervisor mode thread functions from C++ context with valid stack frame Michael Scire 2024-10-09 22:01:45 -0700
  • d0c557e30f kern: add note that N ifdef'd out calling HandleException() for EL1 faults Michael Scire 2024-10-09 21:49:38 -0700
  • 5ff0a236e2 kern: specify allowable ipc client memory attr via inverted-whitelist, not blacklist Michael Scire 2024-10-09 21:46:15 -0700
  • d78e450db6 kern: add minimum alignment support to KMemoryManager Michael Scire 2024-10-09 21:36:49 -0700
  • 12f7c95c5d kern/ldr: add support for --x executables Michael Scire 2024-10-09 17:42:02 -0700
  • dfff4508fa kern/strat: update for new DebugFlags capability semantics Michael Scire 2024-10-09 16:50:20 -0700
  • 52bc54205b kern: simplify KProcess max memory calculation Michael Scire 2024-10-09 15:20:32 -0700
  • e200dfb48c kern: move KTargetSystem into .rodata, split init/verify Michael Scire 2024-10-09 15:12:46 -0700
  • 117da7ff37 kern: fix debug build Michael Scire 2024-10-09 15:12:25 -0700
  • c8e73003f3 kern: allocate all TTBR0 pages during init, use procidx as asid Michael Scire 2024-10-09 14:04:15 -0700
  • c6b2692168 kern: clear gicd/gicc pointers in KInterruptController::Finalize Michael Scire 2024-10-09 12:52:07 -0700
  • 3d178950e8 kern: fix KMemoryBlock ctor reorder warn Michael Scire 2024-10-09 12:51:49 -0700
  • e3ee4cb544 kern: eliminate use of KMemoryInfo, shuffle KMemoryBlock fields Michael Scire 2024-10-09 12:44:11 -0700
  • 93d4656d0b kern: KAddressSpaceInfo now takes CreateProcessFlags in getters Michael Scire 2024-10-09 12:03:21 -0700
  • 456b88ed9a kern/svc: update WaitForAddress to support 64-bit WaitIfEqual Michael Scire 2024-10-09 11:36:17 -0700
  • 483d06ac0e kern: add InfoType_TransferMemoryHint Michael Scire 2024-10-09 11:04:43 -0700
  • 34e27ee97d emummc: update for 19.0.0 Michael Scire 2024-10-08 16:12:56 -0700
  • 4793ba2caa erpt: add new IDs/categories Michael Scire 2024-10-08 12:24:41 -0700
  • 4bce7efec7 fusee/exo/ams: update with new keydata/version enums Michael Scire 2024-10-08 11:50:32 -0700
  • b6fd951a9d
    Merge pull request #4 from Atmosphere-NX/master Dave / Xieon 2024-10-02 20:54:52 -0400
  • 4457f20472
    loader: document China LGPE title IDs abcboy101 2024-09-26 19:02:25 -0400
  • 3e717c1215
    Merge cd6d129540 into 10c7a39528 Deleted user 2024-09-26 04:25:34 +0800
  • 10c7a39528 kern/creport: use mod0 to locate symbol table for all modules Michael Scire 2024-09-24 13:15:21 -0700
  • 009f581721 creport: optimize ScopedFile performance Michael Scire 2024-09-23 02:41:57 -0700
  • 027e209073 kern/ldr: enable the use of relr for relocations Michael Scire 2024-09-01 22:27:48 -0700
  • 423a05a1e9 meso: fix sign-comparison warn on svc/interrupt flag compare Michael Scire 2024-09-01 16:27:01 -0700
  • 4e76c2e0a5
    Merge pull request #2 from Atmosphere-NX/master XieonGaming 2024-07-23 17:03:41 -0400
  • 4617fec672 fusee: add missing mtc tables hexkyz 2024-07-10 21:36:22 +0100
  • e02b201a5a
    Merge pull request #1 from Xieons-Gaming-Corner/imgbot XieonGaming 2024-06-26 14:55:11 -0400
  • 7e05c90d57
    [ImgBot] Optimize images ImgBotApp 2024-06-17 10:36:21 +0000
  • e85bc4db0b fusee: add nogc case for 18.1 Michael Scire 2024-06-11 10:29:02 -0700
  • 39c201e37f git subrepo push libraries 1.7.1 Michael Scire 2024-06-10 22:19:29 -0700
  • ab5cc75684 git subrepo push emummc Michael Scire 2024-06-10 22:18:44 -0700
  • 1e3349e99a emummc: update readme Michael Scire 2024-06-10 22:18:04 -0700
  • 76628e273a ams: bump to 1.7.1 (support for 18.1.0) Michael Scire 2024-06-10 22:17:23 -0700
  • 257ac2bd33 emummc: update to support 18.1.0 Michael Scire 2024-06-10 22:16:24 -0700
  • 9eb92f37db git subrepo push libraries Michael Scire 2024-06-05 11:29:13 -0700
  • 5b135d12ca libstrat: fix more gnu++23 errors Michael Scire 2024-06-05 11:28:29 -0700
  • c41a6b80d7 git subrepo push libraries Michael Scire 2024-06-05 09:22:53 -0700