aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/shared_memory.cpp
AgeCommit message (Expand)Author
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-07-19Kernel: Address FeedbackFernando Sahmkow
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-03-29kernel/shared_memory: Remove unused core/memory.h includeLioncash
2019-03-29kernel/shared_memory: Sanitize supplied size when unmappingLioncash
2019-03-04kernel/shared_memory: Get rid of the use of global accessor functions within ...Lioncash
2018-12-12Fix Process object leak on emulation stopJens Schmer
2018-12-06vm_manager: Make vma_map privateLioncash
2018-11-19kernel/shared_memory: Make Map() and Unmap() take the target process by refer...Lioncash
2018-11-19kernel/shared_memory: Add a const qualified member function overload for GetP...Lioncash
2018-11-19kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletLioncash
2018-11-19kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Lioncash
2018-10-24kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-25kernel/error: Add error code for invalid memory permissionsLioncash
2018-08-03kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...Lioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-25kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...Lioncash
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-04-02shared_memory: Remove incorrect 3ds-specific check.bunnei
2018-03-19Clang FixesN00byKing
2018-03-19More Warning cleanupsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-14core: Move process creation out of global state.bunnei
2018-02-14shared_memory: Remove some checks.bunnei
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei
2018-01-29shared_memory: Only mark addresses as invalid if they are within the heapshinyquagsire23
2018-01-14shared_memory: Minor fixes and cleanup.bunnei
2017-10-02Kernel/SharedMemory: Don't take over and unmap the source memory block when c...Subv
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-06-21Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Subv
2016-05-12Kernel: Account for automatically-allocated shared memories in the amount of ...Subv
2016-05-12Kernel/SharedMemory: Log an error when Map fails.Subv
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner