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: 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
|
\
\
|
|
/
|
/
|
|
*
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
1
-2
/
+4
*
|
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
2019-03-28
1
-0
/
+4
*
|
kernel/process: Store the total size of the code memory loaded
Lioncash
2019-03-28
1
-0
/
+2
*
|
kernel/process: Store the main thread stack size to a data member
Lioncash
2019-03-28
1
-4
/
+4
*
|
kernel/process: Make Run's stack size parameter a u64
Lioncash
2019-03-28
1
-1
/
+1
*
|
kernel/process: Ensure that given stack size is always page-aligned
Lioncash
2019-03-28
1
-0
/
+4
|
/
*
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
1
-1
/
+2
|
\
|
*
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
1
-1
/
+2
*
|
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-21
1
-3
/
+3
*
|
kernel/process: Make MapSegment lambda reference parameter const
Lioncash
2019-03-20
1
-1
/
+1
*
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-3
/
+1
*
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
1
-1
/
+1
|
/
*
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
1
-7
/
+4
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-4
/
+5
*
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
1
-1
/
+7
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-30
1
-2
/
+31
|
\
|
*
kernel/process: Start the main thread using the specified ideal core
Lioncash
2018-12-27
1
-2
/
+2
|
*
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
1
-1
/
+1
[next]