index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
kernel.cpp
Age
Commit message (
Expand
)
Author
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-03
kernel: Shorten GetCount
Lioncash
2014-12-03
kernel: Make some functions const
Lioncash
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-09-14
Core: Get rid of unnecessary switch statement in Kernel
Lioncash
2014-09-08
core: Prune redundant includes
archshift
2014-08-19
Core: Use std::array for managing kernel object space
Lioncash
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-07-04
Archive: Added Init/Shutdown methods to reset kernel archive state.
bunnei
2014-06-13
Kernel: Removed unnecessary "#pragma once".
bunnei
2014-06-13
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-05
kernel: changed current default thread priority back to 0x30 - I think this i...
bunnei
2014-06-01
kernel: changed main thread priority to default, updated Kernel::Reschedule t...
bunnei
2014-05-22
kernel: refactored function naming to remove "__" prefix
bunnei
2014-05-20
thread: moved threading calls to the Kernel namespace
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-15
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-14
changed primary thread priority to 0x30 - this is typical, not 0x31
bunnei
2014-05-13
- added __KernelLoadExec function
bunnei
2014-05-09
added initial kernel/thread modules
bunnei