index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
Age
Commit message (
Expand
)
Author
2017-05-21
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-15
Kernel: Remove a now unused enum and variable regarding a session's status.
Subv
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-05-09
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-09
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-02-27
Timer: restore missing signaled=true from #2421
wwylele
2017-02-27
Fix log entry in timer::signal (#2600)
B3n30
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
Merge pull request #2587 from yuriks/status-bar
Yuri Kunde Schlesner
2017-02-26
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-02-21
Timers: Immediately signal the timer if it was started with an initial value ...
Subv
2017-01-11
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-10
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-06
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
Merge pull request #2396 from Subv/sema_acquire
bunnei
2017-01-06
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-05
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
Kernel: Remove some unused functions.
Subv
2017-01-05
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
Kernel/Semaphore: Fixed a regression in semaphore waits.
Subv
2017-01-05
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
Kernel: Remove a thread from all of its waiting objects' waiting_threads list...
Subv
2017-01-05
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-17
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-16
Kernel: remove object's waiting thread if it is dead
wwylele
2016-12-16
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-10
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-06
Use boost remove_erase_if instead of the erase-remove idiom
Subv
2016-12-06
Improved the algorithm for GetHighestPriorityReadyThread.
Subv
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
Kernel: Remove the Redirection handle type.
Subv
[prev]
[next]