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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5875 from lioncash/identifier
bunnei
2021-02-05
1
-9
/
+9
|
\
|
*
k_priority_queue: Unfold several declval usages
Lioncash
2021-02-04
1
-5
/
+5
|
*
k_priority_queue: Simplify affinity mask type alias
Lioncash
2021-02-04
1
-2
/
+2
|
*
k_priority_queue: Resolved reserved identifier
Lioncash
2021-02-04
1
-2
/
+2
*
|
k_affinity_mask: Avoid implicit truncation to bool
Lioncash
2021-02-04
1
-1
/
+1
|
/
*
Simplify limitableresource names
Chloe Marcec
2021-02-03
6
-36
/
+29
*
Compile error
Chloe Marcec
2021-02-02
1
-1
/
+1
*
Address issues
Chloe Marcec
2021-02-02
3
-19
/
+15
*
fix compile error
Chloe Marcec
2021-01-30
1
-1
/
+1
*
cleanup commenting
Chloe Marcec
2021-01-30
1
-2
/
+2
*
Drop m_ from lock
Chloe Marcec
2021-01-30
2
-9
/
+9
*
Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable
Chloe Marcec
2021-01-30
3
-9
/
+7
*
kernel: Rewrite resource limit to be more accurate
Chloe Marcec
2021-01-30
12
-229
/
+354
*
hle: kernel: KLightLock: Fix several bugs.
bunnei
2021-01-28
1
-3
/
+3
*
hle: kernel: KThread: Release thread resource on thread exit.
bunnei
2021-01-28
1
-0
/
+1
*
yuzu: debugger: Ignore HLE threads.
bunnei
2021-01-28
2
-7
/
+13
*
hle: kernel: process: Add state lock.
bunnei
2021-01-28
3
-6
/
+15
*
hle: kernel: threading: Fix bug with host thread naming.
bunnei
2021-01-28
1
-3
/
+2
*
hle: kernel: k_scheduler_lock: Cleanup.
bunnei
2021-01-28
1
-3
/
+3
*
hle: kernel: Allocate a dummy KThread for each host thread, and use it for sc...
bunnei
2021-01-28
7
-41
/
+45
*
hle: kernel: k_scheduler: Use atomics for current_thread, etc.
bunnei
2021-01-28
2
-26
/
+28
*
hle: kernel: k_scheduler: Fix for single core mode.
bunnei
2021-01-28
1
-1
/
+2
*
kernel: Fix build errors.
bunnei
2021-01-28
2
-4
/
+9
*
hle: kernel: KScheduler: Introduce thread context_guard.
bunnei
2021-01-28
2
-3
/
+16
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
12
-767
/
+1553
*
kernel: svc_types: Add ThreadActivity.
bunnei
2021-01-28
1
-0
/
+5
*
kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.
bunnei
2021-01-28
1
-1
/
+1
*
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
bunnei
2021-01-28
4
-23
/
+25
*
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle im...
bunnei
2021-01-28
6
-69
/
+25
*
core: hle: kernel: object: Implement Finalize() virtual method.
bunnei
2021-01-28
15
-6
/
+29
*
core: hle: kernel: svc_results: Populate with several missing error codes.
bunnei
2021-01-28
1
-0
/
+3
*
core: hle: kernel: Implement KLightLock.
bunnei
2021-01-28
2
-0
/
+171
*
core: hle: kernel: Implement KThreadQueue.
bunnei
2021-01-28
1
-0
/
+81
*
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-28
9
-75
/
+41
*
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
7
-27
/
+27
*
hle: kernel: KThread: Fix ThreadType definition.
bunnei
2021-01-28
5
-11
/
+12
*
hle: kernel: Move single core "phantom mode" out of KThread.
bunnei
2021-01-28
3
-10
/
+24
*
hle: kernel: KThread: Remove thread types that do not exist.
bunnei
2021-01-28
4
-44
/
+27
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
30
-238
/
+237
*
hle_ipc: Add Can(Read, Write)Buffer
Morph
2021-01-28
2
-0
/
+28
*
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
4
-8
/
+12
*
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
7
-1
/
+34
*
hle: kernel: k_scheduler_lock: Fix shadowing errors.
bunnei
2021-01-11
1
-1
/
+1
*
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
13
-1173
/
+503
*
core: hle: kernel: Update KAddressArbiter.
bunnei
2021-01-11
2
-0
/
+435
*
core: hle: kernel: Update KConditionVariable.
bunnei
2021-01-11
3
-0
/
+411
*
core: hle: kernel: Begin moving common SVC defintions to its own header.
bunnei
2021-01-11
1
-0
/
+13
*
hle: kernel: Remove unnecessary AddressArbiter definition.
bunnei
2021-01-11
1
-1
/
+0
*
hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.
bunnei
2021-01-11
2
-6
/
+3
*
hle: kernel: Rename thread "status" to "state".
bunnei
2021-01-11
1
-2
/
+2
[next]