5442 Commits (55362bccd9b007bc7a98babb248bf6ffd809f5d1)

Author SHA1 Message Date
Morph 8d7eec9b88 spl: Add SPL result codes 5 years ago
Morph 20bb5fe3a1 fsp_srv: Fix filesystem access logging 5 years ago
ameerj 7709a7cdc0 lm: Demote guest logs to LOG_DEBUG 5 years ago
Morph e91bf05ce6 general: Remove extraneous includes 5 years ago
german77 7ae1e7c0bb hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor 5 years ago
Morph 006ca28fc8 kernel: Unconditionally set thread state when appropriate 5 years ago
Morph 3509855179 kernel: KLightConditionVariable: Update implementation to 12.x 5 years ago
bunnei cb75c58714 hle: service: sm: Remove redundant session reservation, etc. 5 years ago
bunnei 63bc3eef98 hle: service: Increase arbitrary max sessions limit. 5 years ago
bunnei 6c3c99c915 hle: kernel: KClientPort: Add an assert for session count. 5 years ago
bunnei 73d30a5446 hle: service: sm: Fix GetService setup of session & port. 5 years ago
bunnei 407cf4ffdb hle: service: Use correct size for ServerSessionCountMax. 5 years ago
bunnei 6c84a78d74 hle: kernel: KServerSession: Fix client disconnected. 5 years ago
bunnei d06f7d9f6c kernel: svc: Add missing error check to CancelSynchronization. 5 years ago
bunnei c9d0bbb9f9 hle: service: Increase arbitrary max sessions limit. 5 years ago
bunnei b270cecbab hle: kernel: KServerSession: Work-around scenario where session is closed too early. 5 years ago
bunnei 4ad8a148ee hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. 5 years ago
bunnei a3de201dcf hle: kernel: Remove service thread manager and use weak_ptr. 5 years ago
bunnei eeb8d0def8 hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. 5 years ago
bunnei ff57fd7281 hle: kernel: k_server_session: Return service thread by strong pointer. 5 years ago
bunnei c833ca5fa0 hle: kernel: k_server_session: Ensure service thread is valid before dereference. 5 years ago
bunnei ea1ca74e7a hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. 5 years ago
bunnei 38d8bcc574 hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 5 years ago
Lioncash c811d0f69d result: Add [[nodiscard]] specifiers where applicable 5 years ago
bunnei 8bf7b19d1d hle: kernel: Refactor to allocate a ServiceThread per service handler. 5 years ago
Morph 8977a5e928 fsp-srv: Replace one last instance of RESULT_SUCCESS 5 years ago
Chloe 8eb5da9a7c fspsrv: Implement DisableAutoSaveDataCreation (#6355) 5 years ago
Morph c4d6d9dfd3 general: Replace RESULT_UNKNOWN with ResultUnknown 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash cb111c0038 common_funcs: Move R_ macros to result.h 5 years ago
Lioncash 2197782ecd k_class_token: Use variable templates where applicable 5 years ago
Lioncash a9fcaa9c00 kernel: Add missing override specifiers 5 years ago
Markus Wick 9f92beed0a Fix two GCC 11 warnings: Unneeded copies. 5 years ago
Lioncash 2d390c1911 k_thread: Move dereference after null check in Initialize() 5 years ago
bunnei 639baf88f7 hle: kernel: KSlabHeap: Allow host or guest allocations. 5 years ago
Lioncash dabb48cb06 touchscreen: Make use of common point struct 5 years ago
Lioncash f49ea1959b common: Extract point into a common struct 5 years ago
Morph ed52a83511 applets/swkbd: Make use of std::move where applicable 5 years ago
Morph 4b064097bd applets/swkbd: Only read the text check message on Failure/Confirm 5 years ago
Markus Wick c9f9e77be3 core/arm_interface: Call SVC after end of dynarmic block. 5 years ago
german77 bfaf3f1bcd ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Morph 5eecd49108 kernel: process_capability: Add MapRegion capability 5 years ago
Chloe Marcec cf489391d7 hid: ApplyNpadSystemCommonPolicy 5 years ago
bunnei 9d19382daf hle: kernel: service_thread: Take reference to KServerSession on service request. 5 years ago
bunnei ea851aaeb8 hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct. 5 years ago
bunnei 227f9e5ab2 hle: kernel: Use host memory allocations for KSlabMemory. 5 years ago
bunnei 78853f888a Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management." 5 years ago
bunnei 14f50729e2 hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects. 5 years ago
bunnei 6e3c9d2b06 hle: kernel: Implement CloneCurrentObject and improve session management. 5 years ago