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
2019-12-12
Merge pull request #3214 from lioncash/svc-func
bunnei
2019-12-11
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-11
kernel/svc: Correct function signature of SignalProcessWideKey
Lioncash
2019-12-10
Merge pull request #3201 from lioncash/dump
bunnei
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-12-07
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-12-05
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-26
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-25
kernel: Fix reference management for client/server session.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-23
Update svc.cpp
bunnei
2019-11-23
svc: GetSystemTick should return cntpct_el0, not core ticks.
bunnei
2019-11-23
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
Kernel: Correct SignalProcessWideKey
Fernando Sahmkow
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-16
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-12
kernel: Resolve sign conversion warnings
Lioncash
2019-11-03
kernel: readable_event: Signal only once.
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
kernel: readable_event: Initialize members.
bunnei
2019-10-27
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
scheduler: Silence sign conversion warnings
Lioncash
2019-10-27
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
scheduler: Amend documentation comments
Lioncash
2019-10-15
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
[next]