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
Age
Commit message (
Expand
)
Author
2016-12-16
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-10
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-06
Use boost remove_erase_if instead of the erase-remove idiom
Subv
2016-12-06
Improved the algorithm for GetHighestPriorityReadyThread.
Subv
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
Kernel: Remove the Redirection handle type.
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-04
Threading: Added some utility functions and const correctness.
Subv
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
2016-12-02
Declare empty ServerSession and ClientSession constructors as default.
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-27
Merge pull request #2196 from Subv/system_mode
Yuri Kunde Schlesner
2016-11-19
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
Kernel/Events: Log an error when trying to create Pulse events and timers.
Subv
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-22
move ResetType to kernel.h
wwylele
2016-09-22
implement wait tree widget
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-08-02
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-06-28
Merge pull request #1869 from wwylele/dont-be-lazy
Yuri Kunde Schlesner
2016-06-28
Merge pull request #1867 from mailwl/srv-update
bunnei
2016-06-18
Merge pull request #1877 from wwylele/wait-fix-timeout
bunnei
2016-06-11
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-05
Kernel: Added ClientPort and ServerPort classes.
Subv
2016-06-04
Thread: update timeout when rerunning WaitSynch
wwylele
2016-05-31
Fix parameter name in EnableNotification
mailwl
2016-05-30
Switch context on the same thread if necessary
wwylele
2016-05-29
Merge pull request #1692 from Subv/rm_getpointer2
bunnei
2016-05-26
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-05-21
Kernel/Thread: Remove use of Memory::GetPointer
MerryMage
2016-05-17
Merge pull request #1800 from JayFoxRox/set-fpscr
bunnei
2016-05-17
Set fpscr for new threads
Jannik Vogel
2016-05-14
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-13
Merge pull request #1689 from Subv/shmem
bunnei
[next]