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
/
shared_memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-18
1
-66
/
+0
*
kernel: More accurately reserve and release resources
ameerj
2021-02-12
1
-1
/
+3
*
kernel: KScopedReservation implementation
ameerj
2021-02-12
1
-0
/
+7
*
shared_memory: Amend doxygen reference
Lioncash
2020-04-23
1
-4
/
+4
*
core: hle: Address various feedback & code cleanup.
bunnei
2020-04-17
1
-2
/
+2
*
kernel: shared_memory: Refactor for new VMM.
bunnei
2020-04-17
1
-122
/
+29
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-7
/
+8
*
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
1
-2
/
+2
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-2
/
+2
*
kernel/shared_memory: Remove unused core/memory.h include
Lioncash
2019-03-29
1
-1
/
+0
*
kernel/shared_memory: Sanitize supplied size when unmapping
Lioncash
2019-03-29
1
-1
/
+9
*
kernel/shared_memory: Get rid of the use of global accessor functions within ...
Lioncash
2019-03-04
1
-3
/
+2
*
Fix Process object leak on emulation stop
Jens Schmer
2018-12-12
1
-3
/
+3
*
vm_manager: Make vma_map private
Lioncash
2018-12-06
1
-4
/
+4
*
kernel/shared_memory: Make Map() and Unmap() take the target process by refer...
Lioncash
2018-11-19
1
-7
/
+7
*
kernel/shared_memory: Add a const qualified member function overload for GetP...
Lioncash
2018-11-19
1
-0
/
+4
*
kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet
Lioncash
2018-11-19
1
-1
/
+1
*
kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32
Lioncash
2018-11-19
1
-1
/
+1
*
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...
Lioncash
2018-10-24
1
-4
/
+3
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-7
/
+7
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-1
/
+3
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-11
/
+9
*
kernel/error: Add error code for invalid memory permissions
Lioncash
2018-08-25
1
-1
/
+1
*
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
1
-13
/
+25
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-49
/
+14
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+2
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
1
-3
/
+3
*
Update clang format
James Rowe
2018-07-02
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-3
/
+3
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-3
/
+3
*
kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...
Lioncash
2018-04-25
1
-1
/
+1
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-25
1
-7
/
+8
*
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-04-02
1
-12
/
+0
*
Clang Fixes
N00byKing
2018-03-19
1
-4
/
+3
*
More Warning cleanups
N00byKing
2018-03-19
1
-1
/
+1
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-3
/
+3
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-2
/
+3
*
shared_memory: Remove some checks.
bunnei
2018-02-14
1
-13
/
+0
*
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
1
-1
/
+1
*
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
2018-01-29
1
-1
/
+2
*
shared_memory: Minor fixes and cleanup.
bunnei
2018-01-14
1
-6
/
+6
*
Kernel/SharedMemory: Don't take over and unmap the source memory block when c...
Subv
2017-10-02
1
-15
/
+12
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+2
*
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-21
1
-1
/
+1
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-10
/
+6
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-26
/
+49
*
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
1
-0
/
+17
[next]