index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
shared_memory.cpp
Age
Commit message (
Expand
)
Author
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-25
kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-02
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-03-19
Clang Fixes
N00byKing
2018-03-19
More Warning cleanups
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-14
shared_memory: Remove some checks.
bunnei
2018-02-03
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-01-29
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
2018-01-14
shared_memory: Minor fixes and cleanup.
bunnei
2017-10-02
Kernel/SharedMemory: Don't take over and unmap the source memory block when c...
Subv
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-06-21
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-12
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
Kernel: Account for automatically-allocated shared memories in the amount of ...
Subv
2016-05-12
Kernel/SharedMemory: Log an error when Map fails.
Subv
2016-05-12
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-01-14
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2015-08-26
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-10
Kernel: Zero-fill shared memory blocks when mapping
Yuri Kunde Schlesner
2015-05-10
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-08
Initialize base address to 0x0
Gareth Higgins
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
Kernel: Introduce unique Object ids for debugging
Yuri Kunde Schlesner
2015-01-30
shared_memory: Fix assignments in SharedMemory::Map
Lioncash
2015-01-30
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
[next]