aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.cpp
AgeCommit message (Expand)Author
2018-12-30Merge pull request #1956 from lioncash/process-threadSebastian Valle
2018-12-27kernel/process: Start the main thread using the specified ideal coreLioncash
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-27kernel/thread: Move process thread initialization into process.cppLioncash
2018-12-27kernel/process: Remove most allocation functions from Process' interfaceLioncash
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
2018-12-12vm_manager: Amend MemoryState enum membersLioncash
2018-12-10Merge pull request #1872 from lioncash/proc-infoHexagon12
2018-12-05kernel/process: Set ideal core from metadataLioncash
2018-12-04kernel/process: Make Process a WaitObjectLioncash
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-11-17ldr_ro: Add error check for memory allocation failureZach Hilman
2018-11-14Merge pull request #1679 from DarkLordZach/deterministic-rng-2bunnei
2018-11-13kernel/process: Migrate heap-related memory management out of the process cla...Lioncash
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-10-25process: LoadModule should clear JIT instruction cache.bunnei
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-21svc: Move most process termination code to its own function within ProcessLioncash
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash
2018-09-20kernel/thread: Use owner_process when setting the page table in SetupMainThre...Lioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03kernel/process: Use accessors instead of class members for referencing segmen...Lioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsLioncash
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-31memory: Fix stack region.bunnei
2018-03-16process: MirrorMemory should use MemoryState::Mapped.bunnei
2018-03-16process: Unmap previously allocated heap.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-16process: Fix stack memory state.bunnei
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-01-01svc: Implement svcExitProcess.bunnei
2017-12-31svc: Implement svcUnmapMemory.bunnei
2017-12-29kernel: Various 64-bit fixes in memory/process/threadbunnei
2017-12-28process: Add method to mirror a memory region.bunnei
2017-10-19hle: Fix QueryMemory response for MemoryInfo.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei