21 Commits (75bd5bf8be3f9c251d571af2baf927a9596d12d6)

Author SHA1 Message Date
MerryMage 41bfd994f6 clang-format 8 years ago
bunnei 4728cc141a core/video_core: Fix a bunch of u64 -> u32 warnings. 8 years ago
bunnei bf69f3d1eb hle: Fix QueryMemory response for MemoryInfo. 8 years ago
Subv 71281c2114 Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 9 years ago
Yuri Kunde Schlesner c27dad4cd1 ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner ecfda5317e Kernel: Move HandleTable to a separate file 9 years ago
Yuri Kunde Schlesner 2668c26a68 Kernel: Map special regions according to ExHeader 9 years ago
Yuri Kunde Schlesner 03ad0ec0e5 DSP: Create backing memory for entire DSP RAM 9 years ago
Ricardo de Almeida Gonzaga 07fdcf150d Fix typos 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Subv 057cc2f94f Memory: Fixed a regression caused by #1695 and #1689. 10 years ago
Subv 6e4ff1a857 Kernel/Memory: Remove the Shared Memory region from the legacy memory map. 10 years ago
Subv d9baef11f2 Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
MerryMage d2710b784a AudioCore: Skeleton Implementation 10 years ago
Yuri Kunde Schlesner 5bed732b03 Kernel: Implement svcGetSystemInfo 10 years ago
Yuri Kunde Schlesner 984bea6698 Kernel: Remove unused legacy heap MapBlock_* functions 11 years ago
Yuri Kunde Schlesner e34643a3e4 Kernel: Add more infrastructure to support different memory layouts 11 years ago
Yuri Kunde Schlesner 6bb23baf0a Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} 11 years ago
Yuri Kunde Schlesner 168d376c67 Memory: Move address type conversion routines to memory.cpp/h 11 years ago
Yuri Kunde Schlesner 8850ade24d Kernel: Properly implement ControlMemory FREE and COMMIT 11 years ago
Yuri Kunde Schlesner 5c5cf2f8e0 Core: Properly configure address space when loading a binary 11 years ago
Emmanuel Gil Peyrot aea15f5c73 Core: Cleanup core includes. 11 years ago
Yuri Kunde Schlesner 88365a23e7 Memmap: Remove unused global pointers to memory areas 11 years ago
Yuri Kunde Schlesner 0a60aa75c2 Kernel: Add VMManager to manage process address spaces 11 years ago
Yuri Kunde Schlesner dd4430609a Memory: Use a table based lookup scheme to read from memory regions 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
Yuri Kunde Schlesner e7b6ed7578 Memory: Sort memory region variables by VAddr 11 years ago
Yuri Kunde Schlesner 1c0b87edc2 Memory: Re-organize and rename memory area address constants 11 years ago
Yuri Kunde Schlesner 3396f352cb Common: Remove mem_arena.cpp/h 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
bunnei bbabed8e98 Memory: Properly cleanup & shutdown. 11 years ago
purpasmart96 d5049cbba5 MemMap: Add support for DSP Read & Writes in the memory map 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
bunnei 4cb7a44d4e MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. 11 years ago
Lioncash 7cbecde2ca Add static to some variables 11 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 12 years ago
bunnei 4910b6f336 added memory mapped region for system mem - sdk demos load a segment here on ELF load 12 years ago
bunnei f23e99bb85 added kernel memory to mem_map 12 years ago
bunnei 235dddb3f1 added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) 12 years ago
bunnei 890c7261d2 - added preliminary support for svc_MapMemoryBlock 12 years ago
bunnei b7cd4c9e90 added functions to map Heap and Shared memory space 12 years ago
bunnei a9dba388eb added memory read/write to GSP heap 12 years ago
bunnei 09ffe87360 more various refactors to memory interface 12 years ago
bunnei ae99574b6d cleaned up memory interfaces a lot, removed some hackish stuff 12 years ago
bunnei 68e198476f - added HLE to connect to "srv:" service 12 years ago
bunnei 5d95bb9843 cleaned up some logging messages 12 years ago