| 2021-10-24 |
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
|
|
|
exo: use the fancy new optimal atomics
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: fix capability check for thread priorities
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-libs: move -Wno-invalid-offsetof to cxxflags, not cflags
Michael Scire
committed
on 18 Oct 2021
|
|
ams-libs: use nintendo_nx identifier for source file compat bpmp<->ccplex
Michael Scire
committed
on 18 Oct 2021
|
|
|
lr: fix EraseRedirection hang introduced by refactoring
Michael Scire
committed
on 18 Oct 2021
|
|
|
ams: improve offsetof style consistency
Michael Scire
committed
on 18 Oct 2021
|
|
|
util: improve (and use) offsetof that's """standard compliant"""
Michael Scire
committed
on 18 Oct 2021
|
|
| 2021-10-17 |
constexpr: resign ourselves to gcc dropping void -> T support
Michael Scire
committed
on 17 Oct 2021
|
|
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-16 |
fusee: accept non-zero rather than rejecting non-one for emummc enable
Michael Scire
committed
on 16 Oct 2021
|
|
powctl: remove unused arm_neon header after last commit
Michael Scire
committed
on 16 Oct 2021
|
|
|
powctl: don't require arm64 arch for floating -> fixed conversion
Michael Scire
committed
on 16 Oct 2021
|
|
|
|
|
|
docs: add changelog for 1.2.0
Michael Scire
committed
on 16 Oct 2021
|
|
|
tipc: implement special-case templating used by 13.0.0 pgl
Michael Scire
committed
on 16 Oct 2021
|
|
|
tipc: enable named-thread dispatch
Michael Scire
committed
on 16 Oct 2021
|
|
|
boot: update for 13.0.0/aula parameter changes (closes #1477)
Michael Scire
committed
on 16 Oct 2021
|
|
|
powctl: integrate 13.0.0 changes (aula params not done yet)
Michael Scire
committed
on 16 Oct 2021
|
|
| 2021-10-15 |
boot: update display logic for 13.0.0 changes
Michael Scire
committed
on 15 Oct 2021
|
| 2021-10-14 |
strat: fix some mitm server management logic
Michael Scire
committed
on 14 Oct 2021
|