| 2020-08-19 |
kern: fix KTypedAddress, strengthen assertions
Michael Scire
authored
on 18 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|---|---|
|
kern: add version bounds checking
Michael Scire
authored
on 18 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: avoid hardcoding maximum board memory size
Michael Scire
authored
on 18 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: improve resource region size definitions/calculations
Michael Scire
authored
on 18 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: resolve NonSecure definition TODO
Michael Scire
authored
on 18 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: correct thread termination atomicity
Michael Scire
authored
on 15 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: fix reference leak in KThread::GetThreadFromId callers
Michael Scire
authored
on 15 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: non-loop cas-weak -> cas-strong
Michael Scire
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: fix bug in KScheduler::ClearPreviousThread
Michael Scire
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
arm64: set -march in cpu specific configuration
fincs
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: use size instead of phys addr as sentinel value in InitializeCore linear mapping logic
fincs
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: remove accidentally copypasted code
fincs
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: add stubbed KDevicePageTable implementation for systems without iommu
fincs
authored
on 10 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: move SetupPoolPartitionMemoryRegions into board specific implementation
fincs
authored
on 10 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: make GetTargetFirmware a compile-time constant when not building for Switch
fincs
authored
on 10 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: use std::atomic_ref instead of reinterpret_cast to std::atomic
Michael Scire
authored
on 13 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: use common GIC implementation for arm/arm64
Michael Scire
authored
on 12 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: correct flushing of init arguments
Michael Scire
authored
on 12 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: simplify SetupForIpcClient cleanup
Michael Scire
authored
on 6 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: SvcLegacyGetFutureThreadInfo
Michael Scire
authored
on 5 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: rename CacheHelper operation for accuracy
Michael Scire
authored
on 4 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: KPageTableBase::WriteDebugMemory stores/invalidates cache
Michael Scire
authored
on 4 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: fix multicore instruction cache invalidation
Michael Scire
authored
on 4 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: add tracing for irq/scheduling
Michael Scire
authored
on 4 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: cleanup some KMemoryManager functions
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: refactor KMemoryLayout
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
IntrusiveRedBlackTree: refactor to add ->GetPrev(), ->GetNext() to BaseNode inheritors
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: N reduced the slabheap gap size in 10.0.0
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: mark KThread/KProcess.GetId() final to save virtual calls
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|
|
|
kern: fix built-in usage for libc
Michael Scire
authored
on 3 Aug 2020
SciresM
committed
on 19 Aug 2020
|