| 2021-09-19 |
kern: optimize logging for release kernel strings (saves printf space in .text)
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|---|---|
|
kern: add new KMemoryState
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: KWorkerTaskManager no longer tracks id
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: kill the interrupt task manager thread
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: remove per-KInterruptEventTask locks
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: delete KWritableEvent, devirtualize KReadableEvent Signal/Clear
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: KConditionVariable arbiter functions now static
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: KAutoObject doesn't need (virtual) destructor
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
|
kern: optimize handle table layout
Michael Scire
authored
on 18 Sep 2021
SciresM
committed
on 19 Sep 2021
|
|
| 2021-09-12 |
kern: optimize hw-single-step management
Michael Scire
authored
on 27 Jul 2021
SciresM
committed
on 12 Sep 2021
|
|
kern: add hardware single step extension
Michael Scire
authored
on 27 Jul 2021
SciresM
committed
on 12 Sep 2021
|
|
| 2021-07-13 |
kern: update initial cache management to match latest kernel
Michael Scire
committed
on 13 Jul 2021
|
| 2021-07-04 |
kern: fix handling of is_aligned parameter in DevicePageTable
Michael Scire
committed
on 4 Jul 2021
|
| 2021-06-17 |
kern: implement improved [new page tables are zero] invariant
Michael Scire
committed
on 17 Jun 2021
|
|
kern: ensure InitArguments do not cross page boundaries
Michael Scire
committed
on 17 Jun 2021
|
|
| 2021-04-27 |
exo/meso: update for gcc 11 compatibility
Michael Scire
committed
on 27 Apr 2021
|
| 2021-04-22 |
kern: fix initial process binary load on 2.0.0-4.1.0 (closes #1460)
Michael Scire
committed
on 22 Apr 2021
|
| 2021-04-21 |
util: implement red black trees as templates over macros
Michael Scire
committed
on 21 Apr 2021
|
| 2021-04-20 |
kern: fix constant evaluation correctness, codegen tweak
Michael Scire
committed
on 20 Apr 2021
|
|
kern: tweak KHandleTable codegen
Michael Scire
committed
on 20 Apr 2021
|
|
|
kern: tweak KAutoObject::Open/Close codegen
Michael Scire
committed
on 20 Apr 2021
|
|
| 2021-04-16 |
kern: add names/links to kern_assembly_offsets.h
Michael Scire
committed
on 16 Apr 2021
|
| 2021-04-15 |
kern: mostly kill magic numbers in assembly, fix SVCs >= 0x80
Michael Scire
committed
on 15 Apr 2021
|
| 2021-04-11 |
kern: mesosphere now implements kernel/sdk 12.3
Michael Scire
authored
on 8 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
kern: fuck the KPolice^H^H^H^H^H^HPageGroups
Michael Scire
authored
on 8 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
|
kern: who needs __purecall?
Michael Scire
authored
on 8 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
|
kern: update pinning semantics for terminating threads
Michael Scire
authored
on 8 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
|
kern: ensure handle table is finalized when deferring termination
Michael Scire
authored
on 8 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
|
kern: update port/session state semantics
Michael Scire
authored
on 7 Apr 2021
SciresM
committed
on 11 Apr 2021
|
|
|
kern: update KLightConditionVariable
Michael Scire
authored
on 7 Apr 2021
SciresM
committed
on 11 Apr 2021
|