aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2021-05-20hle: kernel: Implement CloneCurrentObject and improve session management.bunnei
2021-05-10hle: service: Add support for dispatching TIPC requests.bunnei
2021-05-10hle: service: Implement IPC::CommandType::Close.bunnei
2021-05-10hle: service: sm: Use RegisterNamedService to register the service.bunnei
2021-05-10hle: kernel: Implement named service ports using service interface factory.bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KServerPort to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-04-14common: Move settings to common from core.bunnei
2021-03-30configuration: Add auto stub toggle that resets on bootameerj
2021-03-30service: Auto stub fallbackameerj
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-12-28hle: service: Ensure system is powered on before writing IPC result.bunnei
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-25service: Restore "unused" functionLioncash
2020-09-17service: Remove unused funcationLioncash
2020-09-07service: Remove two usages of the global system accessorLioncash
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
2019-09-22Removed reference to core timing to nvflinger and used system insteadDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Merge pull request #2612 from DarkLordZach/prepo-newDavid
2019-09-21prepo: Remove system global accessorsZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-08-18Merge pull request #2747 from lioncash/audiobunnei
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-19service/audio: Remove global system accessorsLioncash
2019-07-10Merge pull request #2611 from DarkLordZach/pm-info-cmdbunnei
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow
2019-07-03Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleZach Hilman
2019-06-28am: Implement SetCpuBoostMode in terms of APMZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-06-26pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman
2019-06-26Merge pull request #2548 from DarkLordZach/applet-shopnbunnei
2019-06-26Implement Time::GetSharedMemoryNativeHandleDavid Marcec