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
*
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
*
kernel/vm_manager: Simplify some assertion messages
Lioncash
2019-08-29
1
-10
/
+10
*
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
2
-3
/
+9
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
9
-26
/
+42
*
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
3
-14
/
+30
|
\
|
*
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
3
-3
/
+14
|
*
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
2
-12
/
+17
*
|
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-17
1
-4
/
+4
[next]