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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-11
/
+1
*
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-7
/
+12
*
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
1
-0
/
+11
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-6
/
+6
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+3
*
kernel: Remove the Timer class
Lioncash
2019-01-31
1
-42
/
+0
*
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
1
-1
/
+0
*
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
1
-4
/
+2
*
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
1
-2
/
+2
*
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-18
1
-2
/
+2
*
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
1
-63
/
+16
*
core: Make System references const where applicable
Lioncash
2018-10-28
1
-2
/
+2
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-10
/
+0
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-6
/
+6
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-18
/
+18
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
1
-0
/
+14
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-0
/
+24
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-15
/
+268
*
kernel/object: Tighten object against data races
Lioncash
2018-08-13
1
-1
/
+1
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-5
/
+1
*
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
1
-2
/
+0
*
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
1
-3
/
+0
*
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-23
1
-2
/
+0
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+0
*
kernel: Add ObjectAddressTable class.
bunnei
2018-01-01
1
-2
/
+5
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-84
/
+1
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-79
/
+0
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-0
/
+1
*
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
1
-0
/
+8
*
Kernel: Remove a thread from all of its waiting objects' waiting_threads list...
Subv
2017-01-05
1
-18
/
+4
*
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
1
-1
/
+7
*
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-8
/
+15
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-8
/
+6
*
Kernel: remove object's waiting thread if it is dead
wwylele
2016-12-16
1
-1
/
+2
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-4
/
+5
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
1
-1
/
+6
*
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
1
-10
/
+4
*
Use boost remove_erase_if instead of the erase-remove idiom
Subv
2016-12-06
1
-2
/
+3
*
Improved the algorithm for GetHighestPriorityReadyThread.
Subv
2016-12-06
1
-14
/
+13
*
Threading: Added some utility functions and const correctness.
Subv
2016-12-04
1
-7
/
+6
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-5
/
+54
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
1
-4
/
+2
*
implement wait tree widget
wwylele
2016-09-22
1
-0
/
+4
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-1
/
+2
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
1
-3
/
+16
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+0
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
1
-18
/
+4
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
1
-0
/
+3
[next]