aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-15loader/nca: Remove unnecessary includes and member variablesLioncash
2018-08-15loader/xci: Remove unnecessary includes and member variablesLioncash
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash
2018-08-15lm: Handle threads and modules within the loggerLioncash
2018-08-14Merge pull request #1067 from lioncash/initbunnei
2018-08-14Merge pull request #1073 from lioncash/3dsbunnei
2018-08-14Merge pull request #1072 from lioncash/svcbunnei
2018-08-14Merge pull request #1056 from lioncash/mmbunnei
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-14kernel/svc: Log svcBreak parametersLioncash
2018-08-14emu_window: Ensure WindowConfig members are always initializedLioncash
2018-08-14common/telemetry: Migrate core-independent info gathering to commonLioncash
2018-08-14Merge pull request #1055 from lioncash/initbunnei
2018-08-13Merge pull request #1046 from ogniK5377/missing-channelsMat M
2018-08-13mm_u: Forward all old variants of functions to the new onesLioncash
2018-08-13mm_u: Move implementation class into the cpp fileLioncash
2018-08-13audout_u: Correct IAudioOut initializer list orderLioncash
2018-08-13arm_dynarmic: Remove IsExecuting check from PrepareRescheduleMerryMage
2018-08-13Core::CoreTiming: add UnscheduleEventThreadsafeB3n30
2018-08-13Merge pull request #1032 from lioncash/sanitizebunnei
2018-08-13Merge pull request #1031 from lioncash/verbositybunnei
2018-08-13kernel/object: Tighten object against data racesLioncash
2018-08-13Registered missing channel devicesDavid Marcec
2018-08-13Added missing channel devicesDavid Marcec
2018-08-12Merge pull request #1043 from Subv/timingbunnei
2018-08-12Merge pull request #1036 from lioncash/threadbunnei
2018-08-12Merge pull request #1042 from Subv/racesbunnei
2018-08-12Merge pull request #1041 from Subv/duplicated_mutexbunnei
2018-08-12CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv
2018-08-12Kernel/SVC: Don't reschedule the current core when creating a new thread.Subv
2018-08-12Core/HLE: Make the 'reschedule_pending' flag atomic.Subv
2018-08-12CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv
2018-08-12Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.Subv
2018-08-12Kernel/Thread: Always use the threadsafe option when scheduling wakeups.Subv
2018-08-12Kernel/Mutex: Don't duplicate threads in the mutex waiter list.Subv
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-12Merge pull request #1025 from ogniK5377/bad-castbunnei
2018-08-12registration: Various style and documentation improvementsZach Hilman
2018-08-12Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei
2018-08-12Merge pull request #1028 from ogniK5377/aoabunnei
2018-08-12scheduler: Make HaveReadyThreads() a const member functionLioncash
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-12hid: disable clang-format around tablesLioncash
2018-08-12hid: Stub DisconnectNpad()Lioncash
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-12card_image: Use type aliases to shorten definitionsLioncash
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12made ResultStatus a u16David Marcec