4335 Commits (8abb31a19df4e4c2ca282f5415a6ad916fc50ed8)

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