7083 Commits (ee8eccc5fa473f2ce210eb4e242e8eca40594db7)

Author SHA1 Message Date
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 7 years ago
bunnei f6b9b7910e kernel: Fix reference management for client/server session. 7 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 7 years ago
bunnei 63248f4edd
Update svc.cpp 7 years ago
bunnei 6eaf7ab55f svc: GetSystemTick should return cntpct_el0, not core ticks. 7 years ago
Fernando Sahmkow 46bb609981 Kernel: Optimize condition variable threads management. 7 years ago
Fernando Sahmkow 2ab41ceff4 Kernel: Correct SignalProcessWideKey 7 years ago
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 7 years ago
Fernando Sahmkow 7d16b2d2dd Kernel: Correct Cancel Synchronization. 7 years ago
Lioncash 2c4c2b5eee service/am: Remove unnecessary Skip calls 7 years ago
Lioncash 1cd8637bf0 am: Stub QueryApplicationPlayStatistics 7 years ago
Lioncash e21b6ff79d service: Update function tables 7 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 7 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 7 years ago
Lioncash 12dc918937 kernel: Resolve sign conversion warnings 7 years ago
Lioncash ef060ed40c result: Add default error code for the ResultCode(-1) case 7 years ago
Lioncash 27ab99490e result: Resolve sign-coversion warnings 7 years ago
Michael Scire b0b0786493 Implement stub for QueryApplicationPlayStatisticsByUid 7 years ago
Fernando Sahmkow 3c95e49c42 nifm: Only return that there's an internet connection when there's a BCATServer 7 years ago
bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 7 years ago
bunnei ece5287843 kernel: readable_event: Signal only once. 7 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 7 years ago
bunnei 28bb248db6 kernel: readable_event: Initialize members. 7 years ago
FearlessTobi 832c138eff core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 7 years ago
Lioncash 6c8f28813c scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 7 years ago
Lioncash f19c1a7cda scheduler: Silence sign conversion warnings 7 years ago
Lioncash 2fb0bbff29 scheduler: Initialize class members directly where applicable 7 years ago
Lioncash 2dc469ceba scheduler: Amend documentation comments 7 years ago
Lioncash 8d8e495248 hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() 7 years ago
Lioncash d076466f26 hid/npad: Add missing break in default case 7 years ago
Lioncash 26c84718c8 hid/npad: Replace std::for_each with ranged for loops 7 years ago
Lioncash e433e99191 hid/npad: Remove redundant non-const variant of IsControllerSupported() 7 years ago
Lioncash a71e8066a1 hid/npad: Move function declarations 7 years ago
Lioncash b77430df70 apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map 7 years ago
Lioncash 141d929929 apm/controller: Make GetCurrentPerformanceMode() a const member function 7 years ago
Lioncash cc1d7048b5 bcat: Remove use of global system accessors 7 years ago
Fernando Sahmkow 64e652d8cb Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. 7 years ago
Fernando Sahmkow e28c7f5217 Kernel: Address Feedback 2 7 years ago
Fernando Sahmkow a3524879be Kernel: Clang Format 7 years ago
Fernando Sahmkow c32520ceb7 Kernel: Reverse global accessor removal. 7 years ago
Fernando Sahmkow 3073615dbc Kernel: Address Feedback. 7 years ago
Fernando Sahmkow 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 7 years ago
Fernando Sahmkow b3c1deba49 Kernel_Thread: Eliminate most global accessors. 7 years ago
Fernando Sahmkow 0b72b34d89 KernelSVC: Assert that condition variable address is aligned to 4 bytes. 7 years ago
Fernando Sahmkow 96b1b144af Kernel: Correct Paused scheduling 7 years ago
Fernando Sahmkow 1c6a11ab14 Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. 7 years ago
Fernando Sahmkow 27d571c084 Kernel: Correct redundant yields to only advance time forward. 7 years ago
Fernando Sahmkow 7176857177 Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual 7 years ago
Fernando Sahmkow 44e09e5f21 Kernel: Correct Results in Condition Variables and Mutexes 7 years ago
Fernando Sahmkow 1ec1e81373 Kernel: Clang Format 7 years ago