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
2019-12-11
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-11-26
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-04-24
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-17
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-11
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-07
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-04-02
Merge pull request #2270 from lioncash/plist
bunnei
2019-04-02
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-01
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-28
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-19
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
Add CondVar Thread State.
Fernando Sahmkow
2019-03-07
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-05
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-31
kernel: Remove the Timer class
Lioncash
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-18
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
kernel/process: Make process_id a 64-bit value
Lioncash
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-10-28
core: Make System references const where applicable
Lioncash
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-13
kernel/object: Tighten object against data races
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-07-31
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
[next]