summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-11-06Merge pull request #2859 from Morph1984/hidDavid
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...FearlessTobi
2019-10-30Merge pull request #3038 from lioncash/docsRodrigo Locatti
2019-10-29Merge pull request #3007 from DarkLordZach/fsc-regressbunnei
2019-10-27scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constLioncash
2019-10-27scheduler: Silence sign conversion warningsLioncash
2019-10-27scheduler: Initialize class members directly where applicableLioncash
2019-10-27scheduler: Amend documentation commentsLioncash
2019-10-28Merge pull request #2971 from FernandoS27/new-scheduler-v2David
2019-10-22Merge pull request #2991 from lioncash/npadbunnei
2019-10-22savedata_factory: Automatically create certain savedataZach Hilman
2019-10-19core: Fix clang-format errors.bunnei
2019-10-18Fix null pointer deref.Nicolae-Andrei Cociorba
2019-10-17Merge pull request #2992 from lioncash/dmntbunnei
2019-10-17dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash
2019-10-17Merge pull request #2989 from lioncash/apmRodrigo Locatti
2019-10-17hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...Lioncash
2019-10-17hid/npad: Add missing break in default caseLioncash
2019-10-17hid/npad: Replace std::for_each with ranged for loopsLioncash
2019-10-17hid/npad: Remove redundant non-const variant of IsControllerSupported()Lioncash
2019-10-17hid/npad: Move function declarationsLioncash
2019-10-17core/core: Resolve -Wreorder warningsLioncash
2019-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...Lioncash
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15Merge pull request #2972 from lioncash/systembunnei
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-15Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow
2019-10-15Kernel: Address Feedback 2Fernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Reverse global accessor removal.Fernando Sahmkow
2019-10-15Kernel: Address Feedback.Fernando Sahmkow
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-10-15Kernel_Thread: Eliminate most global accessors.Fernando Sahmkow
2019-10-15KernelSVC: Assert that condition variable address is aligned to 4 bytes.Fernando Sahmkow
2019-10-15Kernel: Correct Paused schedulingFernando Sahmkow
2019-10-15Kernel: Corrections to Wait Objects clearing in which a thread could still be...Fernando Sahmkow
2019-10-15Kernel: Correct redundant yields to only advance time forward.Fernando Sahmkow
2019-10-15Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualFernando Sahmkow
2019-10-15Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Remove global system accessor from WaitObjectFernando Sahmkow
2019-10-15Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow
2019-10-15Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow
2019-10-15Kernel: Initial implementation of thread preemption.Fernando Sahmkow
2019-10-15Scheduler: Add protections for Yield bombingFernando Sahmkow
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Correct PrepareRescheduleFernando Sahmkow