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
*
Timer: restore missing signaled=true from #2421
wwylele
2017-02-27
1
-0
/
+2
*
Fix log entry in timer::signal (#2600)
B3n30
2017-02-27
1
-1
/
+1
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
1
-1
/
+2
*
Merge pull request #2587 from yuriks/status-bar
Yuri Kunde Schlesner
2017-02-26
2
-1
/
+1
|
\
|
*
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-02-26
2
-1
/
+1
*
|
Timers: Immediately signal the timer if it was started with an initial value ...
Subv
2017-02-21
2
-16
/
+31
|
/
*
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
1
-8
/
+2
*
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-11
2
-18
/
+4
*
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-10
5
-13
/
+20
|
\
|
*
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
5
-13
/
+20
*
|
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
2
-0
/
+9
|
\
\
|
*
|
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
2
-0
/
+9
*
|
|
Merge pull request #2396 from Subv/sema_acquire
bunnei
2017-01-06
1
-1
/
+2
|
\
\
\
|
*
|
|
Kernel/Semaphore: Fixed a regression in semaphore waits.
Subv
2017-01-05
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-06
1
-27
/
+0
|
\
\
\
|
*
|
|
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
1
-27
/
+0
|
|
/
/
*
/
/
Kernel: Remove some unused functions.
Subv
2017-01-05
2
-32
/
+0
|
/
/
*
|
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
2
-2
/
+13
*
|
Kernel: Remove a thread from all of its waiting objects' waiting_threads list...
Subv
2017-01-05
1
-18
/
+4
*
|
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
3
-10
/
+19
*
|
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
2
-13
/
+17
*
|
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
4
-42
/
+54
*
|
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
4
-22
/
+39
*
|
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
4
-22
/
+51
*
|
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
16
-62
/
+50
*
|
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2017-01-04
1
-0
/
+1
|
/
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
2
-4
/
+5
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-3
/
+3
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
4
-7
/
+3
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
1
-3
/
+3
*
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-17
2
-2
/
+14
*
Kernel: remove object's waiting thread if it is dead
wwylele
2016-12-16
1
-1
/
+2
*
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-16
6
-115
/
+102
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
2
-8
/
+11
|
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
2
-1
/
+10
|
*
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
3
-13
/
+11
|
*
Use boost remove_erase_if instead of the erase-remove idiom
Subv
2016-12-06
1
-2
/
+3
|
*
Improved the algorithm for GetHighestPriorityReadyThread.
Subv
2016-12-06
1
-14
/
+13
|
*
Threading: Added some utility functions and const correctness.
Subv
2016-12-04
2
-10
/
+22
|
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
6
-111
/
+76
*
|
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
7
-33
/
+51
*
|
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
2
-2
/
+23
*
|
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
4
-9
/
+35
*
|
Use std::move where appropriate.
Subv
2016-12-08
5
-7
/
+13
*
|
Return an error code when connecting to a saturated port.
Subv
2016-12-05
2
-4
/
+11
*
|
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
2
-0
/
+2
*
|
Kernel: Remove the Redirection handle type.
Subv
2016-12-05
1
-2
/
+0
*
|
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
8
-35
/
+60
*
|
Declare empty ServerSession and ClientSession constructors as default.
Subv
2016-12-02
2
-4
/
+4
*
|
Fixed the rebase mistakes.
Subv
2016-11-30
7
-51
/
+46
[next]