Commit Graph

  • f9d68db3f6 kern: SvcChangeKernelTraceState Michael Scire 2020-07-31 17:01:01 -0700
  • 89f1c0ce33 kern: remove stray log in SetHeapSize Michael Scire 2020-07-31 14:54:10 -0700
  • 65770403d5 kern: fix KTypedAddress, strengthen assertions Michael Scire 2020-08-18 09:30:19 -0700
  • 2e9bee672f kern: add version bounds checking Michael Scire 2020-08-18 04:03:01 -0700
  • 6c84bd906e kern: avoid hardcoding maximum board memory size Michael Scire 2020-08-17 16:48:52 -0700
  • e289268877 kern: improve resource region size definitions/calculations Michael Scire 2020-08-17 16:45:41 -0700
  • bfe73cb0a3 kern: resolve NonSecure definition TODO Michael Scire 2020-08-17 16:00:55 -0700
  • e435f56367 exo: build with -Wextra Michael Scire 2020-08-17 14:39:18 -0700
  • e0894acd6d kern: correct thread termination atomicity Michael Scire 2020-08-15 03:02:09 -0700
  • d21f3a9a61 kern: fix reference leak in KThread::GetThreadFromId callers Michael Scire 2020-08-15 03:01:43 -0700
  • 58cf0f17f0 kern: non-loop cas-weak -> cas-strong Michael Scire 2020-08-13 13:55:19 -0700
  • 82ae603e0f kern: fix bug in KScheduler::ClearPreviousThread Michael Scire 2020-08-13 13:30:47 -0700
  • f75aa59f8c arm64: set -march in cpu specific configuration fincs 2020-08-13 02:08:46 +0200
  • 63605b8a97 kern: use size instead of phys addr as sentinel value in InitializeCore linear mapping logic fincs 2020-08-13 02:06:12 +0200
  • 1474f422e5 kern: remove accidentally copypasted code fincs 2020-08-13 02:04:07 +0200
  • b25a01633e kern: add stubbed KDevicePageTable implementation for systems without iommu fincs 2020-08-10 21:54:13 +0200
  • 11950b84ae kern: move SetupPoolPartitionMemoryRegions into board specific implementation fincs 2020-08-10 21:44:33 +0200
  • 0b387dcfd2 kern: make GetTargetFirmware a compile-time constant when not building for Switch fincs 2020-08-10 21:42:19 +0200
  • 47169d9ce6 kern: use std::atomic_ref instead of reinterpret_cast to std::atomic Michael Scire 2020-08-12 20:47:14 -0700
  • 59dc4b2e27 kern: use common GIC implementation for arm/arm64 Michael Scire 2020-08-11 17:38:13 -0700
  • af5b3f99b0 kern: correct flushing of init arguments Michael Scire 2020-08-11 17:09:22 -0700
  • 1ca7078df5 kern: simplify SetupForIpcClient cleanup Michael Scire 2020-08-05 20:06:23 -0700
  • bde431396b kern: SvcLegacyGetFutureThreadInfo Michael Scire 2020-08-04 19:35:57 -0700
  • 4d7c8aa978 kern: rename CacheHelper operation for accuracy Michael Scire 2020-08-03 18:52:51 -0700
  • 2f369485c8 kern: KPageTableBase::WriteDebugMemory stores/invalidates cache Michael Scire 2020-08-03 18:43:38 -0700
  • 624c345699 kern: fix multicore instruction cache invalidation Michael Scire 2020-08-03 18:39:32 -0700
  • f100ede063 kern: add tracing for irq/scheduling Michael Scire 2020-08-03 18:11:13 -0700
  • da0aee2c76 kern: cleanup some KMemoryManager functions Michael Scire 2020-08-03 12:28:14 -0700
  • d4cc8efe05 kern: refactor KMemoryLayout Michael Scire 2020-08-03 12:06:24 -0700
  • ee9c033b2f IntrusiveRedBlackTree: refactor to add ->GetPrev(), ->GetNext() to BaseNode inheritors Michael Scire 2020-08-03 11:32:12 -0700
  • beaa3098f8 kern: N reduced the slabheap gap size in 10.0.0 Michael Scire 2020-08-03 08:11:28 -0700
  • 533d53e64b kern: mark KThread/KProcess.GetId() final to save virtual calls Michael Scire 2020-08-03 08:03:26 -0700
  • b1dd432568 kern: fix built-in usage for libc Michael Scire 2020-08-02 23:39:58 -0700
  • d1ef19885a kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt Michael Scire 2020-08-02 23:06:29 -0700
  • c9e83530da kern: implement svc trace Michael Scire 2020-07-31 19:48:22 -0700
  • 843b1bb11b kern: SvcChangeKernelTraceState Michael Scire 2020-07-31 17:01:01 -0700
  • 67ff0dbbf1 kern: remove stray log in SetHeapSize Michael Scire 2020-07-31 14:54:10 -0700
  • 73798cb812 kern: build with -Wextra Michael Scire 2020-08-17 14:20:24 -0700
  • ec1db804a4
    Update README.md tomvita 2020-08-17 12:04:53 +0800
  • 682a9e01bc
    Add files via upload Grass0001 2020-08-16 22:36:47 +0100
  • 2a87006c82
    Add files via upload Grass0001 2020-08-16 22:35:41 +0100
  • 086c53adf3
    Add files via upload Grass0001 2020-08-15 19:48:27 +0100
  • b627f8b0b8
    Add files via upload Grass0001 2020-08-15 17:41:15 +0100
  • d3014f6ed9 git subrepo push libraries Michael Scire 2020-08-15 09:20:46 -0700
  • 35fffade4e libstrat: fix building of source/os/* Michael Scire 2020-08-15 09:20:11 -0700
  • 2c6b7ce6c2 git subrepo push libraries Michael Scire 2020-08-14 17:37:03 -0700
  • 7658c07492 strat: fix inclusion/ordering for some c headers Michael Scire 2020-08-14 17:33:49 -0700
  • 51b5c3d87d ams: avoid UB infinite loops Michael Scire 2020-08-13 17:28:29 -0700
  • 5a77db0ccd
    arm64: set -march in cpu specific configuration fincs 2020-08-13 02:08:46 +0200
  • 4c8a2a60f0
    kern: use size instead of phys addr as sentinel value in InitializeCore linear mapping logic fincs 2020-08-13 02:06:12 +0200
  • 300dcc63c9
    kern: remove accidentally copypasted code fincs 2020-08-13 02:04:07 +0200
  • b5803a300d
    kern: add stubbed KDevicePageTable implementation for systems without iommu fincs 2020-08-10 21:54:13 +0200
  • 0cbacbc85e
    kern: move SetupPoolPartitionMemoryRegions into board specific implementation fincs 2020-08-10 21:44:33 +0200
  • 19996ee38c
    kern: make GetTargetFirmware a compile-time constant when not building for Switch fincs 2020-08-10 21:42:19 +0200
  • 211f7b3fd0 kern: use std::atomic_ref instead of reinterpret_cast to std::atomic Michael Scire 2020-08-12 20:47:14 -0700
  • 9d4f9aa4b3 kern: use common GIC implementation for arm/arm64 Michael Scire 2020-08-11 17:38:13 -0700
  • 27ef994a01 kern: correct flushing of init arguments Michael Scire 2020-08-11 17:09:22 -0700
  • 7de04d404d kern: simplify SetupForIpcClient cleanup Michael Scire 2020-08-05 20:06:23 -0700
  • 2f284b37f8 kern: SvcLegacyGetFutureThreadInfo Michael Scire 2020-08-04 19:35:57 -0700
  • d22159ce97 kern: rename CacheHelper operation for accuracy Michael Scire 2020-08-03 18:52:51 -0700
  • d01dc853d5 kern: KPageTableBase::WriteDebugMemory stores/invalidates cache Michael Scire 2020-08-03 18:43:38 -0700
  • 5b3ebaff26 kern: fix multicore instruction cache invalidation Michael Scire 2020-08-03 18:39:32 -0700
  • 5cf86e59ff kern: add tracing for irq/scheduling Michael Scire 2020-08-03 18:11:13 -0700
  • 2f57c58cd6 kern: cleanup some KMemoryManager functions Michael Scire 2020-08-03 12:28:14 -0700
  • 23f1f8cfcb kern: refactor KMemoryLayout Michael Scire 2020-08-03 12:06:24 -0700
  • b1eca70416 IntrusiveRedBlackTree: refactor to add ->GetPrev(), ->GetNext() to BaseNode inheritors Michael Scire 2020-08-03 11:32:12 -0700
  • dc5df067ce kern: N reduced the slabheap gap size in 10.0.0 Michael Scire 2020-08-03 08:11:28 -0700
  • e9e3d0a1eb kern: mark KThread/KProcess.GetId() final to save virtual calls Michael Scire 2020-08-03 08:03:26 -0700
  • 2d755d017a kern: fix built-in usage for libc Michael Scire 2020-08-02 23:39:58 -0700
  • 61a1daa06d kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt Michael Scire 2020-08-02 23:06:29 -0700
  • 04e0eeca9c kern: implement svc trace Michael Scire 2020-07-31 19:48:22 -0700
  • 75b3e1f864 kern: SvcChangeKernelTraceState Michael Scire 2020-07-31 17:01:01 -0700
  • bc2aa47960 kern: remove stray log in SetHeapSize Michael Scire 2020-07-31 14:54:10 -0700
  • 874208b44a sf: handle serialization errors more accurately and gracefully Michael Scire 2020-08-11 16:40:57 -0700
  • 44c5cb9789 ams: add support for cpu-extension specific source files Michael Scire 2020-08-11 11:43:34 -0700
  • 420bc7df9b ams: update build system to add generic-fallback support Michael Scire 2020-08-11 11:22:56 -0700
  • ee3e0fa537 fatal: use TimeSpan for timing Michael Scire 2020-08-03 19:52:53 -0700
  • 501280b6e5 fatal: Fix autoreboot logic Aurora Wright 2020-08-04 04:25:59 +0200
  • 9f4d5adbf7 fatal: Fix autoreboot logic Aurora Wright 2020-08-04 04:25:59 +0200
  • ee5a095c1a git subrepo push libraries 0.14.1 Michael Scire 2020-08-02 15:03:17 -0700
  • 3726def6ec ams: dump version to 0.14.1 Michael Scire 2020-08-02 15:02:43 -0700
  • 29358dc593 kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) Michael Scire 2020-08-02 14:30:06 -0700
  • a82914d58e git subrepo push libraries 0.14.0 Michael Scire 2020-08-01 15:37:27 -0700
  • 0508b5d31b target firmware: I am remarkably bad at this Michael Scire 2020-08-01 15:36:50 -0700
  • 235c070a37 git subrepo push libraries Michael Scire 2020-08-01 15:36:09 -0700
  • 82f757459e target firmware: fix typo Michael Scire 2020-08-01 15:35:38 -0700
  • b2b47da8c1 git subrepo push libraries Michael Scire 2020-08-01 15:34:13 -0700
  • bc364029b2 docs: update changelog Michael Scire 2020-08-01 15:29:49 -0700
  • ac9832c5ce docs: update roadmap Michael Scire 2020-08-01 15:29:08 -0700
  • b65707efd9 ams: add support for 10.1.1 Michael Scire 2020-08-01 15:06:49 -0700
  • 98ca5e2927 fusee: re-design and fix emummc handling hexkyz 2020-08-01 17:20:56 +0100
  • 91bbdf2baf TimeSpan: fix FromDays Michael Scire 2020-07-31 14:51:52 -0700
  • 3fd4002bc9 kern: complete final SVC stubs (KernelDebug/Trace debug-impl still TODO) Michael Scire 2020-07-31 13:33:33 -0700
  • 5d462c626c kern: SvcReturnFromException Michael Scire 2020-07-31 05:52:59 -0700
  • 8cd81b3092 kern: fix dynamic calculation of slab heap size Michael Scire 2020-07-31 02:59:12 -0700
  • 5c4fbf5c67 kern SvcGetDebugThreadContext, SvcSetDebugThreadContext Michael Scire 2020-07-31 02:49:43 -0700
  • 3afd723b92 kern: SvcGetDebugThreadParam Michael Scire 2020-07-31 01:59:46 -0700
  • e1f3bb10a5 kern: clean up majority of TODOs Michael Scire 2020-07-31 01:27:09 -0700
  • bea550ebce kern: resolve final non-user-exception MESOSPHERE_UNIMPLEMENTED Michael Scire 2020-07-31 00:50:03 -0700
  • 85f533e6c4 kern: SvcGetDebugEventInfo64From32 Michael Scire 2020-07-31 00:36:33 -0700