| 2021-10-29 |
kern: fix minor assembly bugs, avoid unnecessary function call in KScheduler hotloop
Michael Scire
committed
on 29 Oct 2021
|
|---|---|
| 2021-10-28 |
kern: optimize and bring into line with N our pstate.i management
Michael Scire
committed
on 28 Oct 2021
|
| 2021-10-27 |
kern: audit (and fix) our hardware maintenance instructions to match official kernel
Michael Scire
committed
on 27 Oct 2021
|
| 2021-10-26 |
kern: implement 13.1.0 kernel changes
Michael Scire
committed
on 26 Oct 2021
|
|
kern: simplify random bitmap selection to match latest Nintendo logic
Michael Scire
authored
on 26 Oct 2021
SciresM
committed
on 26 Oct 2021
|
|
|
kern: add (and use) generic KSystemControlBase
Michael Scire
authored
on 26 Oct 2021
SciresM
committed
on 26 Oct 2021
|
|
|
kern: add toggleable support for 40-bit physaddr caps
Michael Scire
authored
on 22 Oct 2021
SciresM
committed
on 26 Oct 2021
|
|
|
kern/test: add wip qemu-virt board support to mesosphere
Michael Scire
authored
on 21 Oct 2021
SciresM
committed
on 26 Oct 2021
|
|
| 2021-10-25 |
kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask
Michael Scire
committed
on 25 Oct 2021
|
|
kern: enable lto for global instants (saves about a page in deduplicated code)
Michael Scire
committed
on 25 Oct 2021
|
|
|
kern: devirtualize KAutoObjectWithList::GetId()
Michael Scire
committed
on 25 Oct 2021
|
|
| 2021-10-24 |
kern: fix reorder-init in KHandleTable
Michael Scire
committed
on 24 Oct 2021
|
|
kern: devirtualize most things that are free to devirtualize (see #1672)
Michael Scire
committed
on 24 Oct 2021
|
|
|
kern: use optimized red black tree finds for remaining holdouts
Michael Scire
committed
on 24 Oct 2021
|
|
|
kern: devirtualize several KAutoObject functions
Michael Scire
committed
on 24 Oct 2021
|
|
|
kern: devirtualize remaining vcall for class token/dyncast
Michael Scire
committed
on 24 Oct 2021
|
|
|
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668)
SciresM
authored
on 24 Oct 2021
GitHub
committed
on 24 Oct 2021
|
|
| 2021-10-20 |
kern: use new AtomicRef, use Atomic<bool>
Michael Scire
committed
on 20 Oct 2021
|
|
util: better match true std::atomic semantics
Michael Scire
committed
on 20 Oct 2021
|
|
|
kern/util: use custom atomics wrapper to substantially improve codegen
Michael Scire
committed
on 20 Oct 2021
|
|
| 2021-10-19 |
kern: use 13.0.0 revised KLightLock logic
Michael Scire
committed
on 19 Oct 2021
|
|
kern: remove spurious assertion
Michael Scire
committed
on 19 Oct 2021
|
|
|
kern: update scheduler for 13.0.0 change, fix some ctz/clz bugs
Michael Scire
committed
on 19 Oct 2021
|
|
|
kern: fix use of plr vs plr_heap, fix close/unlock order in ArbitrateLock
Michael Scire
committed
on 19 Oct 2021
|
|
| 2021-10-18 |
ams: improve offsetof style consistency
Michael Scire
committed
on 18 Oct 2021
|
| 2021-10-17 |
kern: remove need for explicit reserved member in KAutoObject
Michael Scire
committed
on 17 Oct 2021
|
|
|
|
|
kern/util: update structure layouts to match Nintendo (saves 0x10 per KThread/KSession)
Michael Scire
committed
on 17 Oct 2021
|
|
| 2021-10-10 |
kern: fix some lingering non-m_ member variables
Michael Scire
committed
on 10 Oct 2021
|
| 2021-10-08 |
kern: tidy up capability calc
Michael Scire
committed
on 8 Oct 2021
|