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/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
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-76
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-4
/
+4
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
1
-1
/
+1
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-25
1
-4
/
+4
*
memory: Fix stack region.
bunnei
2018-03-31
1
-2
/
+3
*
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
1
-1
/
+1
*
process: Unmap previously allocated heap.
bunnei
2018-03-16
1
-1
/
+3
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-3
/
+2
*
process: Fix stack memory state.
bunnei
2018-03-16
1
-2
/
+4
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
1
-3
/
+3
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-3
/
+2
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
1
-5
/
+3
*
svc: Implement svcExitProcess.
bunnei
2018-01-01
1
-5
/
+27
*
svc: Implement svcUnmapMemory.
bunnei
2017-12-31
1
-0
/
+4
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
1
-1
/
+1
*
process: Add method to mirror a memory region.
bunnei
2017-12-28
1
-0
/
+25
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
1
-37
/
+5
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-1
/
+2
|
\
[next]