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
*
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
*
thread: Initialize ideal_core and mask members.
bunnei
2018-05-10
1
-0
/
+2
*
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
2
-3
/
+3
*
svc: Implement GetThreadCoreMask and SetThreadCoreMask.
bunnei
2018-05-10
1
-7
/
+22
*
thread: Implement ChangeCore function.
bunnei
2018-05-10
2
-1
/
+58
*
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
5
-45
/
+65
*
Merge pull request #431 from lioncash/fmt
bunnei
2018-05-02
6
-49
/
+50
|
\
|
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
6
-49
/
+50
*
|
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-01
2
-0
/
+15
|
/
*
GetSharedFontInOrderOfPriority (#381)
David
2018-05-01
2
-23
/
+27
*
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-30
2
-3
/
+5
*
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-29
1
-1
/
+1
*
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
3
-6
/
+4
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
4
-9
/
+9
*
kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...
Lioncash
2018-04-25
1
-1
/
+1
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-25
11
-106
/
+109
*
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
9
-435
/
+228
|
\
|
*
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
4
-10
/
+94
|
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-20
1
-1
/
+1
|
*
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-04-20
1
-4
/
+0
|
*
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
5
-148
/
+0
|
*
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
4
-209
/
+3
|
*
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
6
-22
/
+126
*
|
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-20
3
-38
/
+38
|
/
*
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
*
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-04-14
1
-1
/
+1
*
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-02
2
-2
/
+19
*
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-04-02
1
-12
/
+0
*
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
1
-1
/
+1
*
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-31
1
-2
/
+5
*
memory: Fix stack region.
bunnei
2018-03-31
2
-3
/
+4
*
svc: Stub GetThreadCoreMask.
bunnei
2018-03-29
2
-3
/
+26
*
Clang Fixes
N00byKing
2018-03-19
2
-5
/
+5
*
More Warning cleanups
N00byKing
2018-03-19
2
-2
/
+2
*
Clean Warnings (?)
N00byKing
2018-03-19
5
-8
/
+8
*
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
2
-0
/
+47
*
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
2
-9
/
+9
*
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
2
-5
/
+13
*
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
3
-20
/
+6
*
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
1
-1
/
+1
*
process: Unmap previously allocated heap.
bunnei
2018-03-16
1
-1
/
+3
*
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
1
-0
/
+3
*
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
3
-29
/
+5
[next]