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-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
process: Support loading multiple codesets.
bunnei
2017-09-30
kernel: Various threading fixes to support 64-bit addressing.
bunnei
2017-09-30
core: Various changes to support 64-bit addressing.
bunnei
2017-09-30
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-28
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-26
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-15
Merge pull request #2842 from Subv/switchable_page_table
B3n30
2017-09-15
Kernel/Threads: Don't clear the CPU instruction cache when performing a conte...
Subv
2017-09-15
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...
Subv
2017-09-10
Kernel/Memory: Switch the current page table when a new process is scheduled.
Subv
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
2017-08-23
Merge pull request #2839 from Subv/global_kernel_lock
James Rowe
2017-08-22
Merge pull request #2893 from Subv/not_schedule_main_thread
bunnei
2017-08-22
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...
Subv
2017-08-21
Kernel/Threads: Don't immediately switch to the new main thread when loading ...
Subv
2017-08-21
Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...
Subv
2017-07-22
Merge pull request #2799 from yuriks/virtual-cached-range-flush
Weiyi Wang
2017-06-29
Merge pull request #2793 from Subv/replyandreceive
Sebastian Valle
2017-06-29
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...
Subv
2017-06-25
Kernel/Sessions: Clean up the list of pending request threads of a session wh...
Subv
2017-06-25
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-23
Kernel: Implement AcceptSession SVC
Yuri Kunde Schlesner
2017-06-21
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-21
Kernel/IPC: Support translation of null handles
Yuri Kunde Schlesner
2017-06-21
Merge pull request #2789 from yuriks/misc-kernel
Weiyi Wang
2017-06-20
Merge pull request #2790 from yuriks/remove-movefrom
Yuri Kunde Schlesner
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
Kernel: Add comment about the extended linear heap area
Yuri Kunde Schlesner
2017-06-18
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-11
Kernel/IPC: Use boost::small_vector for HLE context objects
Yuri Kunde Schlesner
2017-06-11
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-11
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-08
Merge pull request #2756 from yuriks/service-framework
Yuri Kunde Schlesner
2017-06-08
Session: Remove/add some forward declarations
Yuri Kunde Schlesner
2017-06-08
Kernel: Ensure objects are kept alive during ClientSession disconnection
Yuri Kunde Schlesner
2017-06-08
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-06
Kernel: Remove some unnecessary namespace qualifications
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
2017-05-29
Kernel: Extract dynamic Object pointer cast into its own function
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-21
Merge pull request #2406 from Subv/session_disconnect
Yuri Kunde Schlesner
[prev]
[next]