| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
| 2015-08-22 | Merge pull request #1025 from yuriks/heap-management | Yuri Kunde Schlesner | |
| Kernel: Correct(er) handling of Heap and Linear Heap allocations | |||
| 2015-08-16 | GPU: Implement TextureCopy-mode display transfers | Yuri Kunde Schlesner | |
| Fixes glitchy garbage in Fire Emblem 3D scenes. | |||
| 2015-08-16 | Kernel: Remove unused legacy heap MapBlock_* functions | Yuri Kunde Schlesner | |
| 2015-08-16 | APT: Adjust shared font hack so it works with the new linear heap code | Yuri Kunde Schlesner | |
| 2015-08-16 | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | |
| This also adds some basic memory usage accounting. These two types are used by Super Smash Bros. during startup. | |||
| 2015-08-16 | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | |
| This adds some structures necessary to support multiple memory regions in the future. It also adds support for different system memory types and the new linear heap mapping at 0x30000000. | |||
| 2015-08-16 | HLE: Remove empty ConfigMem and SharedPage Shutdown functions | Yuri Kunde Schlesner | |
| 2015-08-16 | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | |
| 2015-08-16 | Memory: Move address type conversion routines to memory.cpp/h | Yuri Kunde Schlesner | |
| These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next. | |||
| 2015-08-16 | Process: Store kernel compatibility version during loading | Yuri Kunde Schlesner | |
| 2015-08-16 | Kernel: Properly implement ControlMemory FREE and COMMIT | Yuri Kunde Schlesner | |
| 2015-08-16 | VMManager: Introduce names for used ResultCodes | Yuri Kunde Schlesner | |
| 2015-08-16 | VMManager: Make LogLayout log level configurable as a parameter | Yuri Kunde Schlesner | |
| 2015-08-16 | VMManager: Change block offsets to size_t | Yuri Kunde Schlesner | |
| 2015-07-29 | core: Eliminate some unused variable warnings | Lioncash | |
| 2015-07-29 | core: Fix missing prototype warnings | Lioncash | |
| 2015-07-29 | Merge pull request #1009 from lioncash/table | Yuri Kunde Schlesner | |
| am_net: Update function table data | |||
| 2015-07-29 | am_net: Add missing function to the function table | Lioncash | |
| 2015-07-29 | am_net: Add correct function name to the function table | Lioncash | |
| 2015-07-29 | Merge pull request #982 from Subv/home | bunnei | |
| Service/APT: Return proper parameters in GetLockHandle. | |||
| 2015-07-28 | Merge pull request #899 from zawata/Winsock-Deprecation | bunnei | |
| SOC:U : Fix WinSock function deprecation | |||
| 2015-07-28 | Merge pull request #873 from jroweboy/input_array | Tony Wasserka | |
| Move input values into an array. | |||
| 2015-07-27 | Move input values into an array | James Rowe | |
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
| 2015-07-25 | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner | |
| Core\HLE : Fix Warning | |||
| 2015-07-23 | Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ↵ | Subv | |
| applet when called. | |||
| 2015-07-23 | Service/APT: Return proper parameters in GetLockHandle. | Subv | |
| Documented some APT functions This allows applets to boot. | |||
| 2015-07-23 | Merge pull request #983 from yuriks/null-memory-fill | Yuri Kunde Schlesner | |
| GSP: Don't try to write memory fill registers if start address is 0 | |||
| 2015-07-23 | GSP: Don't try to write memory fill registers if start address is 0 | Yuri Kunde Schlesner | |
| Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games. | |||
| 2015-07-23 | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | |
| * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | |||
| 2015-07-21 | Merge pull request #962 from Subv/am_app | bunnei | |
| Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | |||
| 2015-07-21 | Merge pull request #966 from Subv/log | bunnei | |
| Services/Logging: Log more useful information when some operations fail. | |||
| 2015-07-21 | Services/Logging: Log more useful information when some operations fail. | Subv | |
| Namely OpenFileDirectly, OpenDirectory and OpenArchive | |||
| 2015-07-21 | Merge pull request #957 from Subv/hwtest_crash | bunnei | |
| Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | |||
| 2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | |
| Previously it would just re-read the already decoded instruction and extract the immediate value. | |||
| 2015-07-21 | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | Subv | |
| Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver | |||
| 2015-07-20 | Services/CFG: Added some missing functions to cfg:s | Subv | |
| 2015-07-20 | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | |
| They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending) | |||
| 2015-07-20 | Merge pull request #939 from Subv/queryprocmem | bunnei | |
| Kernel/SVC: Implemented svcQueryProcessMemory | |||
| 2015-07-19 | Merge pull request #946 from archshift/update-frdu | bunnei | |
| Add more frd:u unknown service commands from 3dbrew | |||
| 2015-07-19 | SOC:U : Update deprecated function gethostbyname() to getaddrinfo() | zawata | |
| 2015-07-19 | Change trace/unimplemented service call logs to use hex | archshift | |
| Changes the log to use hex in the parameter list instead of decimal. | |||
| 2015-07-19 | Add more frd:u unknown service commands from 3dbrew | archshift | |
| 2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | |
| 2015-07-17 | Merge pull request #938 from Subv/querymem | Yuri Kunde Schlesner | |
| Kernel/SVC: Implemented svcQueryMemory. | |||
| 2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv | |
| 2015-07-17 | Core\HLE : Fix Warning | zawata | |
| "signed/unsigned mismatch" | |||
| 2015-07-17 | Ensure all kernel objects are released during shutdown | Yuri Kunde Schlesner | |
| This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications. | |||
| 2015-07-13 | Archive: Correct a few incorrect types in function signatures | Yuri Kunde Schlesner | |
| Buffer lengths should be size_t, and file offsets should be u64. | |||
