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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
9
-71
/
+70
*
Merge pull request #726 from lioncash/overload
bunnei
2018-07-19
2
-6
/
+21
|
\
|
*
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
2
-6
/
+21
*
|
Merge pull request #721 from lioncash/svc
bunnei
2018-07-19
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-19
1
-3
/
+4
*
|
hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...
Lioncash
2018-07-19
1
-1
/
+1
|
/
*
Merge pull request #692 from lioncash/assign
bunnei
2018-07-18
1
-1
/
+1
|
\
|
*
address_arbiter: Correct assignment within an assertion statement in WakeThre...
Lioncash
2018-07-18
1
-1
/
+1
*
|
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
8
-13
/
+21
|
\
\
|
*
|
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
8
-13
/
+21
|
|
/
*
|
Merge pull request #688 from lioncash/comma
bunnei
2018-07-18
1
-22
/
+12
|
\
\
|
*
|
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
1
-22
/
+12
|
|
/
*
/
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
1
-6
/
+6
|
/
*
Merge pull request #671 from MerryMage/clear-exclusive-state
bunnei
2018-07-17
1
-0
/
+1
|
\
|
*
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
1
-0
/
+1
*
|
Merge pull request #672 from SciresM/to_address_fix
bunnei
2018-07-17
1
-2
/
+4
|
\
\
|
*
|
Kernel/Arbiter: Fix bug in WaitIfLessThan
Michael Scire
2018-07-16
1
-2
/
+4
|
|
/
*
/
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-17
2
-3
/
+11
|
/
*
No need to use ASSERT_MSG with an empty message
David Marcec
2018-07-14
1
-2
/
+2
*
Update clang format
James Rowe
2018-07-02
6
-38
/
+35
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
11
-79
/
+79
*
Merge pull request #579 from SciresM/master
bunnei
2018-06-22
8
-9
/
+295
|
\
|
*
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-22
2
-17
/
+16
|
*
Add additional missing format.
Michael Scire
2018-06-21
2
-21
/
+27
|
*
Run clang-format on PR.
Michael Scire
2018-06-21
3
-180
/
+181
|
*
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Michael Scire
2018-06-21
2
-37
/
+13
|
*
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
2
-1
/
+5
|
*
Kernel/Arbiters: Clear WaitAddress in SignalToAddress
Michael Scire
2018-06-21
1
-0
/
+1
|
*
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
4
-10
/
+110
|
*
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-21
4
-6
/
+67
|
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
7
-9
/
+147
*
|
IPC: skip empty buffer write
mailwl
2018-06-22
1
-0
/
+5
|
/
*
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/Threads: A thread waking up by timeout from a WaitProcessWideKey may a...
Subv
2018-06-02
1
-2
/
+5
*
|
Kernel/Thread: Corrected a typo that caused the affinity mask to never be cha...
Subv
2018-05-30
1
-2
/
+2
*
|
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-30
2
-1
/
+28
*
|
Kernel/Thread: Corrected a typo in an assert about the processor id.
Subv
2018-05-30
1
-1
/
+1
*
|
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-25
1
-0
/
+3
*
|
Merge pull request #454 from Subv/signal_processwide
bunnei
2018-05-23
1
-83
/
+74
|
\
\
|
*
|
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
*
|
|
Merge pull request #457 from Subv/mutex_waiters
bunnei
2018-05-20
1
-1
/
+0
|
\
\
\
|
*
|
|
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-05-20
1
-1
/
+0
|
|
/
/
*
/
/
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-17
1
-1
/
+3
|
/
/
*
|
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
3
-4
/
+4
*
|
thread: Support core change on ResumeFromWait and improve ChangeCore.
bunnei
2018-05-10
1
-37
/
+68
*
|
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-05-10
2
-0
/
+18
[next]