summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3089 from SciresM/play_statisticsGravatar bunnei2019-11-142-0/+10
|\
| * Implement stub for QueryApplicationPlayStatisticsByUidGravatar Michael Scire2019-11-112-0/+10
* | Merge pull request #3093 from lioncash/mbedtlsGravatar bunnei2019-11-147-12/+12
|\ \
| * | core: Migrate off deprecated mbedtls functionsGravatar Lioncash2019-11-127-12/+12
| |/
* | Merge pull request #3092 from lioncash/utilGravatar bunnei2019-11-141-11/+15
|\ \
| * | key_manager: Make use of IOFile in WriteKeyToFile()Gravatar Lioncash2019-11-121-11/+15
| |/
* / xts_archive: Remove redundant std::string constructorGravatar Lioncash2019-11-131-2/+1
|/
* Merge pull request #3062 from bunnei/event-improveGravatar bunnei2019-11-0623-87/+53
|\
| * kernel: readable_event: Signal only once.Gravatar bunnei2019-11-031-2/+4
| * kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-0323-84/+48
| * kernel: readable_event: Initialize members.Gravatar bunnei2019-11-031-1/+1
* | Merge pull request #2859 from Morph1984/hidGravatar David2019-11-062-92/+126
|\ \
| * | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commandsGravatar Morph2019-10-072-92/+126
* | | common_func: Use std::array for INSERT_PADDING_* macros.Gravatar bunnei2019-11-035-38/+39
* | | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...Gravatar FearlessTobi2019-11-032-3/+31
| |/ |/|
* | Merge pull request #3038 from lioncash/docsGravatar Rodrigo Locatti2019-10-302-91/+73
|\ \
| * | scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constGravatar Lioncash2019-10-272-5/+5
| * | scheduler: Silence sign conversion warningsGravatar Lioncash2019-10-271-5/+5
| * | scheduler: Initialize class members directly where applicableGravatar Lioncash2019-10-272-6/+4
| * | scheduler: Amend documentation commentsGravatar Lioncash2019-10-272-75/+59
* | | Merge pull request #3007 from DarkLordZach/fsc-regressGravatar bunnei2019-10-291-0/+12
|\ \ \ | |/ / |/| |
| * | savedata_factory: Automatically create certain savedataGravatar Zach Hilman2019-10-221-0/+12
* | | Merge pull request #2971 from FernandoS27/new-scheduler-v2Gravatar David2019-10-2817-431/+1014
|\ \ \
| * | | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Gravatar Fernando Sahmkow2019-10-152-4/+1
| * | | Kernel: Address Feedback 2Gravatar Fernando Sahmkow2019-10-152-9/+6
| * | | Kernel: Clang FormatGravatar Fernando Sahmkow2019-10-152-5/+5
| * | | Kernel: Reverse global accessor removal.Gravatar Fernando Sahmkow2019-10-154-23/+9
| * | | Kernel: Address Feedback.Gravatar Fernando Sahmkow2019-10-156-67/+98
| * | | Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Gravatar Fernando Sahmkow2019-10-156-0/+24
| * | | Kernel_Thread: Eliminate most global accessors.Gravatar Fernando Sahmkow2019-10-151-11/+11
| * | | KernelSVC: Assert that condition variable address is aligned to 4 bytes.Gravatar Fernando Sahmkow2019-10-151-0/+4
| * | | Kernel: Correct Paused schedulingGravatar Fernando Sahmkow2019-10-151-3/+1
| * | | Kernel: Corrections to Wait Objects clearing in which a thread could still be...Gravatar Fernando Sahmkow2019-10-153-3/+4
| * | | Kernel: Correct redundant yields to only advance time forward.Gravatar Fernando Sahmkow2019-10-151-3/+5
| * | | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualGravatar Fernando Sahmkow2019-10-151-5/+13
| * | | Kernel: Correct Results in Condition Variables and MutexesGravatar Fernando Sahmkow2019-10-153-24/+17
| * | | Kernel: Clang FormatGravatar Fernando Sahmkow2019-10-152-2/+3
| * | | Kernel: Remove global system accessor from WaitObjectGravatar Fernando Sahmkow2019-10-154-2/+17
| * | | Scheduler: Implement Yield Count and Core migration on Thread Preemption.Gravatar Fernando Sahmkow2019-10-152-5/+85
| * | | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Gravatar Fernando Sahmkow2019-10-152-8/+8
| * | | Kernel: Initial implementation of thread preemption.Gravatar Fernando Sahmkow2019-10-153-0/+30
| * | | Scheduler: Add protections for Yield bombingGravatar Fernando Sahmkow2019-10-155-24/+31
| * | | Kernel: Style and CorrectionsGravatar Fernando Sahmkow2019-10-1512-96/+137
| * | | Correct PrepareRescheduleGravatar Fernando Sahmkow2019-10-156-38/+29
| * | | Comment and reorganize the schedulerGravatar Fernando Sahmkow2019-10-152-98/+104
| * | | Add PrepareReschedule where required.Gravatar Fernando Sahmkow2019-10-153-16/+18
| * | | Correct compiling errors and addapt to the new interface.Gravatar Fernando Sahmkow2019-10-152-23/+14
| * | | Correct Supervisor Calls to work with the new scheduler,Gravatar Fernando Sahmkow2019-10-151-26/+41
| * | | Redesign CPU Cores to work with the new schedulerGravatar Fernando Sahmkow2019-10-152-13/+12
| * | | Add interfacing to the Global SchedulerGravatar Fernando Sahmkow2019-10-154-0/+34