summaryrefslogtreecommitdiff
path: root/src/core/hle
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-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-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-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
2019-10-15Comment and reorganize the schedulerFernando Sahmkow
2019-10-15Add PrepareReschedule where required.Fernando Sahmkow
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow
2019-10-15Correct Supervisor Calls to work with the new scheduler,Fernando Sahmkow
2019-10-15Add interfacing to the Global SchedulerFernando Sahmkow
2019-10-15Addapt thread class to the new SchedulerFernando Sahmkow
2019-10-15Implement a new Core SchedulerFernando Sahmkow
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Use kernel physical memoryZach Hilman
2019-10-13pl_u: Remove excess static qualifierZach Hilman