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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
5
-22
/
+74
|
\
|
*
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
4
-24
/
+21
|
*
Kernel: Correct SignalProcessWideKey
Fernando Sahmkow
2019-11-21
1
-6
/
+2
|
*
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-21
5
-15
/
+74
*
|
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-23
3
-2
/
+19
|
\
\
|
|
/
|
/
|
|
*
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-16
3
-2
/
+19
*
|
kernel: Resolve sign conversion warnings
Lioncash
2019-11-12
4
-72
/
+60
|
/
*
kernel: readable_event: Signal only once.
bunnei
2019-11-03
1
-2
/
+4
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
7
-29
/
+4
*
kernel: readable_event: Initialize members.
bunnei
2019-11-03
1
-1
/
+1
*
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
2
-5
/
+5
*
scheduler: Silence sign conversion warnings
Lioncash
2019-10-27
1
-5
/
+5
*
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
2
-6
/
+4
*
scheduler: Amend documentation comments
Lioncash
2019-10-27
2
-75
/
+59
*
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
2
-4
/
+1
*
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
2
-9
/
+6
*
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-5
/
+5
*
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
4
-23
/
+9
*
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
6
-67
/
+98
*
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
3
-0
/
+17
*
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
1
-11
/
+11
*
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
1
-0
/
+4
*
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
1
-3
/
+1
*
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
3
-3
/
+4
*
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
1
-3
/
+5
*
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
1
-5
/
+13
*
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
3
-24
/
+17
*
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-2
/
+3
*
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
4
-2
/
+17
*
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
2
-5
/
+85
*
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
2
-8
/
+8
*
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
3
-0
/
+30
*
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
5
-24
/
+31
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
8
-90
/
+130
*
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
3
-37
/
+20
*
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
2
-98
/
+104
*
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
3
-16
/
+18
*
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-10-15
1
-4
/
+1
*
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
1
-26
/
+41
*
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
2
-0
/
+17
*
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-10-15
2
-60
/
+237
*
Implement a new Core Scheduler
Fernando Sahmkow
2019-10-15
2
-258
/
+411
*
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
1
-1
/
+1
*
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemo...
Lioncash
2019-09-04
1
-4
/
+4
*
kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/...
Lioncash
2019-09-04
1
-16
/
+10
*
kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory()
Lioncash
2019-08-29
1
-0
/
+2
*
kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacen...
Lioncash
2019-08-29
1
-1
/
+4
*
kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA
Lioncash
2019-08-29
1
-1
/
+1
*
kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA
Lioncash
2019-08-29
1
-7
/
+10
*
kernel/vm_manager: Simplify some std::vector constructor calls
Lioncash
2019-08-29
1
-2
/
+2
[next]