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
*
Merge pull request #774 from lioncash/decodings
Yuri Kunde Schlesner
2015-05-15
2
-33
/
+191
|
\
|
*
dyncom: Add ARMv6K NOP and hint instructions to the decoding table
Lioncash
2015-05-14
2
-12
/
+152
|
*
dyncom: Handle some MSR variants individually
Lioncash
2015-05-14
2
-24
/
+41
|
*
dyncom: Move exclusive load/stores above bbl and swi in the decoding table
Lioncash
2015-05-14
2
-14
/
+15
*
|
Merge pull request #770 from lioncash/dyncom_clean
bunnei
2015-05-15
2
-275
/
+260
|
\
\
|
*
|
dyncom: Remove duplicate enums/prototypes
Lioncash
2015-05-14
1
-7
/
+1
|
*
|
dyncom: Remove unnecessary defines
Lioncash
2015-05-14
1
-4
/
+4
|
*
|
dyncom: Make translation-unit functions and variables static
Lioncash
2015-05-14
1
-66
/
+64
|
*
|
dyncom: Remove unnecessary typedefs
Lioncash
2015-05-14
2
-196
/
+197
|
*
|
dyncom: Remove unused structs
Lioncash
2015-05-14
1
-8
/
+0
|
|
/
*
|
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
12
-14
/
+341
*
|
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
2015-05-15
5
-128
/
+174
*
|
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
3
-59
/
+37
*
|
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
3
-50
/
+38
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
26
-257
/
+247
*
|
Memmap: Remove unused declarations
Yuri Kunde Schlesner
2015-05-15
2
-20
/
+3
*
|
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-14
1
-1
/
+1
|
/
*
dyncom: Removed irrelevant log.
bunnei
2015-05-14
1
-2
/
+0
*
dyncom: Fix decoding of BKPT's immediate
Lioncash
2015-05-13
1
-1
/
+1
*
Merge pull request #756 from purpasmart96/ptm_service_changes
bunnei
2015-05-12
5
-125
/
+112
|
\
|
*
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-11
5
-125
/
+112
*
|
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
4
-10
/
+24
|
\
\
|
*
|
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
4
-10
/
+24
*
|
|
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
3
-46
/
+21
|
\
\
\
|
*
|
|
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
3
-46
/
+21
*
|
|
|
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #752 from lioncash/flush
bunnei
2015-05-11
3
-84
/
+98
|
\
\
\
\
|
*
|
|
|
vfp: Handle flush-to-zero mode.
Lioncash
2015-05-11
3
-84
/
+98
|
|
/
/
/
*
|
|
|
Merge pull request #755 from lioncash/mcrr-mrrc
bunnei
2015-05-11
1
-7
/
+68
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
dyncom: Stub MCRR and MRRC
Lioncash
2015-05-11
1
-7
/
+68
|
|
/
/
*
|
|
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
6
-4
/
+46
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fixup!
Subv
2015-05-11
3
-16
/
+12
|
*
|
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
6
-4
/
+50
*
|
|
NWM_UDS: Fix a typo in the nwm service port name
purpasmart96
2015-05-11
1
-1
/
+1
|
|
/
|
/
|
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
3
-5
/
+4
|
/
*
Merge pull request #740 from yuriks/gsp-shmem
archshift
2015-05-10
7
-34
/
+67
|
\
|
*
fixup! GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-1
/
+1
|
*
GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-9
/
+11
|
*
Kernel: Zero-fill shared memory blocks when mapping
Yuri Kunde Schlesner
2015-05-10
1
-0
/
+8
|
*
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-10
7
-28
/
+51
*
|
fixup! Set the TLS address in the scheduler
Subv
2015-05-10
6
-11
/
+10
*
|
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-10
8
-11
/
+31
|
/
*
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+2
*
Merge pull request #734 from yuriks/memmap
Tony Wasserka
2015-05-09
10
-167
/
+181
|
\
|
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
2
-5
/
+14
|
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
2
-28
/
+33
|
*
Memory: Sort memory region variables by VAddr
Yuri Kunde Schlesner
2015-05-09
2
-10
/
+10
|
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
9
-131
/
+131
*
|
Loader: Add missing include
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+1
|
/
[next]