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-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
2019-10-15
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-10-15
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-10-15
Implement a new Core Scheduler
Fernando Sahmkow
2019-10-06
core: Remove Core::CurrentProcess()
Lioncash
2019-09-04
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemo...
Lioncash
2019-09-04
kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/...
Lioncash
2019-08-29
kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory()
Lioncash
2019-08-29
kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacen...
Lioncash
2019-08-29
kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA
Lioncash
2019-08-29
kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA
Lioncash
2019-08-29
kernel/vm_manager: Simplify some std::vector constructor calls
Lioncash
2019-08-29
kernel/vm_manager: Simplify some assertion messages
Lioncash
2019-07-19
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-18
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-17
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-14
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-11
Remove unicorn mappings/unmappings
Michael Scire
2019-07-11
Merge pull request #2717 from SciresM/unmirror_memory
bunnei
2019-07-11
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-08
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-07
Remove unused member function declaration
Michael Scire
[prev]
[next]