index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvnflinger: fix name
Liam
2023-03-01
1
-5
/
+5
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-11
/
+9
*
service: refactor server architecture
Liam
2023-02-21
1
-17
/
+2
*
kernel: invert session request handling flow
Liam
2022-10-31
1
-0
/
+4
*
core: barrier service thread shutdown
Liam
2022-10-23
1
-0
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2022-04-12
1
-3
/
+2
*
hle: service: Add option for service interfaces to create or use the default thread.
bunnei
2022-04-02
1
-5
/
+9
*
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-03-25
1
-1
/
+3
*
hle: service: sm: Refactor to better manage ports.
bunnei
2021-07-21
1
-1
/
+1
*
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-07-21
1
-2
/
+3
*
hle: service: sm: Remove redundant session reservation, etc.
bunnei
2021-06-10
1
-1
/
+4
*
hle: service: Increase arbitrary max sessions limit.
bunnei
2021-06-10
1
-4
/
+1
*
hle: service: Use correct size for ServerSessionCountMax.
bunnei
2021-06-10
1
-4
/
+6
*
hle: kernel: KServerSession: Fix client disconnected.
bunnei
2021-06-10
1
-1
/
+1
*
hle: service: Increase arbitrary max sessions limit.
bunnei
2021-06-09
1
-1
/
+1
*
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-05
1
-2
/
+3
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-6
/
+6
*
hle: service: Add support for dispatching TIPC requests.
bunnei
2021-05-11
1
-1
/
+23
*
hle: service: Implement IPC::CommandType::Close.
bunnei
2021-05-11
1
-1
/
+2
*
hle: kernel: Implement named service ports using service interface factory.
bunnei
2021-05-11
1
-3
/
+5
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-06
1
-1
/
+0
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-4
/
+1
*
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-29
1
-4
/
+12
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-5
/
+13
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-5
/
+16
*
service: Remove two usages of the global system accessor
Lioncash
2020-09-07
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
1
-4
/
+4
*
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-29
1
-2
/
+1
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-5
/
+10
*
Fix Service object leak on emulation stop
Jens Schmer
2018-12-13
1
-5
/
+3
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
2018-10-13
1
-2
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-3
/
+3
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-7
/
+0
*
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
1
-1
/
+1
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
1
-1
/
+6
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-2
/
+1
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-24
1
-1
/
+1
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-21
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-2
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-1
/
+1
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-11-01
1
-1
/
+1
*
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-19
1
-0
/
+2
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-80
/
+4
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-0
/
+150
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-5
/
+7
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
1
-2
/
+0
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-43
/
+2
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-1
/
+0
*
IPC helpers example
Lectem
2016-12-26
1
-0
/
+1
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-8
/
+13
*
Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.
Subv
2016-12-09
1
-20
/
+10
*
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
1
-0
/
+18
*
Use std::move where appropriate.
Subv
2016-12-08
1
-156
/
+3
*
HLE: Use a member variable instead of a virtual function to retrieve the max number of sessions that can be connected to an HLE service at the same time.
Subv
2016-12-05
1
-5
/
+13
*
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.
Subv
2016-12-05
1
-6
/
+22
*
KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.
Subv
2016-12-05
1
-4
/
+10
*
Fixed the rebase mistakes.
Subv
2016-12-01
1
-25
/
+25
*
A bit of a redesign.
Subv
2016-12-01
1
-5
/
+174
*
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.
Subv
2016-12-01
1
-1
/
+1
*
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.
Subv
2016-12-01
1
-8
/
+4
*
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-1
/
+1
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-5
/
+16
*
Set client SDK version to Service APIs
mailwl
2016-11-30
1
-0
/
+12
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-5
/
+5
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+0
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
2015-04-14
1
-50
/
+5
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-0
/
+3
*
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-22
/
+9
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
1
-24
/
+6
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-11
/
+20
*
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
1
-11
/
+4
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+3
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-18
/
+8
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+1
*
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-25
1
-12
/
+12
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-10
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-6
/
+6
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-7
/
+7
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-5
/
+5
*
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-09-06
1
-2
/
+2
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-5
/
+5
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-10
/
+30
|
\
|
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-1
/
+1
|
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-2
/
+2
|
*
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-06-05
1
-0
/
+1
|
*
service: cleaned up log messages
bunnei
2014-05-30
1
-2
/
+2
|
*
service: added additional hack to return success on unimplemented service calls
bunnei
2014-05-30
1
-2
/
+10
|
*
service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further
bunnei
2014-05-29
1
-2
/
+2
|
*
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-27
1
-0
/
+10
|
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-3
/
+4
|
*
service: Renamed Sync to SyncRequest
bunnei
2014-05-27
1
-1
/
+1
*
|
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-23
1
-1
/
+1
|
/
*
service: removed redundant include of common_types.h
bunnei
2014-05-21
1
-1
/
+0
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-1
/
+1
*
- created a Kernel namespace
bunnei
2014-05-21
1
-6
/
+6
*
- renamed NewHandle to CreateHandle
bunnei
2014-05-19
1
-5
/
+7
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-36
/
+15
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-19
1
-12
/
+10
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-5
/
+7
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-1
/
+11
*
fixed weird spacing
bunnei
2014-04-28
1
-1
/
+1
*
- refactored how service functions are called
bunnei
2014-04-25
1
-8
/
+32
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-4
/
+6
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-2
/
+26
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-16
1
-8
/
+11
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-0
/
+1
*
cleanups to service HLE
bunnei
2014-04-13
1
-2
/
+2
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-2
/
+55
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
1
-0
/
+60