index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
scheduler.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+4
*
Merge pull request #751 from Subv/tpidr_el0
bunnei
2018-07-21
1
-0
/
+3
|
\
|
*
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-21
1
-0
/
+3
*
|
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-20
1
-8
/
+8
|
/
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-19
1
-1
/
+3
*
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
1
-0
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-05-11
1
-0
/
+15
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-26
1
-3
/
+3
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-3
/
+4
*
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-19
1
-1
/
+1
*
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.
bunnei
2018-02-18
1
-0
/
+134