index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
process.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: KThread: Rework dummy threads & fix memory leak.
bunnei
2021-03-05
1
-2
/
+3
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
1
-4
/
+4
*
hle: kernel: Migrate MemoryManager to KMemoryManager.
bunnei
2021-02-18
1
-2
/
+7
*
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
1
-21
/
+20
*
kernel: More accurately reserve and release resources
ameerj
2021-02-12
1
-1
/
+2
*
kernel: KScopedReservation implementation
ameerj
2021-02-12
1
-7
/
+26
*
kernel: Unify result codes (#5890)
Chloe
2021-02-12
1
-3
/
+2
*
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
bunnei
2021-02-05
1
-10
/
+9
*
Simplify limitableresource names
Chloe Marcec
2021-02-03
1
-9
/
+9
*
Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable
Chloe Marcec
2021-01-30
1
-1
/
+1
*
kernel: Rewrite resource limit to be more accurate
Chloe Marcec
2021-01-30
1
-12
/
+12
*
hle: kernel: process: Add state lock.
bunnei
2021-01-28
1
-2
/
+2
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
1
-1
/
+73
*
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-28
1
-1
/
+1
*
hle: kernel: KThread: Fix ThreadType definition.
bunnei
2021-01-28
1
-2
/
+1
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-7
/
+7
*
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
1
-45
/
+3
*
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...
bunnei
2021-01-11
1
-2
/
+2
*
core: hle: kernel: Update KSynchronizationObject.
bunnei
2021-01-11
1
-12
/
+9
*
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
1
-4
/
+4
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-3
/
+3
*
kernel/process: Add missing <ctime> include
Morph
2020-10-29
1
-0
/
+1
*
kernel: Use the current time as the default RNG seed
lat9nq
2020-10-26
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-9
/
+8
*
core: Fix clang build
Lioncash
2020-10-17
1
-8
/
+9
*
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-07-15
1
-1
/
+1
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
1
-1
/
+1
*
Process: Protect TLS region and Modules.
Fernando Sahmkow
2020-06-27
1
-0
/
+4
*
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Fernando Sahmkow
2020-06-27
1
-1
/
+0
*
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance...
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-6
/
+11
*
kernel: Account for system resource size for memory usage
David Marcec
2020-06-10
1
-2
/
+4
*
kernel: process: Updates for new VMM.
bunnei
2020-04-17
1
-61
/
+124
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-6
/
+7
*
process: SetupMainThread: Zero out argument on process start.
bunnei
2020-04-17
1
-0
/
+2
*
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-03-02
1
-1
/
+2
*
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
1
-1
/
+1
*
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-11
1
-1
/
+1
*
core/kernel: Fix GetTotalPhysicalMemoryUsed.
Markus Wick
2020-01-11
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-16
/
+17
*
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
1
-21
/
+17
*
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-21
1
-0
/
+46
*
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-10-15
1
-4
/
+1
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-3
/
+3
*
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
1
-11
/
+18
|
\
|
*
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
1
-0
/
+5
|
*
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
1
-12
/
+14
*
|
clang-format fixes
Michael Scire
2019-07-07
1
-1
/
+2
*
|
address review commentary
Michael Scire
2019-07-07
1
-9
/
+5
*
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
1
-0
/
+1
|
/
[next]