6456 Commits (7afcc29ac85ded4975fd04d9f1c80b32b4e102ba)

Author SHA1 Message Date
bunnei ddf0fbd8e9 core: hle: kernel: k_page_group: Add KPageBufferSlabHeap. 3 years ago
bunnei 53e40c01e7 core: hle: kernel: k_system_control: Add SecureAppletMemorySize. 3 years ago
bunnei 8973237f87 core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap. 3 years ago
bunnei 6e069b7ee5 core: hle: kernel: Add KPageTableManager. 3 years ago
bunnei 315292275e core: hle: kernel: Add KPageTableSlabHeap. 3 years ago
bunnei 019e425377 core: hle: kernel: Add KEventInfo. 3 years ago
bunnei 0146d20e51 core: hle: kernel: Add KDebug. 3 years ago
bunnei a91e38694a core: hle: result: Fix code for compilers. 3 years ago
bunnei 6a447fd764 core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext. 3 years ago
Liam 710220601f sm:: avoid excessive port recreation 3 years ago
Liam 2a4a371112 kernel: fix single core for service threads 3 years ago
Liam 8f65df7619 kernel: fix port tracking 3 years ago
Liam 57e5211eb6 k_server_session: add SendReplyHLE 3 years ago
Liam b5a9e6f989 service_thread: convert to map for session management 3 years ago
Liam 2e56a382a9 kernel: invert session request handling flow 3 years ago
Liam e86cadc4c4 kernel: more complete fix for KPort reference counting 3 years ago
Liam e9589c859d k_thread: fix single core 3 years ago
german77 4d66c180ac service: am: Stub SetRecordVolumeMuted 3 years ago
Liam 8988c3dea9 k_server_session: fix crashes 3 years ago
Liam a71c698323 nvnflinger: release queued handles immediately on disconnection 3 years ago
Liam 4351ab1ff1 vi: implement CloseDisplay 3 years ago
Lioncash a8b7993c88 audio_in/out_system: Pass Initialize members by value where applicable 3 years ago
Morph 89ace6c367 concepts: Use the std::contiguous_iterator concept 3 years ago
Liam 3980952ab8 kernel: refactor dummy thread wakeups 3 years ago
Liam e9da7b43d5 nvdrv: fix container destruction order 3 years ago
Liam ee969900ae core: barrier service thread shutdown 3 years ago
Morph 5c4c90385f ipc_helpers: Ignore GCC compiler warnings only on GCC 3 years ago
Morph 9fba74d245 general: Enforce C4800 everywhere except in video_core 3 years ago
Narr the Reg d444a2ffab service: nfp: Allow amiibos without keys 3 years ago
Narr the Reg ea7f4aed98 service: nfp: remove unnecessary include 3 years ago
Lioncash 47160b51fb k_session_request: Add missing override specifier 3 years ago
Lioncash 4432989177 k_session_request: Turn C-style array into std::array 3 years ago
Lioncash 6057b801cf k_session_request: Simplify constructor initialization 3 years ago
german77 96881efdc3 input_common: cache vibration tests 3 years ago
Lioncash 32ce4a4821 hid/npad: Fix copy size in GetSupportedNpadIdTypes 3 years ago
Liam c0ae56548e kernel: remove most SessionRequestManager handling from KServerSession 3 years ago
Liam 7103b8dde3 kernel: add KSessionRequest 3 years ago
bunnei 8b2cadd4e2 core: hle: kernel: Migrate ProcessState to enum class. 3 years ago
Kelebek1 2da6a39c19 Update audio_core for firmware 15.0.0 3 years ago
bunnei 4c2274b2c1 core: hle: kernel: Use result macros for new/changed code. 3 years ago
bunnei 3785e8d1c7 core: hle: kernel: Fix InitializePreemption order. 3 years ago
bunnei 55ed04af34 core: hle: kernel: k_process: Improve management of page table & cleanup. 3 years ago
bunnei 7dd7b440cc core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on current process. 3 years ago
bunnei c164affbcb core: hle: kernel: Remove junk. 3 years ago
bunnei 15eebff127 core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. 3 years ago
bunnei 0eeef46015 core: hle: kernel: Integration application memory block slab manager. 3 years ago
bunnei 98a3854393 core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockManager/SlabManager. 3 years ago
bunnei ddd0ca5f83 core: hle: kernel: k_memory_block: Update. 3 years ago
bunnei 3b1a2fd7db core: hle: kernel: k_memory_block_manager: Update. 3 years ago
bunnei 97e4cd1c8f core: hle: kernel: k_thread: Implement thread termination DPC. 3 years ago