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
2019-03-04
svc: Migrate address range checking functions to VMManager
Lioncash
2019-02-25
kernel/handle_table: Make local variables as const where applicable
Lioncash
2019-02-25
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
kernel/handle-table: In-class initialize data members
Lioncash
2019-02-25
kernel/handle_table: Resolve truncation warnings
Lioncash
2019-02-16
address_arbiter: Use nested namespaces where applicable
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-31
kernel: Remove the Timer class
Lioncash
2019-01-30
kernel/wait_object: Devirtualize functions related to manipulating the thread...
Lioncash
2019-01-30
kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-26
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-04
Removed pulse event type
David Marcec
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-30
kernel/svc: Correct misleading error message within CreateThread()
Lioncash
2018-12-30
kernel/svc: Sanitize core number and thread priorities in CreateThread()
Lioncash
2018-12-30
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...
Lioncash
2018-12-30
kernel/svc: Simplify thread core ID sanitizing in CreateThread
Lioncash
2018-12-30
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-29
Merge pull request #1847 from ogniK5377/backtrace-break
bunnei
2018-12-27
kernel/process: Start the main thread using the specified ideal core
Lioncash
2018-12-27
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-27
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-26
kernel/vm_manager: Reset region attributes when unmapping a VMA
Lioncash
2018-12-26
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-21
Merge pull request #1921 from ogniK5377/no-unit
bunnei
2018-12-21
Merge pull request #1925 from lioncash/pid
bunnei
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
kernel/process_capability: Handle debug capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle interrupt capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-19
kernel/svc: Handle thread handles within GetProcessId
Lioncash
2018-12-19
Merge pull request #1907 from lioncash/attribute
bunnei
2018-12-19
svc: Implement svcSetMemoryAttribute
Lioncash
2018-12-19
vm_manager: Add member function for setting memory attributes across an addre...
Lioncash
2018-12-19
vm_manager: Add member function for checking a memory range adheres to certai...
Lioncash
2018-12-18
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
kernel/svc: Correct output parameter for svcGetThreadId
Lioncash
2018-12-18
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
kernel/svc: Correct output parameter for svcGetProcessId
Lioncash
2018-12-18
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-19
Moved backtrace to ArmInterface
David Marcec
[next]