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
*
kernel: Rewrite resource limit to be more accurate
Chloe Marcec
2021-01-30
1
-2
/
+2
*
hle: kernel: Allocate a dummy KThread for each host thread, and use it for sc...
bunnei
2021-01-28
1
-2
/
+2
*
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
bunnei
2021-01-28
1
-1
/
+5
*
hle: kernel: Move single core "phantom mode" out of KThread.
bunnei
2021-01-28
1
-0
/
+4
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-3
/
+3
*
hle: kernel: Remove unnecessary AddressArbiter definition.
bunnei
2021-01-11
1
-1
/
+0
*
core: hle: kernel: Update KSynchronizationObject.
bunnei
2021-01-11
1
-6
/
+0
*
hle: kernel: Move ServiceThread ownership to KernelCore.
bunnei
2020-12-29
1
-0
/
+17
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-10
/
+7
*
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
1
-0
/
+2
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
1
-0
/
+3
*
kernel: Add missing include
Lioncash
2020-07-16
1
-0
/
+1
*
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
1
-3
/
+0
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-1
/
+7
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
1
-0
/
+4
*
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
1
-0
/
+3
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-0
/
+19
*
kernel: Initialize memory layout for new VMM.
bunnei
2020-04-17
1
-0
/
+44
*
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
1
-3
/
+3
*
Kernel: Implement Time Manager.
Fernando Sahmkow
2020-02-22
1
-0
/
+7
*
Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.
Fernando Sahmkow
2020-02-22
1
-5
/
+18
*
Kernel: Make global scheduler depend on KernelCore
Fernando Sahmkow
2020-02-22
1
-0
/
+7
*
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
1
-0
/
+7
*
System: Address Feedback
Fernando Sahmkow
2020-01-27
1
-1
/
+1
*
Core: Refactor CPU Management.
Fernando Sahmkow
2020-01-25
1
-0
/
+17
*
kernel: Remove unnecessary includes
Lioncash
2019-12-07
1
-0
/
+1
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-26
1
-1
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-6
/
+7
*
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
1
-6
/
+0
*
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
1
-1
/
+1
*
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
1
-0
/
+6
*
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
1
-0
/
+7
*
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-1
/
+4
*
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-02
1
-0
/
+3
*
kernel/kernel: Remove unnecessary forward declaration
Lioncash
2019-03-24
1
-3
/
+0
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-6
/
+0
*
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-6
/
+13
*
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
1
-0
/
+7
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-2
/
+7
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-2
/
+2
*
kernel: Remove the Timer class
Lioncash
2019-01-31
1
-11
/
+0
*
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
1
-1
/
+1
*
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-18
1
-1
/
+1
*
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
1
-4
/
+2
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-6
/
+0
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-5
/
+5
*
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
[next]