index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Add 32 bit SynchronizePreemptionState
Narr the Reg
2022-01-31
1
-1
/
+1
*
core: hle: kernel: Rename Un/Map to Un/MapMeory.
bunnei
2022-01-22
1
-2
/
+2
*
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
1
-1
/
+3
*
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2022-01-11
1
-2
/
+2
*
core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission.
bunnei
2022-01-08
1
-30
/
+20
*
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-30
1
-1
/
+20
*
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
2021-12-28
1
-16
/
+7
*
core: hle: kernel: Implement SetMemoryPermission.
bunnei
2021-12-23
1
-1
/
+31
*
hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
bunnei
2021-12-21
1
-14
/
+9
*
core: hle: Remove global HLE lock.
bunnei
2021-12-17
1
-9
/
+0
*
Merge pull request #7462 from bunnei/kernel-improve-scheduling
bunnei
2021-12-12
1
-15
/
+20
|
\
|
*
hle: kernel: svc: Fix deadlock that can occur with single core.
bunnei
2021-12-06
1
-10
/
+8
|
*
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
1
-3
/
+10
|
*
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
1
-2
/
+1
|
*
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-06
1
-2
/
+3
*
|
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-12-05
1
-4
/
+210
|
/
*
kernel: svc: Move all IsValid functions to an anonymous namespace
Morph
2021-11-20
1
-3
/
+15
*
kernel: svc: Implement SetProcessMemoryPermission
Morph
2021-11-20
1
-1
/
+41
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-1
/
+1
*
core: Remove unused includes
ameerj
2021-11-03
1
-10
/
+0
*
svc: Correct WaitSynchronization num_handles param type
Morph
2021-11-02
1
-2
/
+2
*
Merge pull request #7227 from vonchenplus/fix_memory_leak_v2
bunnei
2021-11-01
1
-0
/
+6
|
\
|
*
Fix memory leak
Feng Chen
2021-10-27
1
-0
/
+6
*
|
SVC: Implement svcInfo:IdleTickCount
Fernando Sahmkow
2021-10-16
1
-0
/
+17
|
/
*
Fix KScopedAutoObject object leak when SendSyncRequest
Feng Chen
2021-09-25
1
-6
/
+8
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-25
1
-1
/
+1
*
Fix check is thread current in GetThreadContext
Valeri
2021-08-19
1
-1
/
+1
*
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-08-07
1
-1
/
+1
*
hle: kernel: svc: Remove part of ExitProcess.
bunnei
2021-07-20
1
-5
/
+0
*
kernel: svc: ConnectToNamedPort: Close extra reference to port.
bunnei
2021-07-20
1
-0
/
+1
*
kernel: svc: Add missing error check to CancelSynchronization.
bunnei
2021-06-09
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-52
/
+52
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-3
/
+3
*
hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort...
bunnei
2021-05-10
1
-4
/
+3
*
kernel: svc: Remove unused RetrieveResourceLimitValue function.
bunnei
2021-05-05
1
-32
/
+0
*
hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.
bunnei
2021-05-05
1
-3
/
+8
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
1
-4
/
+4
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
1
-60
/
+78
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-15
/
+15
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
1
-9
/
+13
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-05
1
-63
/
+64
*
hle: kernel: svc: Migrate WaitSynchronization.
bunnei
2021-05-05
1
-47
/
+23
*
hle: kernel: svc: Use new handle table API for Process.
bunnei
2021-05-05
1
-13
/
+12
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
1
-45
/
+48
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
1
-10
/
+8
*
hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask.
bunnei
2021-05-05
1
-2
/
+59
*
hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActiv...
bunnei
2021-05-05
1
-13
/
+67
*
hle: kernel: svc_results: Update naming..
bunnei
2021-05-05
1
-19
/
+19
[next]