index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.cpp
Age
Commit message (
Expand
)
Author
2021-05-20
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-10
hle: service: Add support for dispatching TIPC requests.
bunnei
2021-05-10
hle: service: Implement IPC::CommandType::Close.
bunnei
2021-05-10
hle: service: sm: Use RegisterNamedService to register the service.
bunnei
2021-05-10
hle: kernel: Implement named service ports using service interface factory.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-03-30
configuration: Add auto stub toggle that resets on boot
ameerj
2021-03-30
service: Auto stub fallback
ameerj
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2020-12-28
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-28
hle: service: Ensure system is powered on before writing IPC result.
bunnei
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-19
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-25
service: Restore "unused" function
Lioncash
2020-09-17
service: Remove unused funcation
Lioncash
2020-09-07
service: Remove two usages of the global system accessor
Lioncash
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-08
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
bunnei
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-22
core: Add LM::Manager to system
Zach Hilman
2019-09-22
Removed reference to core timing to nvflinger and used system instead
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-22
Merge pull request #2612 from DarkLordZach/prepo-new
David
2019-09-21
prepo: Remove system global accessors
Zach Hilman
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-08-18
Merge pull request #2747 from lioncash/audio
bunnei
2019-07-26
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-19
service/audio: Remove global system accessors
Lioncash
2019-07-10
Merge pull request #2611 from DarkLordZach/pm-info-cmd
bunnei
2019-07-07
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-07
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-07-03
Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandle
Zach Hilman
2019-06-28
am: Implement SetCpuBoostMode in terms of APM
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-26
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
Merge pull request #2548 from DarkLordZach/applet-shopn
bunnei
2019-06-26
Implement Time::GetSharedMemoryNativeHandle
David Marcec
[next]