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