summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: manage resources independently of nvnflinger and refactorGravatar Liam2024-02-171-10/+0
* nvnflinger: convert to processGravatar Liam2024-02-171-11/+0
* service: add template serializer for method callsGravatar Liam2024-01-251-0/+16
* sockets: avoid locking around socket session callsGravatar Liam2023-08-191-2/+2
* core: service: Add FunctionInfoTyped to allow expanding existing interfacesGravatar german772023-04-251-8/+12
* nvnflinger: fix nameGravatar Liam2023-03-011-5/+5
* service: move hle_ipc from kernelGravatar Liam2023-03-011-11/+9
* service: refactor server architectureGravatar Liam2023-02-211-17/+2
* kernel: invert session request handling flowGravatar Liam2022-10-311-0/+4
* core: barrier service thread shutdownGravatar Liam2022-10-231-0/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-2/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* hle: kernel: Use std::mutex instead of spin locks for most kernel locking.Gravatar bunnei2022-04-111-3/+2
* hle: service: Add option for service interfaces to create or use the default ...Gravatar bunnei2022-04-021-5/+9
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-241-1/+3
* hle: service: sm: Refactor to better manage ports.Gravatar bunnei2021-07-201-1/+1
* hle: service: Add a helper module for managing kernel objects.Gravatar bunnei2021-07-201-2/+3
* hle: service: sm: Remove redundant session reservation, etc.Gravatar bunnei2021-06-101-1/+4
* hle: service: Increase arbitrary max sessions limit.Gravatar bunnei2021-06-101-4/+1
* hle: service: Use correct size for ServerSessionCountMax.Gravatar bunnei2021-06-091-4/+6
* hle: kernel: KServerSession: Fix client disconnected.Gravatar bunnei2021-06-091-1/+1
* hle: service: Increase arbitrary max sessions limit.Gravatar bunnei2021-06-091-1/+1
* hle: kernel: Refactor to allocate a ServiceThread per service handler.Gravatar bunnei2021-06-041-2/+3
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-6/+6
* hle: service: Add support for dispatching TIPC requests.Gravatar bunnei2021-05-101-1/+23
* hle: service: Implement IPC::CommandType::Close.Gravatar bunnei2021-05-101-1/+2
* hle: kernel: Implement named service ports using service interface factory.Gravatar bunnei2021-05-101-3/+5
* hle: kernel: Remove deprecated Object class.Gravatar bunnei2021-05-051-1/+0
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...Gravatar bunnei2021-05-051-4/+1
* hle: service: Acquire and release a lock on requests.Gravatar bunnei2020-12-281-4/+12
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-5/+13
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-241-5/+16
* service: Remove two usages of the global system accessorGravatar Lioncash2020-09-071-2/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-1/+1
* services: Pass FileSystemController as reference to services that need itGravatar Zach Hilman2019-09-211-4/+4
* fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-281-2/+1
* core: Add missing override specifiers where applicableGravatar Lioncash2019-04-041-1/+1
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-5/+10
* Fix Service object leak on emulation stopGravatar Jens Schmer2018-12-131-5/+3
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Gravatar Lioncash2018-10-131-2/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-3/+3
* service: Migrate global named port map to the KernelCore classGravatar Lioncash2018-09-021-7/+0
* vfs: Make type hierarchy objects classes instead of structsGravatar Lioncash2018-08-121-1/+1
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-1/+6
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-2/+1
* core: Make converting constructors explicit where applicableGravatar Lioncash2018-07-231-1/+1
* core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-201-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-2/+2
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* kernel: Fix implementation of ConvertSessionToDomain.Gravatar bunnei2017-12-291-1/+1