4870 Commits (1d869e8495c56ac82e2767b993ce0587197faa01)

Author SHA1 Message Date
bunnei e1b3368c18 hle: kernel: Use std::mutex instead of spin locks for most kernel locking. 4 years ago
Jan Beich a17a828115 service: sfdnsres: add missing includes for some BSDs after 5becdcea0b 4 years ago
tech-ticks 53f7a78e9e hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) 4 years ago
bunnei 11febb02d6 hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSession. 4 years ago
bunnei 2ffc21449d hle: service: sm: Remove manual tracking of KServerPorts. 4 years ago
tech-ticks 5becdcea0b service: sfdnsres: Implement DNS address resolution 4 years ago
tech-ticks cdc7fc731d service: bsd: Add keepalive socket option 4 years ago
Merry 9144a342ca core/hle: Standardize scoped_lock initializers 4 years ago
Merry de61c0897c core/hle: Replace lock_guard with scoped_lock 4 years ago
Andrea Pappacoda 4d8afbf2eb fix: remove #pragma once in .cpp file 4 years ago
Liam d414904aef service: jit: stub JIT service 4 years ago
german77 d6493d42fd service: hid: Partially revert #8123 4 years ago
german77 c4bf041235 service: npad: Default initialize shared memory 4 years ago
Andrea Pappacoda d9044f00e1 fix: typos 4 years ago
bunnei a00e1de7ce hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. 4 years ago
bunnei 7054ba2ed8 hle: service: nvflinger: consumer_base: Cleanup & fixes. 4 years ago
bunnei 2123fc0a50 hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuffers. 4 years ago
bunnei 63094fb176 hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. 4 years ago
bunnei ad78e63274 hle: service: nvflinger: Use correct logger namespace. 4 years ago
Morph d2b4f8f974 hle: service: nvdrv: Create a service thread where appropriate. 4 years ago
bunnei b3f4b41cc1 hle: service: vi: Create a service thread where appropriate. 4 years ago
bunnei f432c730cb hle: service: bsd: Create a service thread where appropriate. 4 years ago
bunnei 4a99bcfb95 hle: service: filesystem: Create a service thread where appropriate. 4 years ago
bunnei c91b912a07 hle: service: audio: Create a service thread where appropriate. 4 years ago
bunnei 75e39568a0 hle: service: Add option for service interfaces to create or use the default thread. 4 years ago
Morph 4a960b6945 applets/web: Keep foreground (websession) web applet open 4 years ago
german77 a2cc3b6098 service: hid: Remove inaccurate behavior on initialization 4 years ago
Narr the Reg 0b8c1af0ed service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle 4 years ago
ameerj 2a58f15111 nvhost_ctrl: Only mark EventState::Busy as BadParameter 4 years ago
bunnei 25e4089d54 hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking. 4 years ago
bunnei 8da842dd90 hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock. 4 years ago
bunnei a2ad35b9ec hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock. 4 years ago
bunnei a841fd8034 hle: service: nvflinger: Remove unused BufferQueue. 4 years ago
bunnei f6bcf6c7e2 hle: nvflinger: ConsumerBase: Mark ctor as explicit. 4 years ago
bunnei fa9f75819a hle: vi: NativeWindow: Fix trivially copyable issues. 4 years ago
bunnei 4fce11872d hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup. 4 years ago
bunnei f496aa102d hle: nvdrv: nvdata: Cleanup NvFence static assert. 4 years ago
bunnei 1299876ebe hle: nvflinger: Remove unused unordered_map include. 4 years ago
bunnei 21d554f464 hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. 4 years ago
bunnei 0b6b398bd4 hle: nvflinger: Merge Rect with Common::Rectangle. 4 years ago
bunnei ea2045efdf hle: nvflinger: buffer_queue_core: Declare default dtor. 4 years ago
bunnei 2d84848c24 hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock. 4 years ago
bunnei 6828db705e hle: nvflinger: consumer_base: StillTracking: Should be const. 4 years ago
bunnei e7304f6bd2 hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. 4 years ago
bunnei a08c906878 hle: nvflinger: parcel: Reserve token size. 4 years ago
bunnei e941573bb7 hle: nvflinger: buffer_queue_core: StillTracking: Take const reference. 4 years ago
bunnei 411a53eaf3 hle: nvflinger: buffer_queue_core: Cleanup locking. 4 years ago
bunnei d89257ddea hle: nvflinger: Use std::chrono for present_ns. 4 years ago
bunnei 1f6dcd3784 hle: nvflinger: Migrate android namespace -> Service::android. 4 years ago
bunnei a7f407ab22 hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer. 4 years ago