index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-12-06
hle: kernel: k_light_lock: Implement CancelWait.
bunnei
2021-12-06
hle: kernel: service_thread: Use std::jthread.
bunnei
2021-12-06
hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC.
bunnei
2021-12-06
hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.
bunnei
2021-12-06
hle: kernel: svc: Fix deadlock that can occur with single core.
bunnei
2021-12-06
hle: kernel: k_thread: Treat dummy threads as a special type.
bunnei
2021-12-06
hle: kernel: fix timing on thread preemption
FernandoS27
2021-12-06
hle: kernel: fix scheduling ops from HLE host thread.
FernandoS27
2021-12-06
hle: kernel: Add a flag for indicating that the kernel is currently shutting ...
bunnei
2021-12-06
hle: kernel: KSynchronizationObject: Fix variable shadowing.
bunnei
2021-12-06
hle: kernel: Cleanup to match coding style.
bunnei
2021-12-06
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-06
hle: kernel: KThreadQueue: Remove deprecated code.
bunnei
2021-12-06
hle: kernel: KConditionVariable: Various updates & simplifications.
bunnei
2021-12-06
hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).
bunnei
2021-12-06
hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).
bunnei
2021-12-06
hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.
bunnei
2021-12-06
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-12-06
core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.
bunnei
2021-12-06
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-12-06
core: hle: kernel: k_auto_object: Add GetName method.
bunnei
2021-12-06
core: hle: kernel: DisableDispatch on suspend threads.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.
bunnei
2021-12-06
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-12-06
core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve ScheduleImpl.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve Unload.
bunnei
2021-12-06
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-12-06
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-12-06
core: hle: kernel: k_thread: Add KScopedDisableDispatch.
bunnei
2021-12-06
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-12-06
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-06
Merge pull request #7524 from german77/hid_stub
bunnei
2021-12-05
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...
german77
2021-12-05
loader: Support loading subsdk{8,9}
jam1garner
2021-12-05
general: Add missing copyright notices
ameerj
2021-12-05
core/hid: Add missing controller type
german77
2021-12-05
Merge pull request #7494 from Morph1984/no-time-to-wait
Fernando S
2021-12-04
core/hid: Ensure only valid npad are connected
german77
2021-12-03
Merge pull request #7467 from liushuyu/fix-linux-decoding
bunnei
2021-12-03
native_clock: Wait for less time in EstimateRDTSCFrequency
Morph
2021-12-03
Merge pull request #7489 from Morph1984/steady-clock
bunnei
2021-12-02
video_core/cmake: link against libva explicitly ...
liushuyu
[next]