index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
Liam
2023-03-12
7
-75
/
+77
*
kernel: convert KPort, KSession
Liam
2023-03-12
27
-223
/
+194
*
kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLock...
Liam
2023-03-12
8
-142
/
+130
*
general: fix spelling mistakes
Liam
2023-03-12
30
-44
/
+44
*
Merge pull request #9923 from liamwhite/kht
liamwhite
2023-03-10
8
-15
/
+42
|
\
|
*
kernel: add timer pointer to KThreadQueue
Liam
2023-03-07
8
-15
/
+42
*
|
Merge pull request #9928 from german77/super_nfp
liamwhite
2023-03-10
5
-52
/
+234
|
\
\
|
*
|
service: nfp: Improve implementation
Narr the Reg
2023-03-09
5
-52
/
+234
*
|
|
Merge pull request #9917 from Morph1984/the-real-time
liamwhite
2023-03-10
5
-9
/
+9
|
\
\
\
|
*
|
|
perf_stats: Check multicore first
Morph
2023-03-07
1
-2
/
+2
|
*
|
|
hid: Use nanosecond timestamps instead of ticks
Morph
2023-03-07
2
-5
/
+5
|
*
|
|
core: Promote CPU/GPU threads to time critical
Morph
2023-03-07
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9916 from liamwhite/fpu
liamwhite
2023-03-09
3
-1
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
kernel: clone fpu status on CreateThread
Liam
2023-03-07
3
-1
/
+28
|
|
/
*
|
Merge pull request #9912 from liamwhite/err
liamwhite
2023-03-08
22
-119
/
+105
|
\
\
|
*
|
hle: rename legacy errors to Results
Liam
2023-03-06
22
-119
/
+105
*
|
|
Merge pull request #9904 from liamwhite/ws
liamwhite
2023-03-08
1
-16
/
+29
|
\
\
\
|
*
|
|
kernel: fix WaitSynchronization
Liam
2023-03-05
1
-16
/
+29
*
|
|
|
Merge pull request #9921 from liamwhite/override
Morph
2023-03-07
3
-5
/
+5
|
\
\
\
\
|
*
|
|
|
general: fix type inconsistencies
Liam
2023-03-07
3
-5
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
kernel: avoid signed overflow UB on MSVC
Liam
2023-03-07
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #9889 from Morph1984/time-is-ticking
liamwhite
2023-03-07
3
-28
/
+41
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHz
Morph
2023-03-05
1
-5
/
+3
|
*
|
core_timing: Use higher precision sleeps on Windows
Morph
2023-03-05
2
-23
/
+38
|
|
/
*
|
Merge pull request #9910 from jbeich/libc++
liamwhite
2023-03-06
1
-0
/
+1
|
\
\
|
*
|
kernel: add missing header for libc++
Jan Beich
2023-03-06
1
-0
/
+1
|
|
/
*
|
Merge pull request #9905 from german77/usbssl
liamwhite
2023-03-06
3
-62
/
+102
|
\
\
|
*
|
service: psc: Update names
Narr the Reg
2023-03-05
1
-9
/
+9
|
*
|
service: ssl: Add missing properties and update names
Narr the Reg
2023-03-05
1
-18
/
+58
|
*
|
service: usb: Update names
Narr the Reg
2023-03-05
1
-35
/
+35
|
|
/
*
/
service: acc: Replace default image with a 32x32 image
Narr the Reg
2023-03-05
2
-9
/
+20
|
/
*
Merge pull request #9884 from liamwhite/service-cleanup
Morph
2023-03-03
178
-2075
/
+2008
|
\
|
*
nvnflinger: fix name
Liam
2023-03-01
51
-340
/
+339
|
*
service: move hle_ipc from kernel
Liam
2023-03-01
148
-1734
/
+1669
|
*
sm:: remove unused member
Liam
2023-03-01
1
-1
/
+0
*
|
kernel: be more careful about kernel address keys
Liam
2023-03-01
5
-11
/
+23
*
|
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-03-01
8
-190
/
+436
*
|
kernel: simplify AddressSpaceInfo, update values
Liam
2023-03-01
1
-66
/
+13
*
|
kernel: barrier memory before condition variable write
Liam
2023-03-01
1
-15
/
+15
*
|
kernel: document previous location of interrupt disables in arbiter/condvar
Liam
2023-03-01
2
-3
/
+9
*
|
kernel: adjust pool allocations
Liam
2023-03-01
2
-7
/
+16
*
|
kernel: simplify KAbstractSchedulerLock::Lock
Liam
2023-03-01
1
-5
/
+6
*
|
kernel: add InfoType::IoRegionHint
Liam
2023-03-01
1
-0
/
+1
|
/
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
141
-1153
/
+1569
|
\
|
*
sm:: fix lingering session initialization issues
Liam
2023-02-21
2
-2
/
+19
|
*
cheat_engine: add check for hid initialization
Liam
2023-02-21
1
-2
/
+7
|
*
sm:: support service registration deferral
Liam
2023-02-21
5
-8
/
+151
|
*
service: refactor server architecture
Liam
2023-02-21
140
-1143
/
+1393
|
*
core: defer cpu shutdown
Liam
2023-02-21
1
-3
/
+4
*
|
cmake: use correct boost imported targets
Alexandre Bouvier
2023-02-28
1
-1
/
+1
[next]