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
Age
Commit message (
Expand
)
Author
2018-05-24
Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)
David
2018-05-23
Fix deadlocks caused from HID having too many layouts
David Marcec
2018-05-23
Merge pull request #460 from greggameplayer/patch-6
bunnei
2018-05-23
Merge pull request #459 from greggameplayer/patch-5
bunnei
2018-05-23
Merge pull request #454 from Subv/signal_processwide
bunnei
2018-05-23
Add & correct some error modules
greggameplayer
2018-05-23
change some functions
greggameplayer
2018-05-23
correct placement and add size check
greggameplayer
2018-05-23
Add ioctl commands with their params and size check
greggameplayer
2018-05-22
Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)
David
2018-05-20
Merge pull request #456 from Subv/unmap_buffer
bunnei
2018-05-20
Correct audio command numbers & add or rename some functions (#455)
greggameplayer
2018-05-20
Merge pull request #457 from Subv/mutex_waiters
bunnei
2018-05-20
Merge pull request #445 from greggameplayer/patch-2
bunnei
2018-05-20
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-05-20
GPU: Implemented the nvmap Free ioctl.
Subv
2018-05-20
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-05-19
Merge pull request #443 from ogniK5377/ipc-500
Sebastian Valle
2018-05-19
Add and correct some Error Modules (#444)
greggameplayer
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-18
rename fatal:u functions & add ThrowFatal
greggameplayer
2018-05-18
Properly update fatal.h void name
greggameplayer
2018-05-18
Properly rename fatal module functions
greggameplayer
2018-05-17
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-13
Updated nfp with more service names
Hexagon12
2018-05-11
Merge pull request #436 from bunnei/multi-core
bunnei
2018-05-10
More accurate GetTPCMasks impl
David Marcec
2018-05-10
core: Add several missing docstrings.
bunnei
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
core: Run all CPU cores separately, even in single-thread mode.
bunnei
2018-05-10
thread: Support core change on ResumeFromWait and improve ChangeCore.
bunnei
2018-05-10
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-05-10
thread: Initialize ideal_core and mask members.
bunnei
2018-05-10
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
svc: Implement GetThreadCoreMask and SetThreadCoreMask.
bunnei
2018-05-10
thread: Implement ChangeCore function.
bunnei
2018-05-10
svc: SignalProcessWideKey should apply to all cores.
bunnei
2018-05-10
svc: Implement GetCurrentProcessorNumber.
bunnei
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
core: Support session close with multicore.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-05-10
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-10
core: Move common CPU core things to its own class.
bunnei
2018-05-07
Stubs for QLaunch (#428)
Hexagon12
2018-05-07
hid: Tweaks, Analog Sticks (#435)
Max Thomas
2018-05-03
Merge pull request #434 from lioncash/vdtor
bunnei
2018-05-03
memory_hook: Default virtual destructor in the cpp file
Lioncash
2018-05-03
core_timing: Don't include the log header in core timing's header
Lioncash
[next]