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
2018-09-25
Merge pull request #1393 from tech4me/svc
bunnei
2018-09-23
svc: Updated svc names
tech4me
2018-09-21
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-17
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
Lioncash
2018-09-17
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-15
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-12
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-25
svc: Return process title ID if queried in GetInfo()
Lioncash
2018-08-14
kernel/svc: Log svcBreak parameters
Lioncash
2018-08-12
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-07-31
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-25
Merge pull request #804 from lioncash/log
Mat M
2018-07-24
svc: Resolve sign comparison warnings in WaitSynchronization()
Lioncash
2018-07-24
svc: Log parameters in SetMemoryAttribute()
Lioncash
2018-07-22
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-22
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-21
Add additional missing format.
Michael Scire
2018-06-21
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-18
Merge pull request #572 from Armada651/user-except-stub
bunnei
2018-06-18
svc: Add a stub for UserExceptionContextAddr.
Jules Blok
2018-05-30
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-19
Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWide...
Subv
2018-05-19
Kernel/Threads: Reschedule the proper core when operating on that core's thre...
Subv
2018-05-19
SVC: Removed unused WaitSynchronization1 function
Subv
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
[next]