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
/
kernel
/
svc.cpp
Age
Commit message (
Expand
)
Author
2022-04-09
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...
tech-ticks
2022-03-26
hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physi...
bunnei
2022-03-26
hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.
bunnei
2022-03-26
hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.
bunnei
2022-02-21
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
bunnei
2022-02-15
kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
Sergi Granell
2022-02-08
svc: Set unique names for function tables
Narr the Reg
2022-02-04
service: pm: Implement AtmosphereGetProcessInfo
tech-ticks
2022-01-31
svc: Add 32 bit SynchronizePreemptionState
Narr the Reg
2022-01-22
core: hle: kernel: Rename Un/Map to Un/MapMeory.
bunnei
2022-01-11
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2022-01-08
core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission.
bunnei
2021-12-30
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-28
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
2021-12-23
core: hle: kernel: Implement SetMemoryPermission.
bunnei
2021-12-21
hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
bunnei
2021-12-17
core: hle: Remove global HLE lock.
bunnei
2021-12-12
Merge pull request #7462 from bunnei/kernel-improve-scheduling
bunnei
2021-12-06
hle: kernel: svc: Fix deadlock that can occur with single core.
bunnei
2021-12-06
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-05
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-11-20
kernel: svc: Move all IsValid functions to an anonymous namespace
Morph
2021-11-20
kernel: svc: Implement SetProcessMemoryPermission
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-11-02
svc: Correct WaitSynchronization num_handles param type
Morph
2021-11-01
Merge pull request #7227 from vonchenplus/fix_memory_leak_v2
bunnei
2021-10-27
Fix memory leak
Feng Chen
2021-10-16
SVC: Implement svcInfo:IdleTickCount
Fernando Sahmkow
2021-09-25
Fix KScopedAutoObject object leak when SendSyncRequest
Feng Chen
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-19
Fix check is thread current in GetThreadContext
Valeri
2021-08-07
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-07-20
hle: kernel: svc: Remove part of ExitProcess.
bunnei
2021-07-20
kernel: svc: ConnectToNamedPort: Close extra reference to port.
bunnei
2021-06-09
kernel: svc: Add missing error check to CancelSynchronization.
bunnei
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-10
hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort...
bunnei
2021-05-05
kernel: svc: Remove unused RetrieveResourceLimitValue function.
bunnei
2021-05-05
hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.
bunnei
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
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 KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
[next]