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/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
2
-8
/
+44
*
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
3
-4
/
+5
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
7
-56
/
+233
*
Merge pull request #2196 from Subv/system_mode
Yuri Kunde Schlesner
2016-11-27
2
-6
/
+4
|
\
|
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
2
-6
/
+4
*
|
Kernel/Events: Log an error when trying to create Pulse events and timers.
Subv
2016-11-19
2
-0
/
+10
|
/
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
2
-2
/
+2
*
move ResetType to kernel.h
wwylele
2016-09-22
3
-7
/
+6
*
implement wait tree widget
wwylele
2016-09-22
4
-0
/
+16
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
14
-14
/
+14
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
29
-74
/
+16
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
15
-64
/
+36
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
30
-419
/
+616
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+17
*
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-08-02
1
-15
/
+103
*
Merge pull request #1869 from wwylele/dont-be-lazy
Yuri Kunde Schlesner
2016-06-28
1
-2
/
+6
|
\
|
*
Switch context on the same thread if necessary
wwylele
2016-05-30
1
-2
/
+6
*
|
Merge pull request #1867 from mailwl/srv-update
bunnei
2016-06-28
1
-0
/
+4
|
\
\
|
*
|
Fix parameter name in EnableNotification
mailwl
2016-05-31
1
-0
/
+4
|
|
/
*
|
Merge pull request #1877 from wwylele/wait-fix-timeout
bunnei
2016-06-18
1
-0
/
+49
|
\
\
|
*
|
Thread: update timeout when rerunning WaitSynch
wwylele
2016-06-04
1
-0
/
+49
|
|
/
*
|
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-11
4
-2
/
+11
*
|
Kernel: Added ClientPort and ServerPort classes.
Subv
2016-06-05
5
-2
/
+135
|
/
*
Merge pull request #1692 from Subv/rm_getpointer2
bunnei
2016-05-29
1
-1
/
+1
|
\
|
*
Kernel/Thread: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-1
/
+1
*
|
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-05-26
1
-0
/
+1
|
/
*
Merge pull request #1800 from JayFoxRox/set-fpscr
bunnei
2016-05-17
1
-0
/
+2
|
\
|
*
Set fpscr for new threads
Jannik Vogel
2016-05-17
1
-0
/
+2
*
|
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-14
1
-0
/
+3
|
/
*
Merge pull request #1689 from Subv/shmem
bunnei
2016-05-13
4
-67
/
+161
|
\
|
*
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
2
-1
/
+30
|
*
Kernel: Account for automatically-allocated shared memories in the amount of ...
Subv
2016-05-12
1
-0
/
+5
|
*
Kernel/SharedMemory: Log an error when Map fails.
Subv
2016-05-12
1
-1
/
+10
|
*
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
2
-9
/
+47
|
*
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Subv
2016-05-12
1
-1
/
+0
|
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-12
2
-65
/
+79
|
*
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
Subv
2016-05-12
1
-1
/
+1
*
|
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-12
4
-22
/
+74
|
\
\
|
|
/
|
/
|
|
*
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-05-07
4
-22
/
+74
*
|
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-08
1
-0
/
+2
|
\
\
|
*
|
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
1
-0
/
+2
|
|
/
*
|
Merge pull request #1762 from bunnei/global
bunnei
2016-05-05
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
hle: Get rid of global access to g_reschedule
Lioncash
2016-03-21
1
-1
/
+2
*
|
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
1
-1
/
+2
|
\
\
|
*
|
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
1
-1
/
+2
|
|
/
*
/
session: Make helper functions constexpr
Lioncash
2016-03-21
1
-6
/
+6
|
/
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
2
-2
/
+8
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
2
-2
/
+2
*
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-03-05
2
-2
/
+5
*
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
1
-1
/
+4
[next]