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
2018-03-31
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-31
memory: Fix stack region.
bunnei
2018-03-29
svc: Stub GetThreadCoreMask.
bunnei
2018-03-19
Clang Fixes
N00byKing
2018-03-19
More Warning cleanups
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-16
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
process: Unmap previously allocated heap.
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
process: Fix stack memory state.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-01
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-02-27
thread: Clear the process list on shutdown.
Jules Blok
2018-02-26
Merge pull request #207 from mailwl/duplicatesession
bunnei
2018-02-25
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
Add UnmapSharedMemory
N00byKing
2018-02-22
Stub more functions
mailwl
2018-02-20
Add warning if Domain request has no domain message header
mailwl
2018-02-20
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
IPC: add domain header to response if only it exists in request
mailwl
2018-02-19
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...
bunnei
2018-02-18
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-14
shared_memory: Remove some checks.
bunnei
2018-02-14
Merge pull request #188 from bunnei/refactor-buffer-descriptor
bunnei
2018-02-14
hle_ipc: Remove const from WriteBuffer size.
bunnei
2018-02-14
thread: Silence formatting specifier warnings
Lioncash
2018-02-14
vm_manager: Silence formatting specifier warnings
Lioncash
2018-02-14
hle_ipc: Add GetReadBufferSize and check write buffer size.
bunnei
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-05
mutex: Update hasWaiters on release.
bunnei
2018-02-04
GetInfo: Implement IsCurrentProcessBeingDebugged.
bunnei
2018-02-04
WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...
bunnei
2018-02-03
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
ArbitrateLock: Assert that requesting_thread is current_thread.
bunnei
2018-01-29
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
[next]