index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-28
11
-398
/
+955
|
\
|
*
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
*
|
Merge pull request #2991 from lioncash/npad
bunnei
2019-10-22
2
-51
/
+23
|
\
\
|
*
|
hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...
Lioncash
2019-10-17
1
-1
/
+1
|
*
|
hid/npad: Add missing break in default case
Lioncash
2019-10-17
1
-0
/
+1
|
*
|
hid/npad: Replace std::for_each with ranged for loops
Lioncash
2019-10-17
1
-13
/
+12
|
*
|
hid/npad: Remove redundant non-const variant of IsControllerSupported()
Lioncash
2019-10-17
2
-34
/
+5
|
*
|
hid/npad: Move function declarations
Lioncash
2019-10-17
1
-5
/
+6
*
|
|
apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...
Lioncash
2019-10-17
1
-14
/
+34
*
|
|
apm/controller: Make GetCurrentPerformanceMode() a const member function
Lioncash
2019-10-17
2
-2
/
+2
|
/
/
*
|
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-16
5
-28
/
+27
|
\
\
|
*
|
NvFlinger: Remove leftover from corrections and clang format.
Fernando Sahmkow
2019-10-04
1
-4
/
+0
|
*
|
Nvdrv: Correct Event setup in Nvdrv
Fernando Sahmkow
2019-10-04
2
-23
/
+14
|
*
|
NVFlinger: Reverse the change that only signaled events on buffer acquire.
Fernando Sahmkow
2019-10-04
2
-20
/
+1
|
*
|
Nvdrv: Do framelimiting only in the CPU Thread
Fernando Sahmkow
2019-10-04
1
-0
/
+4
|
*
|
NvFlinger: Don't swap buffers if a frame is missing and always trigger event ...
Fernando Sahmkow
2019-10-04
1
-1
/
+3
|
*
|
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-04
2
-2
/
+21
|
*
|
Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs
Fernando Sahmkow
2019-10-04
2
-3
/
+9
*
|
|
Merge pull request #2972 from lioncash/system
bunnei
2019-10-15
9
-33
/
+63
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bcat: Remove use of global system accessors
Lioncash
2019-10-15
6
-29
/
+55
|
*
|
nvflinger/buffer_queue: Remove use of a global system accessor
Lioncash
2019-10-12
3
-4
/
+8
[next]