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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: process: Updates for new VMM.
bunnei
2020-04-17
1
-18
/
+27
*
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
1
-4
/
+0
*
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-11
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-10
/
+11
*
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
1
-1
/
+2
*
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-21
1
-0
/
+12
*
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
1
-0
/
+11
|
\
|
*
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
1
-0
/
+8
|
*
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
1
-0
/
+3
*
|
address review commentary
Michael Scire
2019-07-07
1
-4
/
+19
*
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
1
-3
/
+8
|
/
*
kernel/process: Default initialize all member variables
Lioncash
2019-07-03
1
-2
/
+2
*
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
1
-4
/
+4
*
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-1
/
+7
*
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
/
+11
|
/
*
kernel/process: Remove unused boost header include
Lioncash
2019-06-05
1
-1
/
+0
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
1
-2
/
+5
*
kernel: Make handle type declarations constexpr
Lioncash
2019-04-11
1
-1
/
+1
*
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
/
+17
|
/
*
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
2019-03-28
1
-0
/
+3
*
kernel/process: Store the total size of the code memory loaded
Lioncash
2019-03-28
1
-0
/
+3
*
kernel/process: Store the main thread stack size to a data member
Lioncash
2019-03-28
1
-0
/
+3
*
kernel/process: Make Run's stack size parameter a u64
Lioncash
2019-03-28
1
-1
/
+1
*
kernel/process: Remove unused AddressMapping struct
Lioncash
2019-03-24
1
-8
/
+0
*
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
1
-0
/
+16
|
\
|
*
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
1
-0
/
+16
*
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-41
/
+2
|
/
*
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
1
-1
/
+5
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-2
/
+20
*
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
1
-1
/
+1
*
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...
Lioncash
2018-12-30
1
-3
/
+3
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-30
1
-5
/
+5
|
\
|
*
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
1
-5
/
+5
*
|
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
1
-8
/
+1
|
/
*
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
1
-45
/
+13
|
\
|
*
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
1
-45
/
+13
*
|
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
1
-0
/
+12
*
|
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-18
1
-3
/
+3
|
/
*
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-12
1
-2
/
+1
*
kernel/process: Make Process a WaitObject
Lioncash
2018-12-04
1
-2
/
+28
*
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
1
-8
/
+1
*
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
1
-1
/
+0
*
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-1
/
+2
*
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-14
1
-0
/
+11
|
\
|
*
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
1
-0
/
+11
*
|
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
1
-11
/
+0
|
/
[next]