| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #10003 from german77/disconnect | 2023-03-28 | 1 | -1/+2 | |
| |\ | | | | | service: hid: Silence warning on MergeSingleJoyAsDualJoy | ||||
| | * | service: hid: Silence warning on MergeSingleJoyAsDualJoy | 2023-03-27 | 1 | -1/+2 | |
| | | | |||||
| * | | core_timing: Make use of MicroSleep for x64 CPUs | 2023-03-27 | 1 | -0/+8 | |
| | | | | | | | | | For CPUs that support tpause, this should result in significant CPU power savings over thread yield in this spin wait. | ||||
| * | | Merge pull request #9984 from liamwhite/global-memory | 2023-03-27 | 38 | -218/+178 | |
| |\ \ | | | | | | | memory: rename global memory references to application memory | ||||
| | * | | memory: rename global memory references to application memory | 2023-03-23 | 38 | -218/+178 | |
| | | | | |||||
| * | | | service: nfp: Add plain amiibo support | 2023-03-26 | 5 | -8/+37 | |
| | |/ |/| | |||||
| * | | Merge pull request #9981 from german77/nfp_connect | 2023-03-24 | 4 | -4/+30 | |
| |\ \ | |/ |/| | nfc: Initialize device when controller is connected | ||||
| | * | nfc: Initialize device when controller is connected | 2023-03-21 | 4 | -4/+30 | |
| | | | |||||
| * | | Merge pull request #9964 from liamwhite/typed-address | 2023-03-23 | 99 | -1102/+1253 | |
| |\ \ | | | | | | | kernel: use KTypedAddress for addresses | ||||
| | * | | kernel: use KTypedAddress for addresses | 2023-03-22 | 99 | -1102/+1253 | |
| | | | | |||||
| * | | | kernel: fix LOG_TRACE in ipc | 2023-03-19 | 1 | -1/+1 | |
| | |/ |/| | |||||
| * | | service: nfp: Replace crc function with boost equivalent | 2023-03-16 | 2 | -28/+17 | |
| | | | |||||
| * | | service: nfp: Close app area and recreate crc | 2023-03-15 | 1 | -0/+10 | |
| | | | |||||
| * | | service: nfp: Convert mii colors to v3 | 2023-03-15 | 6 | -15/+100 | |
| | | | |||||
| * | | service: nfp: Actually write correct crc | 2023-03-14 | 6 | -23/+44 | |
| |/ | |||||
| * | kernel: additional style fixes to KThread, KProcess | 2023-03-12 | 2 | -27/+27 | |
| | | |||||
| * | kernel: fix clang build | 2023-03-12 | 1 | -2/+2 | |
| | | |||||
| * | kernel: remove unnecessary finalize calls | 2023-03-12 | 2 | -7/+1 | |
| | | |||||
| * | kernel: convert KProcess to new style | 2023-03-12 | 10 | -240/+254 | |
| | | |||||
| * | kernel: convert KThread to new style | 2023-03-12 | 13 | -568/+518 | |
| | | |||||
| * | kernel: prefer std::addressof | 2023-03-12 | 21 | -134/+139 | |
| | | |||||
| * | kernel: convert KResourceLimit | 2023-03-12 | 2 | -59/+59 | |
| | | |||||
| * | kernel: remove kernel_ | 2023-03-12 | 41 | -295/+290 | |
| | | |||||
| * | kernel: remove gratitutous attribute usage | 2023-03-12 | 8 | -29/+24 | |
| | | |||||
| * | kernel/svc: convert to new style | 2023-03-12 | 21 | -304/+192 | |
| | | |||||
| * | kernel: convert miscellaneous | 2023-03-12 | 7 | -94/+81 | |
| | | |||||
| * | kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, ↵ | 2023-03-12 | 9 | -97/+99 | |
| | | | | | KSharedMemory, KSpinLock | ||||
| * | kernel: convert KAbstractSchedulerLock | 2023-03-12 | 1 | -31/+24 | |
| | | |||||
| * | kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, ↵ | 2023-03-12 | 6 | -121/+121 | |
| | | | | | KPriorityQueue | ||||
| * | kernel: move KMemoryLayout for NX board | 2023-03-12 | 2 | -1/+1 | |
| | | |||||
| * | kernel: remove KLinkedList | 2023-03-12 | 5 | -245/+0 | |
| | | |||||
| * | kernel: convert KConditionVariable, KLightConditionVariable, KLightLock | 2023-03-12 | 7 | -75/+77 | |
| | | |||||
| * | kernel: convert KPort, KSession | 2023-03-12 | 27 | -223/+194 | |
| | | |||||
| * | kernel: convert GlobalSchedulerContext, KAddressArbiter, ↵ | 2023-03-12 | 8 | -142/+130 | |
| | | | | | KScopedSchedulerLockAndSleep, KThreadQueue to new style | ||||
| * | general: fix spelling mistakes | 2023-03-12 | 30 | -44/+44 | |
| | | |||||
| * | Merge pull request #9923 from liamwhite/kht | 2023-03-10 | 8 | -15/+42 | |
| |\ | | | | | kernel: add timer pointer to KThreadQueue | ||||
| | * | kernel: add timer pointer to KThreadQueue | 2023-03-07 | 8 | -15/+42 | |
| | | | |||||
| * | | Merge pull request #9928 from german77/super_nfp | 2023-03-10 | 5 | -52/+234 | |
| |\ \ | | | | | | | service: nfp: Improve implementation | ||||
| | * | | service: nfp: Improve implementation | 2023-03-09 | 5 | -52/+234 | |
| | | | | |||||
| * | | | Merge pull request #9917 from Morph1984/the-real-time | 2023-03-10 | 5 | -9/+9 | |
| |\ \ \ | | | | | | | | | native_clock: Re-adjust the RDTSC frequency to its real frequency | ||||
| | * | | | perf_stats: Check multicore first | 2023-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit. | ||||
| | * | | | hid: Use nanosecond timestamps instead of ticks | 2023-03-07 | 2 | -5/+5 | |
| | | | | | |||||
| | * | | | core: Promote CPU/GPU threads to time critical | 2023-03-07 | 2 | -2/+2 | |
| | | |/ | |/| | | | | | | | And also demote Audren and CoreTiming to High thread priority. | ||||
| * | | | Merge pull request #9916 from liamwhite/fpu | 2023-03-09 | 3 | -1/+28 | |
| |\ \ \ | |_|/ |/| | | kernel: clone fpu status on CreateThread | ||||
| | * | | kernel: clone fpu status on CreateThread | 2023-03-07 | 3 | -1/+28 | |
| | |/ | |||||
| * | | Merge pull request #9912 from liamwhite/err | 2023-03-08 | 22 | -119/+105 | |
| |\ \ | | | | | | | hle: rename legacy errors to Results | ||||
| | * | | hle: rename legacy errors to Results | 2023-03-06 | 22 | -119/+105 | |
| | | | | |||||
| * | | | Merge pull request #9904 from liamwhite/ws | 2023-03-08 | 1 | -16/+29 | |
| |\ \ \ | | | | | | | | | kernel: fix WaitSynchronization | ||||
| | * | | | kernel: fix WaitSynchronization | 2023-03-05 | 1 | -16/+29 | |
| | | | | | |||||
| * | | | | Merge pull request #9921 from liamwhite/override | 2023-03-07 | 3 | -5/+5 | |
| |\ \ \ \ | | | | | | | | | | | general: fix type inconsistencies | ||||