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
...
|
*
|
|
|
|
|
hle: kernel: Add a flag for indicating that the kernel is currently shutting ...
bunnei
2021-12-06
6
-0
/
+49
|
*
|
|
|
|
|
hle: kernel: KSynchronizationObject: Fix variable shadowing.
bunnei
2021-12-06
1
-8
/
+8
|
*
|
|
|
|
|
hle: kernel: Cleanup to match coding style.
bunnei
2021-12-06
6
-26
/
+21
|
*
|
|
|
|
|
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-06
2
-8
/
+26
|
*
|
|
|
|
|
hle: kernel: KThreadQueue: Remove deprecated code.
bunnei
2021-12-06
1
-63
/
+0
|
*
|
|
|
|
|
hle: kernel: KConditionVariable: Various updates & simplifications.
bunnei
2021-12-06
2
-121
/
+65
|
*
|
|
|
|
|
hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).
bunnei
2021-12-06
1
-29
/
+19
|
*
|
|
|
|
|
hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).
bunnei
2021-12-06
3
-60
/
+71
|
*
|
|
|
|
|
hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
1
-12
/
+55
|
*
|
|
|
|
|
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
2
-5
/
+11
|
*
|
|
|
|
|
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
3
-54
/
+87
|
*
|
|
|
|
|
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-12-06
2
-35
/
+36
|
*
|
|
|
|
|
hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.
bunnei
2021-12-06
1
-43
/
+39
|
*
|
|
|
|
|
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
6
-41
/
+21
|
*
|
|
|
|
|
hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.
bunnei
2021-12-06
8
-75
/
+251
|
*
|
|
|
|
|
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-12-06
3
-5
/
+14
|
*
|
|
|
|
|
core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.
bunnei
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-12-06
1
-7
/
+3
|
*
|
|
|
|
|
core: hle: kernel: k_auto_object: Add GetName method.
bunnei
2021-12-06
1
-0
/
+4
|
*
|
|
|
|
|
core: hle: kernel: DisableDispatch on suspend threads.
bunnei
2021-12-06
1
-0
/
+3
|
*
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.
bunnei
2021-12-06
1
-14
/
+9
|
*
|
|
|
|
|
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-12-06
1
-7
/
+8
|
*
|
|
|
|
|
core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.
bunnei
2021-12-06
1
-6
/
+2
|
*
|
|
|
|
|
core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.
bunnei
2021-12-06
1
-5
/
+0
|
*
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve ScheduleImpl.
bunnei
2021-12-06
1
-6
/
+7
|
*
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve Unload.
bunnei
2021-12-06
1
-17
/
+29
|
*
|
|
|
|
|
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-12-06
1
-0
/
+1
|
*
|
|
|
|
|
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-12-06
2
-0
/
+8
|
*
|
|
|
|
|
core: hle: kernel: k_thread: Add KScopedDisableDispatch.
bunnei
2021-12-06
2
-1
/
+47
|
*
|
|
|
|
|
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-12-06
3
-24
/
+22
|
*
|
|
|
|
|
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-06
7
-14
/
+17
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #7495 from FernandoS27/text-blit-fix-again
Morph
2021-12-09
1
-3
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Texture Cache: Fix crashes on NVIDIA.
Fernando Sahmkow
2021-12-04
1
-3
/
+6
*
|
|
|
|
|
|
Merge pull request #7519 from itsmeft24/master
bunnei
2021-12-09
12
-6
/
+611
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Update k_code_memory.h
itsmeft24
2021-12-07
1
-6
/
+6
|
*
|
|
|
|
|
|
make KCodeMemory::GetSourceAddress const
itsmeft24
2021-12-07
1
-1
/
+1
|
*
|
|
|
|
|
|
fix formatting
itsmeft24
2021-12-06
1
-1
/
+6
|
*
|
|
|
|
|
|
move private members below public members
itsmeft24
2021-12-06
1
-10
/
+11
|
*
|
|
|
|
|
|
fix formatting
itsmeft24
2021-12-06
1
-4
/
+1
|
*
|
|
|
|
|
|
fix formatting
itsmeft24
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
|
fix formatting
itsmeft24
2021-12-05
2
-2
/
+2
|
*
|
|
|
|
|
|
Remove unnecessary includes
itsmeft24
2021-12-05
2
-50
/
+13
|
*
|
|
|
|
|
|
Add copyright notice
itsmeft24
2021-12-05
2
-0
/
+8
|
*
|
|
|
|
|
|
Add KCodeMemory to CMakeLists.txt
itsmeft24
2021-12-05
1
-0
/
+2
|
*
|
|
|
|
|
|
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-12-05
11
-7
/
+636
*
|
|
|
|
|
|
|
profiler: Use QWheelEvent position().toPoint()
Morph
2021-12-08
1
-1
/
+1
*
|
|
|
|
|
|
|
renderer_vulkan: Add R16G16_UINT
Morph
2021-12-08
2
-1
/
+2
*
|
|
|
|
|
|
|
Merge pull request #7525 from german77/notifa
bunnei
2021-12-07
6
-0
/
+77
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
service/notif: Add notif:a and stub ListAlarmSettings,Initialize
german77
2021-12-06
6
-0
/
+77
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #7521 from german77/dual_single_joycons
bunnei
2021-12-07
5
-38
/
+174
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
[prev]
[next]