summaryrefslogtreecommitdiff
path: root/src/core/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-3/+3
* hle: kernel: Remove deprecated Object class.Gravatar bunnei2021-05-051-1/+0
* common: Move settings to common from core.Gravatar bunnei2021-04-141-0/+3
* lm: Recode LM serviceGravatar Chloe Marcec2021-01-201-7/+0
* hle: kernel: Rewrite scheduler implementation based on Mesopshere.Gravatar bunnei2020-12-061-16/+4
* core: arm: Implement InvalidateCacheRange for CPU cache invalidation.Gravatar bunnei2020-11-291-0/+2
* core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-241-1/+21
* core: Remove unused private Init function for the System classGravatar Lioncash2020-11-181-8/+0
* core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-181-80/+73
* service: time: Update current time with changes to RTC setting.Gravatar bunnei2020-10-121-0/+8
* core: Mark GetInstance() as deprecatedGravatar Lioncash2020-09-251-1/+1
* file_sys/bis_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-161-2/+2
* Core/Common: Address Feedback.Gravatar Fernando Sahmkow2020-06-271-2/+2
* Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Gravatar Fernando Sahmkow2020-06-271-0/+3
* Clang Format.Gravatar Fernando Sahmkow2020-06-271-2/+0
* General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Gravatar Fernando Sahmkow2020-06-271-0/+6
* SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...Gravatar Fernando Sahmkow2020-06-271-0/+7
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-20/+14
* core: system: Rename GetDeviceManager -> DeviceManager.Gravatar bunnei2020-04-171-2/+2
* core: device_manager: Add a simple class to manage device RAM.Gravatar bunnei2020-04-171-0/+7
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-8/+5
* System: Expose Host thread registering routines from kernel.Gravatar Fernando Sahmkow2020-02-221-0/+6
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Gravatar Fernando Sahmkow2020-01-261-5/+5
* yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-021-4/+0
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+10
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-0/+1
* Kernel: Style and CorrectionsGravatar Fernando Sahmkow2019-10-151-2/+2
* Correct PrepareRescheduleGravatar Fernando Sahmkow2019-10-151-0/+3
* Add interfacing to the Global SchedulerGravatar Fernando Sahmkow2019-10-151-0/+7
* Merge pull request #2654 from DarkLordZach/lm-log-rewriteGravatar bunnei2019-10-081-0/+8
|\
| * core: Add LM::Manager to systemGravatar Zach Hilman2019-09-221-0/+8
* | core/core: Remove unused headerGravatar Lioncash2019-10-061-1/+0
* | core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-061-4/+0
* | hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-2/+4
* | core/loader: Track the NSO build ID of the current processGravatar Zach Hilman2019-09-301-0/+4
|/
* Merge pull request #2683 from DarkLordZach/lock-exitGravatar David2019-09-231-0/+4
|\
| * core: Track system exit lock statusGravatar Zach Hilman2019-09-211-0/+4
* | core: Update RegisterCheatList for new VMGravatar Zach Hilman2019-09-211-3/+7
|/
* core: Store FileSystemController in coreGravatar Zach Hilman2019-09-211-0/+8
* Merge pull request #2592 from FernandoS27/sync1Gravatar bunnei2019-07-261-0/+10
|\
| * Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsGravatar Fernando Sahmkow2019-07-051-0/+10
* | core: Remove CurrentArmInterface() global accessorGravatar Lioncash2019-07-121-4/+0
* | core: Keep instance of APM ControllerGravatar Zach Hilman2019-06-281-0/+8
|/
* core: Keep track of ARPManager and register current application on bootGravatar Zach Hilman2019-06-241-0/+8
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-0/+4
|\
| * loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-4/+0
| * core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+3
| * core: Track load offsets of NSO modulesGravatar Zach Hilman2019-05-251-0/+5
* | core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-281-1/+0
|/
* core: Remove specific applets in favor of AppletManagerGravatar Zach Hilman2019-04-171-14/+15