631 Commits (75bd5bf8be3f9c251d571af2baf927a9596d12d6)

Author SHA1 Message Date
Subv 728bb5f40b Kernel: Remove the Redirection handle type. 9 years ago
Subv 977039e722 KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. 9 years ago
Subv 44c59feca6 Threading: Added some utility functions and const correctness. 9 years ago
Subv 5bc10a74f6 Threading: Reworked the way our scheduler works. 9 years ago
Subv 4703561c9e Declare empty ServerSession and ClientSession constructors as default. 9 years ago
Subv 4c4f50dfaf Fixed the rebase mistakes. 9 years ago
Subv 4f2326c8a9 A bit of a redesign. 9 years ago
Subv d2305d375f IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. 10 years ago
Subv edcacd7cdd Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class. 10 years ago
Subv 96df92e98f fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago
Subv 302ef594a6 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago
Subv d00d0d61e0 Kernel/Loader: Grab the system mode from the NCCH ExHeader. 9 years ago
Subv bb93931096 Kernel/Events: Log an error when trying to create Pulse events and timers. 9 years ago
Ricardo de Almeida Gonzaga 07fdcf150d Fix typos 9 years ago
wwylele 1dedb87851 move ResetType to kernel.h 10 years ago
wwylele 8b25c12ce8 implement wait tree widget 10 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
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
bunnei acdc361fc0 arm: ResetContext shouldn't be part of ARM_Interface. 9 years ago
Lectem 7df4925923 fix #1942 and adds a few IPC functions for descriptors 10 years ago
Subv a350b5274f Kernel/SVC: Implemented svcCreatePort. 10 years ago
Subv d5f8d90e34 Kernel: Added ClientPort and ServerPort classes. 10 years ago
wwylele 1cef298ca9 Thread: update timeout when rerunning WaitSynch 10 years ago
mailwl 1aceb1b912 Fix parameter name in EnableNotification 10 years ago
wwylele 5e5f9b099a Switch context on the same thread if necessary 10 years ago
MerryMage 1d3892255d Memory: Added necessary headers and removed unnecessary header 10 years ago
MerryMage 0352176f4c Kernel/Thread: Remove use of Memory::GetPointer 10 years ago
Jannik Vogel f39adfffe7 Set fpscr for new threads 10 years ago
Subv 057cc2f94f Memory: Fixed a regression caused by #1695 and #1689. 10 years ago
Subv 3421ea5445 HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. 10 years ago
Subv d6c25acc6e Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory. 10 years ago
Subv d6223cfecd Kernel/SharedMemory: Log an error when Map fails. 10 years ago
Subv 54871800a9 Kernel: Implemented shared memory permissions. 10 years ago
Subv 6e4ff1a857 Kernel/Memory: Remove the Shared Memory region from the legacy memory map. 10 years ago
Subv b53900a6ab Kernel/SharedMemory: Properly implemented shared memory support. 10 years ago
Subv b2c771eed7 Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. 10 years ago
Subv bfee7941e3 Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). 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 9f9c987924 Common: Remove Common::make_unique, use std::make_unique 10 years ago
Lioncash 29135ab8d1 session: Make helper functions constexpr 10 years ago
Lioncash 76f892ebb9 hle: Get rid of global access to g_reschedule 10 years ago
Lioncash bc06a2c79e svc: Move ResetType enum to the kernel event header 10 years ago
Lioncash 219ecd2ee7 svc: Make ResetType an enum class 10 years ago
Yuri Kunde Schlesner 46dc35ae20 Memory: Do correct Phys->Virt address translation for non-APP linheap 10 years ago
MerryMage d2710b784a AudioCore: Skeleton Implementation 10 years ago
MerryMage 867c111e99 BitField: Make trivially copyable and remove assignment operator 10 years ago
MerryMage e614492dca Memory: Implement MMIO 10 years ago
Subv d9c4c1622f HLE/SVC: Implement UnmapMemoryBlock. 10 years ago