| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-05 | service: hid: Partially revert #8123 | german77 | |
| 2022-04-05 | Merge pull request #8137 from bunnei/improve-nvflinger-2 | bunnei | |
| Follow-up fixes for NVFlinger rewrite (Part 2) | |||
| 2022-04-05 | Merge pull request #8100 from Morph1984/registered-crash | bunnei | |
| registered_cache: Prevent nullptr dereference when accumulating files | |||
| 2022-04-05 | k_system_control: Fix data race | lat9nq | |
| `return distribution(gen)` is a data race between a read and a write in two threads, reported by TSan. Remove static random number generators so they aren't using the same generator. | |||
| 2022-04-05 | dynarmic: Print stack trace on unrecognised instruction or other exception | merry | |
| 2022-04-04 | Merge pull request #8089 from merryhime/paranoia | bunnei | |
| configuration: Add Paranoid CPU accuracy level | |||
| 2022-04-03 | k_auto_object: Fix data race | lat9nq | |
| Change the memory order to acqure-release when we decrement the reference count. Prevents a race with line 89 reported by TSan. | |||
| 2022-04-03 | k_thread: Fix data race | lat9nq | |
| TSan reports a data race between writing at cpp:1162 and reading at h:262. Make the thread_state atomic to prevent this. | |||
| 2022-04-03 | k_process: Fix data race | lat9nq | |
| TSan reported a race between thread 36 and thread 34, a read at :225 and a write at :225 respectively. Make total_proces_running_time_ticks atomic to avoid this race. | |||
| 2022-04-03 | kernel: Fix current_process race | lat9nq | |
| TSan reported a race at :258 and :803, so make current_process an atomic pointer. | |||
| 2022-04-03 | k_scheduler_lock: Fix data race | lat9nq | |
| TSan reports a race between the main thread and T37 during IsLockedByCurrentThread and when it's set at the end of Lock(), respectively. Set owner_thread to an atomic pointer to fix it. Co-authored-by: bunnei <bunneidev@gmail.com> | |||
| 2022-04-03 | arm_dynarmic: Use HaltReason for svc calls and reschedules | merry | |
| 2022-04-03 | dynarmic: Better interrupts | merry | |
| 2022-04-02 | Merge pull request #8135 from Morph1984/websession-hack | bunnei | |
| applets/web: Keep foreground (websession) web applet open | |||
| 2022-04-02 | Merge pull request #8123 from german77/bombslinger | bunnei | |
| service: hid: Remove inaccurate behavior on initialization | |||
| 2022-04-02 | service: npad: Default initialize shared memory | german77 | |
| 2022-04-02 | fix: typos | Andrea Pappacoda | |
| 2022-04-01 | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. | bunnei | |
| 2022-04-01 | hle: service: nvflinger: consumer_base: Cleanup & fixes. | bunnei | |
| 2022-04-01 | hle: service: nvflinger: buffer_queue_producer: Cleanup & add ↵ | bunnei | |
| GetReleasedBuffers. | |||
| 2022-04-01 | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. | bunnei | |
| 2022-04-01 | hle: service: nvflinger: Use correct logger namespace. | bunnei | |
| 2022-04-02 | hle: service: nvdrv: Create a service thread where appropriate. | Morph | |
| 2022-04-02 | hle: service: vi: Create a service thread where appropriate. | bunnei | |
| 2022-04-02 | hle: service: bsd: Create a service thread where appropriate. | bunnei | |
| 2022-04-02 | hle: service: filesystem: Create a service thread where appropriate. | bunnei | |
| 2022-04-02 | hle: service: audio: Create a service thread where appropriate. | bunnei | |
| 2022-04-02 | hle: service: Add option for service interfaces to create or use the default ↵ | bunnei | |
| thread. | |||
| 2022-04-02 | hle: kernel: Create a default thread for services that do not need their own ↵ | bunnei | |
| host thread. | |||
| 2022-04-01 | applets/web: Keep foreground (websession) web applet open | Morph | |
| This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars. | |||
| 2022-04-01 | Merge pull request #8116 from ameerj/nvhost_ctrl_bad_param | Fernando S | |
| nvhost_ctrl: Only mark EventState::Busy as BadParameter | |||
| 2022-03-31 | service: hid: Remove inaccurate behavior on initialization | german77 | |
| 2022-03-30 | Merge pull request #8120 from german77/signal | bunnei | |
| service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle | |||
| 2022-03-30 | Merge pull request #8090 from bunnei/fix-skyline | bunnei | |
| Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support) | |||
| 2022-03-30 | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle | Narr the Reg | |
| 2022-03-29 | nvhost_ctrl: Only mark EventState::Busy as BadParameter | ameerj | |
| Fixes an svc break in Kirby and the Forgotten Land with async GPU enabled. | |||
| 2022-03-27 | registered_cache: Prevent nullptr dereference when accumulating files | Morph | |
| For whatever reason, nca_file/dir can be nullptr in the list of files/dirs. I have not determined the cause of this yet, so add a nullptr check for these prior to dereferencing them. | |||
| 2022-03-27 | arm_dynarmic_64: Invalidate on all cores | merry | |
| 2022-03-27 | Merge pull request #8088 from bunnei/fixup-nvflinger | Fernando S | |
| Follow-up fixes for NVFlinger rewrite | |||
| 2022-03-26 | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ↵ | bunnei | |
| CPU Cached memory." | |||
| 2022-03-26 | hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & ↵ | bunnei | |
| UnlockForCodeMemory. | |||
| 2022-03-26 | hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory. | bunnei | |
| 2022-03-26 | configuration: Add Paranoid CPU accuracy level | merry | |
| Disables most optimizations for the paranoid. | |||
| 2022-03-26 | hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use ↵ | bunnei | |
| physical address space. | |||
| 2022-03-26 | hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. | bunnei | |
| - This does not seem terribly useful and is inconsistent with other usage. | |||
| 2022-03-26 | hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical ↵ | bunnei | |
| address space. | |||
| 2022-03-26 | hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup. | bunnei | |
| 2022-03-26 | hle: kernel: k_page_table: Add IsHeapPhysicalAddress method. | bunnei | |
| 2022-03-26 | hle: kernel: k_page_linked_list: Add Empty method. | bunnei | |
| 2022-03-26 | hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. | bunnei | |
