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-06-27
Merge pull request #8504 from comex/mesosphere-current-process
bunnei
2022-06-25
Re-add missing `case` and braces, and trim whitespace
comex
2022-06-25
Update src/core/hle/kernel/svc.cpp
comex
2022-06-25
Support InfoType_MesosphereCurrentProcess
comex
2022-06-23
kernel: make current thread pointer thread local
Liam
2022-06-16
Implement ExitProcess svc
Nikita Strygin
2022-06-16
Merge pull request #8457 from liamwhite/kprocess-suspend
Fernando S
2022-06-15
Merge pull request #8464 from liamwhite/break-debug
Mai
2022-06-14
kernel: notify debugger on break SVC
Liam
2022-06-14
core: centralize profile scope for Dynarmic
Liam
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-24
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
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
[next]