aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
AgeCommit message (Expand)Author
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei
2020-07-16kernel: Add missing includeLioncash
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27Kernel: Preempt Single core on redudant yields.Fernando Sahmkow
2020-06-27General: Initial Setup for Single Core.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17kernel: Initialize memory layout for new VMM.bunnei
2020-02-22Kernel: Address Feedback.Fernando Sahmkow
2020-02-22Kernel: Implement Time Manager.Fernando Sahmkow
2020-02-22Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.Fernando Sahmkow
2020-02-22Kernel: Make global scheduler depend on KernelCoreFernando Sahmkow
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow
2020-01-27System: Address FeedbackFernando Sahmkow
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow
2019-12-07kernel: Remove unnecessary includesLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-10-15Kernel: Reverse global accessor removal.Fernando Sahmkow
2019-10-15Kernel: Address Feedback.Fernando Sahmkow
2019-10-15Kernel: Remove global system accessor from WaitObjectFernando Sahmkow
2019-10-15Add interfacing to the Global SchedulerFernando Sahmkow
2019-06-10kernel: Differentiate kernel and user processes when picking IDZach Hilman
2019-04-02kernel/svc: Implement svcGetProcessListLioncash
2019-03-24kernel/kernel: Remove unnecessary forward declarationLioncash
2019-03-07kernel: Make the address arbiter instance per-processLioncash
2019-03-05kernel/address_arbiter: Pass in system instance to constructorLioncash
2019-03-05kernel/address_arbiter: Convert the address arbiter into a classLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-01-31kernel: Remove the Timer classLioncash
2018-12-18kernel/thread: Make thread_id a 64-bit valueLioncash
2018-12-18kernel/process: Make process_id a 64-bit valueLioncash
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-09-06core: Migrate current_process pointer to the kernelLioncash
2018-09-02service: Migrate global named port map to the KernelCore classLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-16clang-formatMerryMage
2018-01-14kernel: Increase default stack size to 64K.bunnei
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei