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
*
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
|
/
*
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
1
-45
/
+90
*
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-2
/
+4
*
Merge pull request #2571 from lioncash/ref
Zach Hilman
2019-06-09
1
-1
/
+1
|
\
|
*
kernel/process: Make Create()'s name parameter be taken by value
Lioncash
2019-06-09
1
-1
/
+1
*
|
kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou...
Lioncash
2019-06-09
1
-0
/
+16
|
/
*
Merge pull request #2412 from lioncash/system
bunnei
2019-04-28
1
-1
/
+2
|
\
|
*
kernel/vm_manager: Remove usages of global system accessors
Lioncash
2019-04-16
1
-1
/
+2
*
|
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
1
-2
/
+1
|
\
\
|
*
|
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-2
/
+1
|
|
/
*
|
Merge pull request #2374 from lioncash/pagetable
bunnei
2019-04-19
1
-11
/
+6
|
\
\
|
*
|
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
1
-6
/
+6
|
*
|
core/process: Remove unideal page table setting from LoadFromMetadata()
Lioncash
2019-04-11
1
-5
/
+0
|
*
|
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
1
-1
/
+1
|
|
/
*
/
kernel/thread: Remove unused guest_handle member variable
Lioncash
2019-04-14
1
-3
/
+2
|
/
*
kernel/process: Set page table when page table resizes occur.
Lioncash
2019-04-09
1
-0
/
+2
*
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-04-07
1
-3
/
+0
*
Merge pull request #2314 from lioncash/const
bunnei
2019-04-03
1
-1
/
+1
|
\
|
*
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-01
1
-1
/
+1
*
|
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-02
1
-0
/
+8
*
|
process: Fix up compilation
ReinUsesLisp
2019-04-02
1
-1
/
+1
*
|
Merge pull request #2281 from lioncash/memory
bunnei
2019-04-01
1
-2
/
+4
|
\
\
|
|
/
|
/
|
[next]