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
/
kernel.cpp
Age
Commit message (
Expand
)
Author
2020-08-26
hle/kernel: Fix data race in GetCurrentHostThreadID
ReinUsesLisp
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-18
Merge pull request #4348 from lioncash/nano
bunnei
2020-07-16
cpu_manager: Mark function getters as static
Lioncash
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr...
Fernando Sahmkow
2020-06-27
Scheduler: Correct Reload/Unload
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
Core: Refactor ARM Interface.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
General: Fix Stop function
Fernando Sahmkow
2020-06-27
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
kernel: resource_limit: Reserve physical memory.
bunnei
2020-04-17
kernel: Initialize memory layout for new VMM.
bunnei
2020-04-15
CMakeLists: Make -Wreorder a compile-time error
Lioncash
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-02-22
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
Kernel: Implement Time Manager.
Fernando Sahmkow
2020-02-22
Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.
Fernando Sahmkow
2020-02-22
Kernel: Make global scheduler depend on KernelCore
Fernando Sahmkow
2020-02-11
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-01-30
kernel/physical_core: Remove unused kernel reference member variable
Lioncash
2020-01-27
System: Address Feedback
Fernando Sahmkow
2020-01-26
ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfa...
Fernando Sahmkow
2020-01-25
Core: Refactor CPU Management.
Fernando Sahmkow
2019-12-11
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-11-26
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-04-24
Merge pull request #2416 from lioncash/wait
bunnei
[next]