| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-19 | core: hid: Migrate ring from emulated devices to emulated controller | Narr the Reg | |
| 2023-01-18 | Merge pull request #9619 from liamwhite/timing-spaghetti | bunnei | |
| timing: wait for completion on unregister | |||
| 2023-01-14 | timing: wait for completion on unregister | Liam | |
| 2023-01-11 | nvnflinger: correct swap interval handling | Liam | |
| 2023-01-07 | Revert "Revert "k_page_group: synchronize"" | bunnei | |
| 2023-01-03 | Merge pull request #9518 from gidoly/revert-9504-pg2 | liamwhite | |
| Revert "k_page_group: synchronize" | |||
| 2023-01-01 | service: nifm: Initialize request state | german77 | |
| 2023-01-01 | service: nifm: Match documentation names | german77 | |
| 2022-12-29 | Revert "k_page_group: synchronize" | gidoly | |
| 2022-12-28 | hle_ipc: Use thread_local ReadBuffer | ameerj | |
| 2022-12-28 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | |
| 2022-12-28 | hle_ipc: Rename ReadBuffer to ReadBufferCopy | ameerj | |
| Indicates explicitly that a copy is occurring | |||
| 2022-12-28 | bsd: Use std::span for read payloads | ameerj | |
| Allows the use of HLERequestContext::ReadBufferSpan | |||
| 2022-12-28 | nvdrv: Use std::span for inputs | ameerj | |
| Allows the use of HLERequestContext::ReadBufferSpan | |||
| 2022-12-28 | hidbus: Use ReadBufferSpan | ameerj | |
| 2022-12-25 | nvflinger: Split Parcel class into InputParcel and OutputParcel | ameerj | |
| 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-25 | service: Use ReadBufferSpan where it is trivial to do so | ameerj | |
| 2022-12-25 | k_page_table: remove HACK_OpenPages/ClosePages | Liam | |
| 2022-12-25 | fsp_srv: Use ReadBufferSpan | ameerj | |
| 2022-12-25 | hle_ipc: Add ReadBufferSpan function | ameerj | |
| Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector | |||
| 2022-12-25 | k_page_group: synchronize | Liam | |
| 2022-12-25 | Merge pull request #9496 from liamwhite/shm3 | liamwhite | |
| kernel: workaround static shared memory initialization | |||
| 2022-12-23 | kernel: workaround static shared memory initialization | Liam | |
| 2022-12-21 | time: add LockFreeAtomicType | Liam | |
| 2022-12-18 | kernel: remove TimeManager | Liam | |
| 2022-12-18 | kernel: add KHardwareTimer | Liam | |
| 2022-12-18 | service: nfc: Silence ListDevices | german77 | |
| 2022-12-17 | Merge pull request #9452 from ameerj/hle-read-buffer-resreve | liamwhite | |
| hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | |||
| 2022-12-16 | Merge pull request #6354 from ogniK5377/device-name | liamwhite | |
| Set: Allow setting device nickname | |||
| 2022-12-16 | Merge pull request #9450 from ameerj/hle-ipc-vector-reserve | liamwhite | |
| hle_ipc: Reserve vectors before populating | |||
| 2022-12-15 | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | ameerj | |
| Initializing the vector size during initialization is more efficient than a later call to resize() | |||
| 2022-12-15 | hle_ipc: Reserve vectors before populating | ameerj | |
| 2022-12-15 | kernel: svc: Fix duplicated InfoType enum | Narr the Reg | |
| 2022-12-15 | kernel: process: Implement GetFreeThreadCount | Narr the Reg | |
| Used by Just DanceĀ® 2023 Edition | |||
| 2022-12-14 | Revert "hle: service: audio: Use default service thread." | bunnei | |
| 2022-12-13 | Set: Allow setting device nickname | Chloe Marcec | |
| 2022-12-12 | Merge pull request #9398 from liamwhite/fail | bunnei | |
| general: improve handling of system startup failure | |||
| 2022-12-09 | Remove the lock entirely as per PR discussion | Salvage | |
| 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 | |||
| 2022-12-06 | general: improve handling of system startup failure | Liam | |
| 2022-12-06 | Merge pull request #9386 from lioncash/init | liamwhite | |
| kernel: Ensure relevant class members are always initialized on construction | |||
| 2022-12-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
| service: nfc: Implement mifare service | |||
| 2022-12-05 | kernel/k_shared_memory: Ensure device_memory is always initialized | Lioncash | |
| 2022-12-05 | kernel/k_memory_block: Ensure members are always initialized | Lioncash | |
| 2022-12-05 | kernel/physical_core: Ensure is_interrupted is always initialized | Lioncash | |
| 2022-12-05 | kernel/thread: Ensure stack_top and argument are always initialized | Lioncash | |
| 2022-12-05 | kernel/kernel: Ensure shutdown threads are always initialized | Lioncash | |
| 2022-12-04 | Merge pull request #9381 from liamwhite/uninit | Mai | |
| service_thread: fix uninitialized memory usage | |||
| 2022-12-04 | service_thread: fix uninitialized memory usage | Liam | |
| 2022-12-04 | Merge pull request #9232 from bunnei/audio-default-thread | liamwhite | |
| hle: service: audio: Use default service thread. | |||
| 2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
| general: fix compile for Apple Clang | |||
