Commit Graph

  • 94e18b8c93 ams: bump version to 1.2.2 Michael Scire 2021-10-29 17:47:01 -0700
  • 4e92687cab sprofile: various correctness fixes. Michael Scire 2021-10-29 17:38:44 -0700
  • 2a0b99d9f9 sprofile: fix off-by-one in struct definition, fix GetImportableProfileUrls Michael Scire 2021-10-29 15:41:25 -0700
  • d1f3c4904b kern: fix minor assembly bugs, avoid unnecessary function call in KScheduler hotloop Michael Scire 2021-10-28 19:16:23 -0700
  • 92321ccbc8 kern: fix 32-bit light ipc svc handler asm Michael Scire 2021-10-28 15:42:52 -0700
  • db3004e844 git subrepo push libraries Michael Scire 2021-10-27 22:57:39 -0700
  • 3e97e4addf init: disable fsdev cwd to prevent abort on fsdev usage (fsdev should not be used) Michael Scire 2021-10-27 22:57:09 -0700
  • 4b7b33809f kern: optimize and bring into line with N our pstate.i management Michael Scire 2021-10-27 15:00:07 -0700
  • e81a1ce5a8 kern: audit (and fix) our hardware maintenance instructions to match official kernel Michael Scire 2021-10-27 12:31:53 -0700
  • fb59d0ad43 Unfuck emummc to not corrupt remote on subrepo push. 1.2.1 Michael Scire 2021-10-26 01:51:59 -0700
  • 73b74b904f docs: add changelog for 1.2.1 Michael Scire 2021-10-26 01:46:10 -0700
  • ed41b01b69 git subrepo push emummc Michael Scire 2021-10-26 01:13:50 -0700
  • 24143d8813 git subrepo push libraries Michael Scire 2021-10-26 01:12:06 -0700
  • cb38b0b929 ams: bump version to 1.2.1 Michael Scire 2021-10-26 01:09:16 -0700
  • dd04113f5d emummc/fusee: support 13.1.0 FS Michael Scire 2021-10-26 01:08:37 -0700
  • 0e81eac9d1 sprof: update for 13.1.0 (format version 1) Michael Scire 2021-10-26 00:51:44 -0700
  • a14dc6ed89 crypto: implement md5, which now used by sprof Michael Scire 2021-10-25 23:15:50 -0700
  • 5423b5c320
    Update ncm_remote_content_storage_impl.hpp Zerofo 2021-10-26 10:20:38 +0800
  • 9107b3f378
    Merge pull request #1 from Atmosphere-NX/master Zerofo 2021-10-26 08:49:31 +0800
  • ef5a829a40
    Update Makefile Zerofo 2021-10-26 08:49:11 +0800
  • 9cc6be4d57 kern: other dmbs in kernel were already dmb ish Michael Scire 2021-10-25 17:38:50 -0700
  • 1d5f66be56 kern: implement 13.1.0 kernel changes Michael Scire 2021-10-25 17:34:47 -0700
  • ebca23305e kern: simplify random bitmap selection to match latest Nintendo logic Michael Scire 2021-10-25 17:00:59 -0700
  • 273f4a87ae kern: add (and use) generic KSystemControlBase Michael Scire 2021-10-25 15:07:24 -0700
  • 1f8bf41f0b kern/test: add some scheduler tests (yields work correctly, all non-special priorities are cooperative/not pre-emptive Michael Scire 2021-10-22 17:27:35 -0700
  • ad03be9a38 hos: whoops Michael Scire 2021-10-22 09:55:57 -0700
  • d63be0737b hos: better safe than sorry Michael Scire 2021-10-22 09:54:38 -0700
  • 018ae08409 hos: allow turning off ams extension hard-reqs for unit testing Michael Scire 2021-10-22 09:40:18 -0700
  • 2a842791eb kern: add toggleable support for 40-bit physaddr caps Michael Scire 2021-10-22 09:33:53 -0700
  • d8a2b47b0a util: add trait/macro for is_constexpr_constructible Michael Scire 2021-10-21 15:21:15 -0700
  • 7c1347e692 test: add tests for SetMemoryPermission Michael Scire 2021-10-20 22:34:19 -0700
  • 0a58e803be kern/test: add wip qemu-virt board support to mesosphere Michael Scire 2021-10-20 20:53:42 -0700
  • 80cae0cc2d kern: simplify random bitmap selection to match latest Nintendo logic qemu_meso Michael Scire 2021-10-25 17:00:59 -0700
  • e780171c78 kern: add (and use) generic KSystemControlBase Michael Scire 2021-10-25 15:07:24 -0700
  • 0cbf726479 kern/test: add some scheduler tests (yields work correctly, all non-special priorities are cooperative/not pre-emptive Michael Scire 2021-10-22 17:27:35 -0700
  • a192ca5172 hos: whoops Michael Scire 2021-10-22 09:55:57 -0700
  • cbebfcb9e2 hos: better safe than sorry Michael Scire 2021-10-22 09:54:38 -0700
  • ec950d8320 hos: allow turning off ams extension hard-reqs for unit testing Michael Scire 2021-10-22 09:40:18 -0700
  • d562bb841d kern: add toggleable support for 40-bit physaddr caps Michael Scire 2021-10-22 09:33:53 -0700
  • ff1760fac1 util: add trait/macro for is_constexpr_constructible Michael Scire 2021-10-21 15:21:15 -0700
  • 7ea4737abb test: add tests for SetMemoryPermission Michael Scire 2021-10-20 22:34:19 -0700
  • 0a1ce6f079 kern/test: add wip qemu-virt board support to mesosphere Michael Scire 2021-10-20 20:53:42 -0700
  • 10ed579c38 kernel_ldr: bring initial cache flush in line with Nintendo Michael Scire 2021-10-25 13:38:52 -0700
  • 6ad3219656 kern: reflect nintendo cache management behavior for initial processes Michael Scire 2021-10-25 13:02:35 -0700
  • d1977673aa
    Create build.yml Zerofo 2021-10-25 12:08:28 +0800
  • de93a98a07
    Create build.yml Zerofo 2021-10-25 12:07:34 +0800
  • 54dde406bc kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask Michael Scire 2021-10-24 20:41:38 -0700
  • fd187f952e kern: enable lto for global instants (saves about a page in deduplicated code) Michael Scire 2021-10-24 17:06:43 -0700
  • 8a661cee6e kern: devirtualize KAutoObjectWithList::GetId() Michael Scire 2021-10-24 17:00:05 -0700
  • 3e4acc62f3 kern: fix reorder-init in KHandleTable Michael Scire 2021-10-24 13:08:08 -0700
  • d0cd511c0e kern: devirtualize most things that are free to devirtualize (see #1672) Michael Scire 2021-10-24 13:04:31 -0700
  • aaa3770806 kern: optimize timespan -> tick codegen, improve .text layout Michael Scire 2021-10-24 01:04:19 -0700
  • 89926f44c6 kern: use optimized red black tree finds for remaining holdouts Michael Scire 2021-10-23 21:58:48 -0700
  • 436613401a kern: devirtualize several KAutoObject functions Michael Scire 2021-10-23 21:13:26 -0700
  • 2490bbf4f9 kern: KCacheHelper: better reflect nintendo coremask clearing logic Michael Scire 2021-10-23 17:44:30 -0700
  • 71e4313d0c kern: devirtualize remaining vcall for class token/dyncast Michael Scire 2021-10-23 16:04:04 -0700
  • 36e4914be8
    kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) SciresM 2021-10-23 15:25:20 -0700
  • 42036a9b7d kern: avoid constexpr init for many objects (avoids unnecessary memory clear) Michael Scire 2021-10-20 02:36:34 -0700
  • 20716cb3de kern: use new AtomicRef, use Atomic<bool> Michael Scire 2021-10-20 13:29:38 -0700
  • aed9d3f535 util: better match true std::atomic semantics Michael Scire 2021-10-20 11:02:17 -0700
  • c6d7174dd3 exo: use the fancy new optimal atomics Michael Scire 2021-10-20 08:52:54 -0700
  • d74f364107 kern/util: use custom atomics wrapper to substantially improve codegen Michael Scire 2021-10-19 15:24:15 -0700
  • 52332e8d75 kern: use 13.0.0 revised KLightLock logic Michael Scire 2021-10-19 02:45:29 -0700
  • 3fc695aff8 kern: fix capability check for thread priorities Michael Scire 2021-10-19 01:41:23 -0700
  • d3eb1268bc kern: remove spurious assertion Michael Scire 2021-10-19 01:21:23 -0700
  • f3b532070b kern: update scheduler for 13.0.0 change, fix some ctz/clz bugs Michael Scire 2021-10-19 01:20:28 -0700
  • 42b6c2dd95 kern: fix use of plr vs plr_heap, fix close/unlock order in ArbitrateLock Michael Scire 2021-10-19 01:19:31 -0700
  • 52c914afcc ams-libs: move -Wno-invalid-offsetof to cxxflags, not cflags Michael Scire 2021-10-18 13:10:02 -0700
  • 692247b26b ams-libs: use nintendo_nx identifier for source file compat bpmp<->ccplex Michael Scire 2021-10-18 11:10:25 -0700
  • 799a9a5f98 lr: fix EraseRedirection hang introduced by refactoring Michael Scire 2021-10-18 11:00:55 -0700
  • 889d843718 ams: improve offsetof style consistency Michael Scire 2021-10-18 00:17:13 -0700
  • ec6d1a92ef util: improve (and use) offsetof that's """standard compliant""" Michael Scire 2021-10-17 21:45:02 -0700
  • ad4c794aea constexpr: resign ourselves to gcc dropping void -> T support Michael Scire 2021-10-17 02:39:16 -0700
  • 96d3187f3e kern: remove need for explicit reserved member in KAutoObject Michael Scire 2021-10-16 17:17:26 -0700
  • bfffe6b119 kern: devirtualize KAutoObject::DynamicCast<>() Michael Scire 2021-10-16 16:24:06 -0700
  • 26c02e2019 kern/util: update structure layouts to match Nintendo (saves 0x10 per KThread/KSession) Michael Scire 2021-10-16 16:13:10 -0700
  • 7805a3624e fusee: accept non-zero rather than rejecting non-one for emummc enable Michael Scire 2021-10-16 12:26:17 -0700
  • 64950dbd31 powctl: remove unused arm_neon header after last commit Michael Scire 2021-10-16 10:11:45 -0700
  • 03efc31f9c powctl: don't require arm64 arch for floating -> fixed conversion Michael Scire 2021-10-16 10:04:19 -0700
  • f7f83b4742 git subrepo push libraries 1.2.0 Michael Scire 2021-10-15 23:55:53 -0700
  • 8634ea0f7c docs: add changelog for 1.2.0 Michael Scire 2021-10-15 23:54:25 -0700
  • 2541f6dd71 tipc: implement special-case templating used by 13.0.0 pgl Michael Scire 2021-10-15 21:20:52 -0700
  • ff5f376c33 tipc: enable named-thread dispatch Michael Scire 2021-10-15 19:59:29 -0700
  • d1bc1a5c57 boot: update for 13.0.0/aula parameter changes (closes #1477) Michael Scire 2021-10-15 19:03:11 -0700
  • 990daec3a2 powctl: integrate 13.0.0 changes (aula params not done yet) Michael Scire 2021-10-15 16:30:27 -0700
  • c04a262d49 boot: update display logic for 13.0.0 changes Michael Scire 2021-10-14 19:48:13 -0700
  • 7e536f74ae strat: fix some mitm server management logic Michael Scire 2021-10-14 00:40:43 -0700
  • 891fa32bf1 tipc/sm: update more fully for 13.0.0 changes Michael Scire 2021-10-13 23:50:57 -0700
  • ca25a884b5 tipc: add additional logic from 13.0.0 Michael Scire 2021-10-12 00:57:54 -0700
  • 0189c5f1e6 sm/tipc: minor cleanup Michael Scire 2021-10-12 00:20:21 -0700
  • 124a1a1ea0 sm: update for 13.0.0, optimize layout to reduce storage size. Michael Scire 2021-10-11 22:16:37 -0700
  • 82d07e04aa strat: don't force fs globals to link into every process Michael Scire 2021-10-11 22:16:12 -0700
  • bd1bcdf52b sf: prevent emitting mitm/defer code unless server in process supports it Michael Scire 2021-10-11 19:01:27 -0700
  • d27fe8a229 util: fix consteval CountTrailingZeroes impl Michael Scire 2021-10-11 13:15:11 -0700
  • 1c5edaf4fb fatal: use align up for width calc Michael Scire 2021-10-11 12:41:43 -0700
  • 3cd8ec509c boot: probably should have done this a few months ago huh Michael Scire 2021-10-11 01:01:31 -0700
  • 3bee3e77ca ams: bump api verrsion pre-emptively to 1.2.0 Michael Scire 2021-10-11 01:00:07 -0700
  • 5708bb1557 ams: allow bootloader to merely approximate correct target firmware Michael Scire 2021-10-11 00:54:17 -0700
  • d41de21753 fusee: fix loader stub Michael Scire 2021-10-11 00:19:47 -0700
  • 06f68a8159 loader: refactor to remove fake namespaces Michael Scire 2021-10-10 21:37:29 -0700