22 Commits (8c59543ee32c8bff575bab7ec1e70f76f8eda437)

Author SHA1 Message Date
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph ec28d3c439 kernel: process_capability: Add MapRegion capability 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 269d233a94 hle: kernel: svc_results: Update naming.. 5 years ago
Lioncash 03dda80e2b process_capability: Handle extended SVC range 5 years ago
bunnei 93e20867b0 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
Chloe 37939482fb
kernel: Unify result codes (#5890) 5 years ago
Lioncash 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
David Marcec b6538c3e7c kernel: Don't fail silently 6 years ago
bunnei ffc3de762b kernel: process_capability: Update to use Memory::PageTable. 6 years ago
Lioncash 5167d1577d kernel/handle_table: Allow process capabilities to limit the handle table size 7 years ago
Lioncash d09fb82113 kernel/process_capability: Handle debug capability flags 7 years ago
Lioncash 10824c5d63 kernel/process_capability: Handle handle table capability flags 7 years ago
Lioncash e0e84aede0 kernel/process_capability: Handle kernel version capability flags 7 years ago
Lioncash 010bc677f3 kernel/process_capability: Handle program capability flags 7 years ago
Lioncash 0f216d20e3 kernel/process_capability: Handle interrupt capability flags 7 years ago
Lioncash 3dc59b74ec kernel/process_capability: Handle syscall capability flags 7 years ago
Lioncash 27caf71204 kernel/process_capability: Handle the priority mask and core mask flags 7 years ago
Lioncash 6ff5135521 kernel/process: Introduce process capability parsing skeleton 7 years ago