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
*
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
|
*
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-27
1
-1
/
+30
*
|
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
1
-16
/
+0
|
/
*
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
1
-75
/
+5
*
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-12
1
-1
/
+1
*
Merge pull request #1872 from lioncash/proc-info
Hexagon12
2018-12-10
1
-0
/
+1
|
\
|
*
kernel/process: Set ideal core from metadata
Lioncash
2018-12-05
1
-0
/
+1
*
|
kernel/process: Make Process a WaitObject
Lioncash
2018-12-04
1
-3
/
+39
|
/
*
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
1
-0
/
+4
*
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
1
-0
/
+1
*
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
1
-1
/
+1
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-17
1
-2
/
+2
*
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-14
1
-0
/
+6
|
\
|
*
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
1
-0
/
+6
*
|
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
1
-73
/
+3
|
/
*
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-25
1
-0
/
+6
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-5
/
+5
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-15
/
+9
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-3
/
+3
*
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
1
-0
/
+1
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-10
/
+10
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-0
/
+8
*
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
1
-0
/
+29
*
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
1
-0
/
+58
*
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-20
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-3
/
+3
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-29
/
+11
*
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
1
-3
/
+3
[next]