index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
7
-0
/
+31
*
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
12
-96
/
+137
*
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
6
-38
/
+29
*
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
3
-27
/
+15
*
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
1
-26
/
+41
*
Redesign CPU Cores to work with the new scheduler
Fernando Sahmkow
2019-10-15
2
-13
/
+12
*
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
4
-0
/
+34
*
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
*
Merge pull request #2965 from FernandoS27/fair-core-timing
bunnei
2019-10-15
7
-134
/
+147
|
\
|
*
Core_Timing: Address Remaining feedback.
Fernando Sahmkow
2019-10-12
1
-5
/
+4
|
*
Core_Timing: Fix tests.
Fernando Sahmkow
2019-10-12
1
-2
/
+2
|
*
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
2019-10-11
5
-13
/
+12
|
*
Core Timing: Correct Idle and remove lefting pragma
Fernando Sahmkow
2019-10-09
1
-2
/
+1
|
*
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
3
-7
/
+165
|
*
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
2019-10-09
1
-193
/
+0
|
*
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-10-09
6
-38
/
+89
*
|
Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1
bunnei
2019-10-14
18
-123
/
+73480
|
\
\
|
*
|
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
3
-19
/
+17
|
*
|
pl_u: Use kernel physical memory
Zach Hilman
2019-10-13
2
-4
/
+8
|
*
|
pl_u: Remove excess static qualifier
Zach Hilman
2019-10-13
1
-1
/
+1
|
*
|
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-10-13
2
-112
/
+48
|
*
|
system_archive: Synthesize shared fonts system archives
Zach Hilman
2019-10-13
3
-5
/
+101
|
*
|
externals: Move OSS font data to file_sys in core
Zach Hilman
2019-10-13
13
-1
/
+73324
*
|
|
Merge pull request #2968 from FreddyFunk/fix-zl-zr-analog-triggers
bunnei
2019-10-14
1
-4
/
+18
|
\
\
\
|
*
|
|
fixed clang format & addressed feedback
FreddyFunk
2019-10-10
1
-26
/
+24
|
*
|
|
yuzu/configure_input_player: Fix input handling for ZL and ZR from controller...
FreddyFunk
2019-10-10
1
-7
/
+23
|
|
/
/
*
|
|
Merge pull request #2930 from DarkLordZach/gamecard-partitions
bunnei
2019-10-14
4
-26
/
+128
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
card_image: Implement system update commands in XCI
Zach Hilman
2019-10-13
2
-3
/
+37
|
*
|
card_image: Add accessors for raw partitions in XCI
Zach Hilman
2019-09-22
2
-0
/
+36
|
*
|
card_image: Lazily load partitions in XCI
Zach Hilman
2019-09-22
2
-26
/
+41
|
*
|
pfs: Provide accessors for file sizes and offsets
Zach Hilman
2019-09-22
2
-0
/
+17
*
|
|
Merge pull request #2910 from FearlessTobi/port-4930
bunnei
2019-10-09
6
-0
/
+38
|
\
\
\
|
*
|
|
yuzu: Pause when in background
FearlessTobi
2019-09-26
6
-0
/
+38
*
|
|
|
Merge pull request #2928 from ReinUsesLisp/dirty-depth-bounds
bunnei
2019-10-09
2
-1
/
+10
|
\
\
\
\
[next]