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
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-5
/
+7
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+4
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-25
/
+55
*
svc: Return process title ID if queried in GetInfo()
Lioncash
2018-08-25
1
-2
/
+1
*
kernel/svc: Log svcBreak parameters
Lioncash
2018-08-14
1
-2
/
+5
*
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
1
-1
/
+0
|
\
|
*
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
1
-1
/
+0
*
|
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-12
1
-2
/
+1
|
/
*
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
1
-1
/
+1
*
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
1
-1
/
+0
|
\
|
*
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
1
-1
/
+0
*
|
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+3
|
/
*
Merge pull request #804 from lioncash/log
Mat M
2018-07-25
1
-1
/
+3
|
\
|
*
svc: Log parameters in SetMemoryAttribute()
Lioncash
2018-07-24
1
-1
/
+3
*
|
svc: Resolve sign comparison warnings in WaitSynchronization()
Lioncash
2018-07-24
1
-4
/
+7
|
/
*
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
1
-7
/
+31
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
1
-10
/
+10
*
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-19
1
-3
/
+4
*
Update clang format
James Rowe
2018-07-02
1
-28
/
+25
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-47
/
+47
*
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-22
1
-4
/
+4
*
Add additional missing format.
Michael Scire
2018-06-21
1
-19
/
+21
*
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
1
-0
/
+4
*
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
1
-1
/
+1
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-3
/
+50
*
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-20
1
-2
/
+2
*
Merge pull request #572 from Armada651/user-except-stub
bunnei
2018-06-18
1
-0
/
+5
|
\
|
*
svc: Add a stub for UserExceptionContextAddr.
Jules Blok
2018-06-18
1
-0
/
+5
*
|
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-30
1
-1
/
+26
*
|
Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWide...
Subv
2018-05-19
1
-51
/
+68
*
|
Kernel/Threads: Reschedule the proper core when operating on that core's thre...
Subv
2018-05-19
1
-2
/
+6
*
|
SVC: Removed unused WaitSynchronization1 function
Subv
2018-05-19
1
-30
/
+0
*
|
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
1
-1
/
+1
*
|
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
1
-2
/
+2
*
|
svc: Implement GetThreadCoreMask and SetThreadCoreMask.
bunnei
2018-05-10
1
-7
/
+22
*
|
svc: SignalProcessWideKey should apply to all cores.
bunnei
2018-05-10
1
-43
/
+50
*
|
svc: Implement GetCurrentProcessorNumber.
bunnei
2018-05-10
1
-2
/
+2
*
|
core: Implement multicore support.
bunnei
2018-05-10
1
-21
/
+22
*
|
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-38
/
+39
*
|
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-29
1
-1
/
+1
*
|
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
*
|
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-25
1
-69
/
+69
*
|
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
1
-107
/
+55
|
\
\
|
*
|
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
1
-0
/
+9
|
*
|
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
1
-6
/
+0
|
*
|
Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey
Subv
2018-04-20
1
-83
/
+46
|
*
|
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
1
-20
/
+2
*
|
|
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-20
1
-2
/
+2
|
/
/
*
|
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
1
-1
/
+2
*
|
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
1
-8
/
+8
[next]