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
*
core/kernel: Fix GetTotalPhysicalMemoryUsed.
Markus Wick
2020-01-11
1
-2
/
+2
*
Merge pull request #3214 from lioncash/svc-func
bunnei
2019-12-12
2
-9
/
+6
|
\
|
*
kernel/svc: Correct function signature of SignalProcessWideKey
Lioncash
2019-12-11
2
-9
/
+6
*
|
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-11
3
-24
/
+67
|
/
*
Merge pull request #3201 from lioncash/dump
bunnei
2019-12-10
2
-2
/
+24
|
\
|
*
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-12-07
2
-2
/
+24
*
|
kernel: Remove unnecessary includes
Lioncash
2019-12-07
15
-11
/
+17
|
/
*
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-05
1
-1
/
+0
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
12
-142
/
+214
*
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
1
-7
/
+11
*
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
4
-21
/
+25
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
4
-22
/
+36
*
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
1
-2
/
+4
*
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
1
-1
/
+2
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
5
-6
/
+18
*
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
3
-8
/
+8
*
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
1
-6
/
+7
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-26
2
-7
/
+8
*
kernel: Fix reference management for client/server session.
bunnei
2019-11-25
3
-20
/
+18
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
36
-299
/
+301
*
Update svc.cpp
bunnei
2019-11-23
1
-0
/
+1
*
svc: GetSystemTick should return cntpct_el0, not core ticks.
bunnei
2019-11-23
1
-1
/
+3
*
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
[next]