bunnei
|
eba3c59a61
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
|
5 anni fa |
Chloe Marcec
|
3be1a565f8
kernel: Rewrite resource limit to be more accurate
|
5 anni fa |
bunnei
|
3856564727
hle: kernel: process: Add state lock.
|
5 anni fa |
bunnei
|
cdd14b03e5
hle: kernel: Recode implementation of KThread to be more accurate.
|
5 anni fa |
bunnei
|
ff186b2498
core: hle: kernel: object: Implement Finalize() virtual method.
|
5 anni fa |
bunnei
|
4dbf3f4880
hle: kernel: KThread: Clean up thread priorities.
|
5 anni fa |
bunnei
|
c0d3aef28c
core: hle: kernel: Rename Thread to KThread.
|
5 anni fa |
bunnei
|
912dd50146
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
|
5 anni fa |
bunnei
|
35c3c078e3
core: hle: kernel: Update KSynchronizationObject.
|
5 anni fa |
bunnei
|
1bdb756d28
hle: kernel: Process: Various style fixes based on code review feedback.
|
5 anni fa |
bunnei
|
d58a609ae4
hle: kernel: process: Add schedule count tracking, to be used for yield impl.
|
5 anni fa |
Lioncash
|
73bb87c06b
kernel/process: Move name and system context to the bottom of the member list
|
6 anni fa |
bunnei
|
108564df57
kernel: process: Updates for new VMM.
|
6 anni fa |
Fernando Sahmkow
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 anni fa |
Fernando Sahmkow
|
c5aefe42aa
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
|
6 anni fa |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 anni fa |
Fernando Sahmkow
|
46bb609981
Kernel: Optimize condition variable threads management.
|
6 anni fa |
Fernando Sahmkow
|
2d16507f9f
Kernel: Correct behavior of Condition Variables to be more similar to real hardware.
|
6 anni fa |
bunnei
|
5d369112d9
Merge pull request #2687 from lioncash/tls-process
|
7 anni fa |
Michael Scire
|
1689784c19
address review commentary
|
7 anni fa |
Michael Scire
|
13a8fde3ad
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
7 anni fa |
Lioncash
|
56c7912159
kernel/process: Allocate the process' TLS region during initialization
|
7 anni fa |
Lioncash
|
eb6f55d880
kernel/process: Move main thread stack allocation to its own function
|
7 anni fa |
Lioncash
|
e23110bd9f
kernel/process: Default initialize all member variables
|
7 anni fa |
Lioncash
|
abdce723eb
kernel/process: Decouple TLS handling from threads
|
7 anni fa |
Zach Hilman
|
fc0bf91a96
kernel: Differentiate kernel and user processes when picking ID
|
7 anni fa |
Zach Hilman
|
364932df3a
Merge pull request #2571 from lioncash/ref
|
7 anni fa |
Lioncash
|
fea6568955
kernel/process: Make Create()'s name parameter be taken by value
|
7 anni fa |
Lioncash
|
3f87664d8f
kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap
|
7 anni fa |
Lioncash
|
19dcb50692
kernel/process: Remove unused boost header include
|
7 anni fa |