summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | hle: kernel: Add a flag for indicating that the kernel is currently shutting ...Gravatar bunnei2021-12-066-0/+49
| * | | | | | hle: kernel: KSynchronizationObject: Fix variable shadowing.Gravatar bunnei2021-12-061-8/+8
| * | | | | | hle: kernel: Cleanup to match coding style.Gravatar bunnei2021-12-066-26/+21
| * | | | | | hle: kernel: KProcess: Improvements for thread pinning.Gravatar bunnei2021-12-062-8/+26
| * | | | | | hle: kernel: KThreadQueue: Remove deprecated code.Gravatar bunnei2021-12-061-63/+0
| * | | | | | hle: kernel: KConditionVariable: Various updates & simplifications.Gravatar bunnei2021-12-062-121/+65
| * | | | | | hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).Gravatar bunnei2021-12-061-29/+19
| * | | | | | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).Gravatar bunnei2021-12-063-60/+71
| * | | | | | hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.Gravatar bunnei2021-12-061-12/+55
| * | | | | | hle: kernel: KServerSession: Migrate to updated KThreadQueue.Gravatar bunnei2021-12-062-5/+11
| * | | | | | hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.Gravatar bunnei2021-12-063-54/+87
| * | | | | | hle: kernel: KLightLock: Migrate to updated KThreadQueue.Gravatar bunnei2021-12-062-35/+36
| * | | | | | hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.Gravatar bunnei2021-12-061-43/+39
| * | | | | | hle: kernel: KThread: Remove tracking of sync object from threads.Gravatar bunnei2021-12-066-41/+21
| * | | | | | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.Gravatar bunnei2021-12-068-75/+251
| * | | | | | core: hle: kernel: Disable dispatch count tracking on single core.Gravatar bunnei2021-12-063-5/+14
| * | | | | | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.Gravatar bunnei2021-12-061-1/+1
| * | | | | | core: cpu_manager: Use invalid core_id on init and simplify shutdown.Gravatar bunnei2021-12-061-7/+3
| * | | | | | core: hle: kernel: k_auto_object: Add GetName method.Gravatar bunnei2021-12-061-0/+4
| * | | | | | core: hle: kernel: DisableDispatch on suspend threads.Gravatar bunnei2021-12-061-0/+3
| * | | | | | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.Gravatar bunnei2021-12-061-14/+9
| * | | | | | core: cpu_manager: Use KScopedDisableDispatch.Gravatar bunnei2021-12-061-7/+8
| * | | | | | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.Gravatar bunnei2021-12-061-6/+2
| * | | | | | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.Gravatar bunnei2021-12-061-5/+0
| * | | | | | core: hle: kernel: k_scheduler: Improve ScheduleImpl.Gravatar bunnei2021-12-061-6/+7
| * | | | | | core: hle: kernel: k_scheduler: Improve Unload.Gravatar bunnei2021-12-061-17/+29
| * | | | | | core: hle: kernel: k_process: DisableDispatch on main thread.Gravatar bunnei2021-12-061-0/+1
| * | | | | | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.Gravatar bunnei2021-12-062-0/+8
| * | | | | | core: hle: kernel: k_thread: Add KScopedDisableDispatch.Gravatar bunnei2021-12-062-1/+47
| * | | | | | core: hle: kernel: Ensure idle threads are closed before destroying scheduler.Gravatar bunnei2021-12-063-24/+22
| * | | | | | core: hle: kernel: Reflect non-emulated threads as core 3.Gravatar bunnei2021-12-067-14/+17
| |/ / / / /
* | | | | | Merge pull request #7495 from FernandoS27/text-blit-fix-againGravatar Morph2021-12-091-3/+6
|\ \ \ \ \ \
| * | | | | | Texture Cache: Fix crashes on NVIDIA.Gravatar Fernando Sahmkow2021-12-041-3/+6
* | | | | | | Merge pull request #7519 from itsmeft24/masterGravatar bunnei2021-12-0912-6/+611
|\ \ \ \ \ \ \
| * | | | | | | Update k_code_memory.hGravatar itsmeft242021-12-071-6/+6
| * | | | | | | make KCodeMemory::GetSourceAddress constGravatar itsmeft242021-12-071-1/+1
| * | | | | | | fix formattingGravatar itsmeft242021-12-061-1/+6
| * | | | | | | move private members below public membersGravatar itsmeft242021-12-061-10/+11
| * | | | | | | fix formattingGravatar itsmeft242021-12-061-4/+1
| * | | | | | | fix formattingGravatar itsmeft242021-12-061-1/+1
| * | | | | | | fix formattingGravatar itsmeft242021-12-052-2/+2
| * | | | | | | Remove unnecessary includesGravatar itsmeft242021-12-052-50/+13
| * | | | | | | Add copyright noticeGravatar itsmeft242021-12-052-0/+8
| * | | | | | | Add KCodeMemory to CMakeLists.txtGravatar itsmeft242021-12-051-0/+2
| * | | | | | | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryGravatar itsmeft242021-12-0511-7/+636
* | | | | | | | profiler: Use QWheelEvent position().toPoint()Gravatar Morph2021-12-081-1/+1
* | | | | | | | renderer_vulkan: Add R16G16_UINTGravatar Morph2021-12-082-1/+2
* | | | | | | | Merge pull request #7525 from german77/notifaGravatar bunnei2021-12-076-0/+77
|\ \ \ \ \ \ \ \
| * | | | | | | | service/notif: Add notif:a and stub ListAlarmSettings,InitializeGravatar german772021-12-066-0/+77
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #7521 from german77/dual_single_joyconsGravatar bunnei2021-12-075-38/+174
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |