7087 Commits (940a71422e18b6305556d0efc2588a90f156ae04)

Author SHA1 Message Date
Liam 467adc1acd kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue 3 years ago
Liam 0483dfae1a kernel: move KMemoryLayout for NX board 3 years ago
Liam 8d1f5bfbd2 kernel: remove KLinkedList 3 years ago
Liam fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 years ago
Liam 097c25b164 kernel: convert KPort, KSession 3 years ago
Liam d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 3 years ago
Liam 600f325d87 general: fix spelling mistakes 3 years ago
Narr the Reg 8d5cde6eff service: nfp: Improve implementation 3 years ago
Morph 1073346c7f hid: Use nanosecond timestamps instead of ticks 3 years ago
Liam 1776448df2 kernel: add timer pointer to KThreadQueue 3 years ago
Liam ba4213d956 general: fix type inconsistencies 3 years ago
Liam d45ac00d48 kernel: avoid signed overflow UB on MSVC 3 years ago
Liam 484641003c kernel: clone fpu status on CreateThread 3 years ago
Liam 1d0fe75e7c hle: rename legacy errors to Results 3 years ago
Jan Beich 859fb469b8 kernel: add missing header for libc++ 3 years ago
Narr the Reg 1f57ae6949 service: psc: Update names 3 years ago
Narr the Reg f01540da6c service: ssl: Add missing properties and update names 3 years ago
Narr the Reg 54711df739 service: usb: Update names 3 years ago
Liam 644ee0043e kernel: fix WaitSynchronization 3 years ago
Liam 97f7f7bad5 kernel: be more careful about kernel address keys 3 years ago
Liam c4ba088a5d kernel: refactor priority inheritance to represent locks as C++ objects 3 years ago
Liam 96bd7ea42d kernel: simplify AddressSpaceInfo, update values 3 years ago
Liam 367e89f984 kernel: barrier memory before condition variable write 3 years ago
Liam 9f9b64cda2 kernel: document previous location of interrupt disables in arbiter/condvar 3 years ago
Liam 4165ac0680 kernel: adjust pool allocations 3 years ago
Liam 62711fec02 kernel: simplify KAbstractSchedulerLock::Lock 3 years ago
Liam 0746a2084e kernel: add InfoType::IoRegionHint 3 years ago
Liam 809148e1a5 nvnflinger: fix name 3 years ago
Liam 65be230fdd service: move hle_ipc from kernel 3 years ago
Liam 4a1aa98598 sm:: remove unused member 3 years ago
Narr the Reg 71ca956d5c service: btm: Fix handle functions 3 years ago
Narr the Reg 5e4ea04a64 core: hidbus: Fix BusType size 3 years ago
Narr the Reg 39ca7b2928 core: Update service function tables to 16.0.0+ 3 years ago
Liam 975186ad4d am: avoid direct pointer access of transfer memory objects 3 years ago
Liam de4e5db330 hid: avoid direct pointer access of transfer memory objects 3 years ago
Narr the Reg 9477181d09 core: hid: Fix native mouse mappings 3 years ago
Merry c9678bda24 svc: Fix type consistency (exposed on macOS) 3 years ago
MonsterDruide1 d746cfc018 net: translate ECONNRESET network error 3 years ago
Liam 72e5552409 sm:: fix lingering session initialization issues 3 years ago
Liam 6e0a33089b sm:: support service registration deferral 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
Liam 1773a1039f kernel: add KObjectName 3 years ago
Liam 79fbdfca17 service: remove deleted services 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 26e44a3be4 apply clang-format 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
Liam 4363ca304a kernel: use GetCurrentProcess 3 years ago
Colin Kinloch 868ab0d3b4 kernel/svc: Fix undefined info_id 3 years ago
bunnei e79270507b core: kernel: k_process: Use application system resource. 3 years ago