| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
timing: wait for completion on unregister
|
|
|
|
|
|
|
|
Revert "k_page_group: synchronize"
|
|
|
|
|
|
|
|
|
|
|
|
Indicates explicitly that a copy is occurring
|
|
Allows the use of HLERequestContext::ReadBufferSpan
|
|
Allows the use of HLERequestContext::ReadBufferSpan
|
|
|
|
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.
|
|
|
|
|
|
|
|
Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
|
|
|
|
kernel: workaround static shared memory initialization
|
|
|
|
|
|
|
|
|
|
|
|
hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
|
|
Set: Allow setting device nickname
|
|
hle_ipc: Reserve vectors before populating
|
|
Initializing the vector size during initialization is more efficient than a later call to resize()
|
|
|
|
|
|
Used by Just DanceĀ® 2023 Edition
|
|
|
|
|
|
general: improve handling of system startup failure
|
|
Correctly unlock mutex before its destruction
As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case
Swap out unique for scoped lock and readd comment
|
|
|
|
kernel: Ensure relevant class members are always initialized on construction
|
|
service: nfc: Implement mifare service
|
|
|
|
|
|
|
|
|
|
|
|
service_thread: fix uninitialized memory usage
|
|
|