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
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-1
/
+1
*
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
1
-6
/
+6
*
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
1
-0
/
+4
*
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
1
-3
/
+5
*
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
1
-18
/
+9
*
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
1
-4
/
+9
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-6
/
+9
*
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
1
-32
/
+17
*
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
1
-26
/
+41
*
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
1
-3
/
+1
|
\
|
*
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
1
-3
/
+1
*
|
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-17
1
-4
/
+4
*
|
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
1
-16
/
+101
|
\
\
|
*
|
clang-format fixes
Michael Scire
2019-07-07
1
-2
/
+1
|
*
|
address review commentary
Michael Scire
2019-07-07
1
-20
/
+12
|
*
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
1
-8
/
+102
|
|
/
*
/
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
1
-1
/
+8
|
/
*
kernel/vm_manager: Rename 'new map' to 'stack'
Lioncash
2019-07-06
1
-10
/
+10
*
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
1
-1
/
+7
|
\
|
*
svc: Save report on call to svcBreak
Zach Hilman
2019-05-25
1
-1
/
+7
*
|
kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou...
Lioncash
2019-06-09
1
-2
/
+15
*
|
kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()
Lioncash
2019-06-09
1
-4
/
+4
*
|
kernel/svc: Remove duplicate enum entry in svcGetInfo()
Lioncash
2019-06-09
1
-2
/
+1
|
/
*
Merge pull request #2410 from lioncash/affinity
bunnei
2019-05-19
1
-36
/
+43
|
\
|
*
kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread ...
Lioncash
2019-04-29
1
-4
/
+4
|
*
kernel/svc: Reorganize svcSetThreadCoreMask()
Lioncash
2019-04-29
1
-32
/
+39
|
*
kernel/thread: Update thread processor ID flags
Lioncash
2019-04-29
1
-1
/
+1
*
|
Merge pull request #2486 from lioncash/resetname
Sebastian Valle
2019-05-19
1
-1
/
+1
|
\
\
|
*
|
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-1
/
+1
*
|
|
kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally l...
Lioncash
2019-05-18
1
-4
/
+4
|
/
/
*
|
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
1
-6
/
+4
|
\
\
|
*
|
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-2
/
+2
|
*
|
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-17
1
-4
/
+2
*
|
|
kernel/svc: Name supervisor call 0x36
Lioncash
2019-04-19
1
-1
/
+1
*
|
|
Merge pull request #2397 from lioncash/thread-unused
bunnei
2019-04-17
1
-8
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
svc: Specify handle value in thread's name
Lioncash
2019-04-15
1
-2
/
+5
|
*
|
kernel/thread: Remove unused guest_handle member variable
Lioncash
2019-04-14
1
-6
/
+5
|
|
/
*
|
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-12
1
-1
/
+69
*
|
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-12
1
-1
/
+69
|
/
*
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-07
1
-162
/
+175
*
kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic
Lioncash
2019-04-03
1
-0
/
+14
*
Merge pull request #2305 from lioncash/shared
bunnei
2019-04-03
1
-1
/
+1
|
\
|
*
kernel/shared_memory: Sanitize supplied size when unmapping
Lioncash
2019-03-29
1
-1
/
+1
*
|
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-02
1
-1
/
+41
*
|
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-02
1
-1
/
+38
*
|
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-1
/
+1
*
|
Merge pull request #2304 from lioncash/memsize
bunnei
2019-03-30
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
2019-03-28
1
-4
/
+4
*
|
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-28
1
-9
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
1
-5
/
+6
[next]