index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-0
/
+1
*
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
2017-05-29
1
-2
/
+2
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-65
/
+31
*
Remove ability to load symbol maps
Yuri Kunde Schlesner
2017-05-07
1
-8
/
+2
*
Fix OutputDebugString syscall
Michael Theall
2017-04-01
1
-2
/
+2
*
Refined thread launch on syscore error messages
Fernando Sahmkow
2017-03-09
1
-5
/
+15
*
Timers: Return an error when calling SetTimer with negative timeouts.
Subv
2017-02-21
1
-0
/
+5
*
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
1
-5
/
+7
*
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-11
1
-0
/
+14
*
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
1
-0
/
+5
|
\
|
*
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
1
-0
/
+5
*
|
Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)
Hyper
2017-01-06
1
-1
/
+5
|
/
*
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
1
-11
/
+3
*
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
1
-3
/
+3
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
1
-0
/
+6
*
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-2
/
+3
*
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-9
/
+0
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-6
/
+6
*
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2017-01-04
1
-2
/
+17
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-7
/
+6
*
Address clang-format issues.
bunnei
2016-12-21
1
-9
/
+10
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
1
-35
/
+35
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
1
-6
/
+6
*
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-17
1
-1
/
+1
*
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-16
1
-80
/
+107
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-19
/
+28
|
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
1
-1
/
+1
|
*
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
1
-60
/
+45
|
*
Threading: Added some utility functions and const correctness.
Subv
2016-12-04
1
-5
/
+13
|
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-78
/
+103
*
|
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-2
/
+4
*
|
Use std::move where appropriate.
Subv
2016-12-08
1
-5
/
+1
*
|
Return an error code when connecting to a saturated port.
Subv
2016-12-05
1
-1
/
+2
*
|
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
1
-13
/
+5
*
|
Threads do not wait for the server endpoint to call AcceptSession before retu...
Subv
2016-12-01
1
-2
/
+3
*
|
A bit of a redesign.
Subv
2016-11-30
1
-2
/
+9
*
|
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
1
-3
/
+15
|
/
*
name objects
wwylele
2016-09-22
1
-0
/
+4
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-5
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-234
/
+278
*
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-11
1
-1
/
+20
*
SVC::WaitSynchronizationN: Reschedule at the end
wwylele
2016-05-21
1
-2
/
+3
*
Set fpscr for new threads
Jannik Vogel
2016-05-17
1
-0
/
+3
*
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
1
-0
/
+2
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-12
1
-12
/
+35
*
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-08
1
-0
/
+5
|
\
|
*
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
1
-0
/
+5
*
|
Merge pull request #1647 from mailwl/acu-closeasync
bunnei
2016-04-30
1
-0
/
+4
|
\
\
|
*
|
ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)
mailwl
2016-04-21
1
-0
/
+4
|
|
/
*
/
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
1
-4
/
+0
|
/
[next]