aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Collapse)Author
2023-02-06kernel: fix compilation with older gccLiam
2023-02-04kernel/svc: Split implementations into separate filesLiam
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanbunnei
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵liamwhite
ReadBuffer"
2023-02-01kernel: add KDeviceAddressSpaceLiam
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
input_common: Implement turbo buttons
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-31Merge pull request #9697 from liamwhite/kcapbunnei
kernel: add KCapabilities
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
2023-01-29kernel: add KCapabilitiesLiam
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-27Merge pull request #9666 from liamwhite/wait-for-mebunnei
kernel: fix incorrect locking order in suspension
2023-01-26kernel: unbreak min/max template deduction on Apple ClangLiam
2023-01-25Merge pull request #9604 from liamwhite/ptbunnei
kernel: KPageTable: update
2023-01-23kernel: split SetAddressKey into user and kernel variantsLiam
2023-01-23kernel: fix incorrect locking order in suspensionLiam
2023-01-22kernel: KPageTable: updateLiam
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19service: hid: Set led pattern and fix color detectionNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2023-01-18Merge pull request #9619 from liamwhite/timing-spaghettibunnei
timing: wait for completion on unregister
2023-01-14timing: wait for completion on unregisterLiam
2023-01-11nvnflinger: correct swap interval handlingLiam
2023-01-07Revert "Revert "k_page_group: synchronize""bunnei
2023-01-03Merge pull request #9518 from gidoly/revert-9504-pg2liamwhite
Revert "k_page_group: synchronize"
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2022-12-29Revert "k_page_group: synchronize"gidoly
2022-12-28hle_ipc: Use thread_local ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
Indicates explicitly that a copy is occurring
2022-12-28bsd: Use std::span for read payloadsameerj
Allows the use of HLERequestContext::ReadBufferSpan
2022-12-28nvdrv: Use std::span for inputsameerj
Allows the use of HLERequestContext::ReadBufferSpan
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj
The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-12-25k_page_table: remove HACK_OpenPages/ClosePagesLiam
2022-12-25fsp_srv: Use ReadBufferSpanameerj
2022-12-25hle_ipc: Add ReadBufferSpan functionameerj
Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
2022-12-25k_page_group: synchronizeLiam
2022-12-25Merge pull request #9496 from liamwhite/shm3liamwhite
kernel: workaround static shared memory initialization
2022-12-23kernel: workaround static shared memory initializationLiam
2022-12-21time: add LockFreeAtomicTypeLiam
2022-12-18kernel: remove TimeManagerLiam