| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). | 2021-12-06 | 3 | -60/+71 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KConditionVariable: Migrate to updated KThreadQueue. | 2021-12-06 | 1 | -12/+55 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KServerSession: Migrate to updated KThreadQueue. | 2021-12-06 | 2 | -5/+11 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue. | 2021-12-06 | 3 | -54/+87 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KLightLock: Migrate to updated KThreadQueue. | 2021-12-06 | 2 | -35/+36 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue. | 2021-12-06 | 1 | -43/+39 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: KThread: Remove tracking of sync object from threads. | 2021-12-06 | 6 | -41/+21 | ||
| | | | | | | | | ||||||
| | * | | | | | | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. | 2021-12-06 | 8 | -75/+251 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: Disable dispatch count tracking on single core. | 2021-12-06 | 3 | -5/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This would have limited value, and would be a mess to handle properly. | |||||
| | * | | | | | | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | 2021-12-06 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | 2021-12-06 | 1 | -7/+3 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_auto_object: Add GetName method. | 2021-12-06 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Useful purely for debugging. | |||||
| | * | | | | | | core: hle: kernel: DisableDispatch on suspend threads. | 2021-12-06 | 1 | -0/+3 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | 2021-12-06 | 1 | -14/+9 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: cpu_manager: Use KScopedDisableDispatch. | 2021-12-06 | 1 | -7/+8 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | 2021-12-06 | 1 | -6/+2 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | 2021-12-06 | 1 | -5/+0 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | 2021-12-06 | 1 | -6/+7 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve Unload. | 2021-12-06 | 1 | -17/+29 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_process: DisableDispatch on main thread. | 2021-12-06 | 1 | -0/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | 2021-12-06 | 2 | -0/+8 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | 2021-12-06 | 2 | -1/+47 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | 2021-12-06 | 3 | -24/+22 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: hle: kernel: Reflect non-emulated threads as core 3. | 2021-12-06 | 7 | -14/+17 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #7495 from FernandoS27/text-blit-fix-again | 2021-12-09 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Texture Cache: Fix mismatching image/views on blits | |||||
| | * | | | | | | Texture Cache: Fix crashes on NVIDIA. | 2021-12-04 | 1 | -3/+6 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #7519 from itsmeft24/master | 2021-12-09 | 12 | -6/+611 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | kernel: svc: Implement ProcessMemory and CodeMemory SVCs | |||||
| | * | | | | | | | Update k_code_memory.h | 2021-12-07 | 1 | -6/+6 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | make KCodeMemory::GetSourceAddress const | 2021-12-07 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com> | |||||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -1/+6 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | move private members below public members | 2021-12-06 | 1 | -10/+11 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -4/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com> | |||||
| | * | | | | | | | fix formatting | 2021-12-05 | 2 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Remove unnecessary includes | 2021-12-05 | 2 | -50/+13 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Add copyright notice | 2021-12-05 | 2 | -0/+8 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Add KCodeMemory to CMakeLists.txt | 2021-12-05 | 1 | -0/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | 2021-12-05 | 11 | -7/+636 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by Skyline modding framework | |||||
| * | | | | | | | | profiler: Use QWheelEvent position().toPoint() | 2021-12-08 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead. | |||||
| * | | | | | | | | renderer_vulkan: Add R16G16_UINT | 2021-12-08 | 2 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Used by Immortals Fenyx Rising | |||||
| * | | | | | | | | Merge pull request #7525 from german77/notifa | 2021-12-07 | 6 | -0/+77 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | service/notif: Add notif:a and stub ListAlarmSettings, Initialize | |||||
| | * | | | | | | | | service/notif: Add notif:a and stub ListAlarmSettings,Initialize | 2021-12-06 | 6 | -0/+77 | ||
| | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Used by ring fit adventure 1.2.0 | |||||
| * | | | | | | | | Merge pull request #7521 from german77/dual_single_joycons | 2021-12-07 | 5 | -38/+174 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | service/hid: Implement SetNpadJoyAssignmentMode | |||||
| | * | | | | | | | service/hid: Implement SetNpadJoyAssignmentMode | 2021-12-05 | 5 | -38/+174 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #7488 from vonchenplus/support_multiple_videos_playing | 2021-12-07 | 8 | -40/+45 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Support multiple videos playing | |||||
| | * | | | | | | | Address feedback | 2021-12-05 | 5 | -17/+27 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Support multiple videos playing | 2021-12-02 | 6 | -41/+36 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #7506 from heinermann/focus_crash | 2021-12-07 | 1 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed #7502 | |||||
| | * | | | | | | | | Fixed #7502 | 2021-12-04 | 1 | -8/+9 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7522 from ameerj/shader-recompiler-filenames | 2021-12-07 | 65 | -214/+282 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | shader_recompiler/backend: Minor organization and refactoring to reduce compile time overhead | |||||