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
/
kernel.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
1
-0
/
+9
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-0
/
+18
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-5
/
+84
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-1
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-110
/
+0
*
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-04-20
1
-4
/
+0
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-4
/
+0
*
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-24
1
-16
/
+0
*
clang-format
MerryMage
2018-01-16
1
-1
/
+0
*
kernel: Increase default stack size to 64K.
bunnei
2018-01-14
1
-1
/
+1
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
1
-2
/
+2
*
kernel: Add basic support for Domain object.
bunnei
2017-12-28
1
-0
/
+17
*
Merge pull request #2839 from Subv/global_kernel_lock
James Rowe
2017-08-23
1
-1
/
+1
|
\
|
*
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...
Subv
2017-08-22
1
-1
/
+1
*
|
Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...
Subv
2017-08-21
1
-0
/
+3
|
/
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-115
/
+1
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-53
/
+0
*
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
2017-05-29
1
-9
/
+0
*
Kernel: Extract dynamic Object pointer cast into its own function
Yuri Kunde Schlesner
2017-05-29
1
-11
/
+24
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-7
/
+0
*
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-10
1
-1
/
+1
|
\
|
*
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
1
-1
/
+1
*
|
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-1
/
+1
*
|
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-1
/
+1
*
|
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-4
/
+5
|
/
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
1
-1
/
+2
*
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-16
1
-1
/
+7
|
\
|
*
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
1
-1
/
+4
|
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-0
/
+3
*
|
Kernel: Remove the Redirection handle type.
Subv
2016-12-05
1
-2
/
+0
*
|
Fixed the rebase mistakes.
Subv
2016-11-30
1
-18
/
+16
*
|
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
1
-2
/
+3
*
|
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
1
-17
/
+19
|
/
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
1
-2
/
+2
*
move ResetType to kernel.h
wwylele
2016-09-22
1
-0
/
+6
*
implement wait tree widget
wwylele
2016-09-22
1
-0
/
+3
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-28
/
+38
*
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-11
1
-1
/
+2
*
Kernel: Added ClientPort and ServerPort classes.
Subv
2016-06-05
1
-2
/
+4
*
Kernel: Add CodeSet case to Object::IsWaitable
Yuri Kunde Schlesner
2015-07-12
1
-0
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-11
1
-0
/
+1
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-4
/
+3
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
1
-6
/
+0
*
Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback ...
Emmanuel Gil Peyrot
2015-05-21
1
-2
/
+1
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
1
-1
/
+2
*
Kernel: Remove g_program_id
Yuri Kunde Schlesner
2015-05-08
1
-6
/
+0
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-08
1
-7
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+2
[next]