index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Provide more detailed error logs for svc functions
Lioncash
2021-02-06
1
-59
/
+188
*
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
bunnei
2021-02-05
1
-57
/
+78
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-4
/
+5
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-4
/
+4
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-3
/
+3
*
Simplify limitableresource names
Chloe Marcec
2021-02-03
1
-5
/
+3
*
Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable
Chloe Marcec
2021-01-30
1
-4
/
+3
*
kernel: Rewrite resource limit to be more accurate
Chloe Marcec
2021-01-30
1
-12
/
+16
*
hle: kernel: process: Add state lock.
bunnei
2021-01-28
1
-4
/
+7
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
1
-203
/
+152
*
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-28
1
-40
/
+26
*
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
1
-6
/
+4
*
hle: kernel: KThread: Fix ThreadType definition.
bunnei
2021-01-28
1
-3
/
+2
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-15
/
+15
*
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
1
-0
/
+1
*
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
1
-237
/
+127
*
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...
bunnei
2021-01-11
1
-6
/
+5
*
core: hle: kernel: Update KSynchronizationObject.
bunnei
2021-01-11
1
-30
/
+17
*
svc: demote SleepThread log to LOG_TRACE
ameerj
2020-12-29
1
-1
/
+1
*
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-20
1
-47
/
+31
|
\
|
*
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
1
-4
/
+4
|
*
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
bunnei
2020-12-06
1
-1
/
+2
|
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-31
/
+26
|
*
hle: kernel: svc: Remove reschedule on svcBreak.
bunnei
2020-12-06
1
-5
/
+0
|
*
hle: kernel: svc: Remove unnecessary hack in svcSleep.
bunnei
2020-12-06
1
-7
/
+0
|
*
hle: kernel: Port KAffinityMask from Mesosphere.
bunnei
2020-12-06
1
-1
/
+1
*
|
svc: Remove unnecessary casts
Lioncash
2020-12-08
1
-35
/
+25
|
/
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
1
-0
/
+9
*
svc: Remove unnecessary [[maybe_unused]] tag
Lioncash
2020-11-23
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-4
/
+3
*
core: Fix clang build
Lioncash
2020-10-17
1
-3
/
+4
*
kernel: Remove all dependencies on the global system instance
Lioncash
2020-09-14
1
-1
/
+1
*
kernel: Remove unused variables
Lioncash
2020-07-16
1
-5
/
+2
*
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
1
-27
/
+171
*
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...
Fernando Sahmkow
2020-06-27
1
-6
/
+23
*
SVC: Add GetThreadPriority32 & SetThreadPriority32
Fernando Sahmkow
2020-06-27
1
-2
/
+12
*
Common/Kernel: Corrections and small bug fixing.
Fernando Sahmkow
2020-06-27
1
-2
/
+2
*
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
1
-2
/
+1
*
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr...
Fernando Sahmkow
2020-06-27
1
-2
/
+2
*
HLE_IPC: Correct HLE Event behavior on timeout.
Fernando Sahmkow
2020-06-27
1
-1
/
+9
*
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
1
-0
/
+5
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-9
/
+2
*
SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
ARM: Addapt to new Exclusive Monitor Interface.
Fernando Sahmkow
2020-06-27
1
-3
/
+1
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
1
-3
/
+7
*
Kernel: Rewind on SVC change.
Fernando Sahmkow
2020-06-27
1
-5
/
+4
*
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
2020-06-27
1
-6
/
+17
*
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
1
-13
/
+14
*
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
SVC: Correct SetThreadActivity.
Fernando Sahmkow
2020-06-27
1
-4
/
+1
[next]