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
*
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
*
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
1
-0
/
+8
*
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
1
-0
/
+16
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-1
/
+1
*
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
1
-0
/
+10
*
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-4
/
+10
*
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
1
-2
/
+1
|
\
|
*
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-2
/
+1
*
|
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
1
-1
/
+6
|
/
*
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-04-07
1
-0
/
+2
*
Merge pull request #2270 from lioncash/plist
bunnei
2019-04-02
1
-0
/
+4
|
\
|
*
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-02
1
-0
/
+4
*
|
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2019-04-01
1
-1
/
+1
|
/
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-1
/
+1
*
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-28
1
-1
/
+2
|
\
|
*
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
|
*
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
1
-1
/
+1
*
|
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
1
-1
/
+1
|
/
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-11
/
+1
*
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-7
/
+12
*
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
1
-0
/
+11
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-6
/
+6
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+3
*
kernel: Remove the Timer class
Lioncash
2019-01-31
1
-42
/
+0
*
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
1
-1
/
+0
*
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
1
-4
/
+2
*
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
1
-2
/
+2
*
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-18
1
-2
/
+2
*
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
1
-63
/
+16
*
core: Make System references const where applicable
Lioncash
2018-10-28
1
-2
/
+2
[next]