summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-06-16Merge pull request #8472 from german77/taceMorph
2022-06-16common: param_package: Demote DEBUG to TRACE for gettersNarr the Reg
2022-06-15Merge pull request #8460 from Morph1984/bounded-qliamwhite
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskMorph
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-13common/assert: rework ASSERT handling to avoid std::function usageLiam
2022-06-13common/assert: add unlikelyLiam
2022-06-13common: Don't test ASSERT conditions inlineLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13common: Eliminate variable shadowingMorph
2022-06-11Merge pull request #8413 from behunin/bounded-queuebunnei
2022-06-11Merge pull request #8393 from lat9nq/default-vulkanbunnei
2022-06-05common: consolidate ELF structure definitionsLiam
2022-06-02gpu_thread: Move to bounded queueLevi Behunin
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-05-29settings: Set Vulkan to the default renderer backendlat9nq
2022-05-28Merge pull request #8374 from german77/asnycvibrationsbunnei
2022-05-26path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq
2022-05-23input_common: Make vibration request asyncNarr the Reg
2022-05-15string_util: Add U16StringFromBufferlat9nq
2022-05-08VideoCore: Add option to dump the macros.Fernando Sahmkow
2022-04-28Merge pull request #8280 from Tachi107/spdx-fixupMai M
2022-04-28GCC 12 fixesLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-16yuzu: Add custom ringcon configurationgerman77
2022-04-11hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei
2022-04-07common: Replace lock_guard with scoped_lockMerry
2022-04-07Merge pull request #8143 from merryhime/rdtscFernando S
2022-04-06service: jit: stub JIT serviceLiam
2022-04-04Merge pull request #8089 from merryhime/paranoiabunnei
2022-04-03native_clock: Internal linkage for FencedRDTSCMerry
2022-04-03native_clock: Use lfence with rdtscmerry
2022-04-02native_clock: Use writeback from CAS to avoid double-loadingmerry
2022-04-02atomic_ops: Implement AtomicCompareAndSwap with writebackmerry
2022-04-02native_clock: Use AtomicLoad128Merry
2022-04-02atomic_ops: Implement AtomicLoad128Merry
2022-03-26configuration: Add Paranoid CPU accuracy levelmerry
2022-03-24hle: nvflinger: Merge Rect with Common::Rectangle.bunnei
2022-03-24common: logging: Add a logger for NVFlinger.bunnei
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-19common: Reduce unused includesameerj
2022-03-14common: tree: Various updates.bunnei
2022-03-14common: intrusive_red_black_tree: Various updates.bunnei
2022-03-11cpu_detect: Add additional x86 flags and telemetryWunkolo
2022-03-11common/telemetry: Update `AddField` name type to `string_view`Wunkolo
2022-03-10backend: Ensure backend_thread is destructed before message_queueMerry
2022-03-09cpu_detect: Revert `__cpuid{ex}` array-type argumentWunkolo
2022-03-09cpu_detect: Add missing `lzcnt` detectionWunkolo