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
*
Implement ExitProcess svc
Nikita Strygin
2022-06-16
1
-1
/
+2
*
Merge pull request #8457 from liamwhite/kprocess-suspend
Fernando S
2022-06-16
1
-1
/
+1
|
\
|
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-1
/
+1
*
|
Merge pull request #8464 from liamwhite/break-debug
Mai
2022-06-15
1
-0
/
+7
|
\
\
|
*
|
kernel: notify debugger on break SVC
Liam
2022-06-14
1
-0
/
+7
|
|
/
*
/
core: centralize profile scope for Dynarmic
Liam
2022-06-14
1
-3
/
+0
|
/
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
1
-1
/
+1
*
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
Morph
2022-04-24
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...
tech-ticks
2022-04-09
1
-1
/
+2
*
hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physi...
bunnei
2022-03-26
1
-2
/
+5
*
hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.
bunnei
2022-03-26
1
-2
/
+2
*
hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.
bunnei
2022-03-26
1
-1
/
+1
*
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
bunnei
2022-02-21
1
-1
/
+1
*
kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
Sergi Granell
2022-02-15
1
-4
/
+18
*
svc: Set unique names for function tables
Narr the Reg
2022-02-08
1
-77
/
+77
*
service: pm: Implement AtmosphereGetProcessInfo
tech-ticks
2022-02-04
1
-1
/
+1
*
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
[next]