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: 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
*
|
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
6
-40
/
+470
|
\
\
|
*
|
Remove unicorn mappings/unmappings
Michael Scire
2019-07-11
1
-19
/
+0
|
*
|
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-08
1
-0
/
+5
|
*
|
Remove unused member function declaration
Michael Scire
2019-07-07
1
-9
/
+0
|
*
|
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
2
-171
/
+170
|
*
|
clang-format fixes
Michael Scire
2019-07-07
2
-3
/
+3
|
*
|
address review commentary
Michael Scire
2019-07-07
5
-36
/
+42
|
*
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
6
-20
/
+468
|
|
/
*
|
Merge pull request #2717 from SciresM/unmirror_memory
bunnei
2019-07-11
1
-1
/
+8
|
\
\
|
*
|
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
1
-1
/
+8
|
|
/
*
/
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
1
-20
/
+0
|
/
*
kernel/vm_manager: Rename 'new map' to 'stack'
Lioncash
2019-07-06
3
-37
/
+37
*
kernel/vm_manager: Handle stack/TLS IO region placement better
Lioncash
2019-07-05
1
-2
/
+13
*
kernel/process: Default initialize all member variables
Lioncash
2019-07-03
1
-2
/
+2
*
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
4
-66
/
+97
*
kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary
Lioncash
2019-07-03
2
-13
/
+49
[prev]
[next]