Liam
18123ff958
gdbstub: add ams monitor commands
3 years ago
Liam
b34d3d5882
service_thread: remove explicit KProcess
3 years ago
Liam
4eece4d35d
kernel/svc_types: refresh
3 years ago
Liam
cbaf642ffe
Initial ARM64 support
3 years ago
Liam
71c0e20f95
Ensure correctness of atomic store ordering
3 years ago
Liam
6a0d8b2aa1
service_thread: fix deletion
3 years ago
Liam
cf0f821565
core: hle: kernel: Address review comments.
3 years ago
Liam
e6fe40428c
service_thread: register service threads to the logical owner process
3 years ago
Liam
85527cc7c7
kernel: avoid racy behavior in global suspension
3 years ago
bunnei
05ae0cab0e
core: hle: kernel: k_page_table: Remove unnecessary casts.
3 years ago
bunnei
119315af08
core: hle: kernel: k_page_table: Manually open/close pages for IPC methods.
3 years ago
bunnei
661fe06d9d
core: hle: kernel: k_page_table: Implement IPC memory methods.
3 years ago
bunnei
ba21ba0c5c
core: hle: kernel: k_memory_manager: Refresh.
3 years ago
bunnei
32d7faafa8
core: hle: kernel: Integrate system KSystemResource.
3 years ago
bunnei
b7b47f3099
core: hle: kernel: k_dynamic_page_manager: Refresh.
3 years ago
bunnei
6f941121e6
core: hle: kernel: Add KSystemResource.
3 years ago
bunnei
6636b81573
core: hle: kernel: k_handle_table: Refresh.
3 years ago
bunnei
1f21fa866d
core: hle: kernel: k_memory_layout: Refresh.
3 years ago
bunnei
84d130f143
core: hle: kernel: k_memory_region_type: Refresh.
3 years ago
bunnei
d928ba8e40
core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.
3 years ago
bunnei
3aab7d4473
core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.
3 years ago
bunnei
6b6c02f541
core: hle: kernel: k_page_bitmap: Refresh.
3 years ago
bunnei
50bfacca88
core: hle: kernel: k_memory_block: Refresh.
3 years ago
bunnei
0cb9bc12fc
core: hle: kernel: k_page_heap: Refresh.
3 years ago
bunnei
6257461684
core: hle: kernel: k_page_group: Add KPageBufferSlabHeap.
3 years ago
bunnei
d353c45f7d
core: hle: kernel: k_system_control: Add SecureAppletMemorySize.
3 years ago
bunnei
f76b4417e6
core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap.
3 years ago
bunnei
0897f4f96c
core: hle: kernel: Add KPageTableManager.
3 years ago
bunnei
6d4f411c08
core: hle: kernel: Add KPageTableSlabHeap.
3 years ago
bunnei
37b17252d1
core: hle: kernel: Add KEventInfo.
3 years ago
bunnei
ddd3f48736
core: hle: kernel: Add KDebug.
3 years ago
bunnei
46322be735
core: hle: result: Fix code for compilers.
3 years ago
bunnei
75ab52f05b
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
- These APIs are used to capture the opened users and allow that state to be persisted across processes.
- They are not intended to just return the system opened users, that is what ListOpenUsers is for.
- Fixes the launch hang with Bayonetta 3.
3 years ago
Liam
77b74f5d95
sm:: avoid excessive port recreation
3 years ago
Liam
633411c20f
kernel: fix single core for service threads
3 years ago
Liam
2228383322
kernel: fix port tracking
3 years ago
Liam
7aa91c8d9c
k_server_session: add SendReplyHLE
3 years ago
Liam
7837185f0a
service_thread: convert to map for session management
3 years ago
Liam
983f2b7074
kernel: invert session request handling flow
3 years ago
Liam
4e9adae5da
kernel: more complete fix for KPort reference counting
3 years ago
Liam
eec3184bb0
k_thread: fix single core
3 years ago
german77
6f0f7f1547
service: am: Stub SetRecordVolumeMuted
Used by bayonetta 3
3 years ago
Liam
d867ae5ab6
k_server_session: fix crashes
3 years ago
Liam
2cdfbbc07d
nvnflinger: release queued handles immediately on disconnection
3 years ago
Liam
cdb9fe978f
vi: implement CloseDisplay
3 years ago
Lioncash
e0ec9ffc36
audio_in/out_system: Pass Initialize members by value where applicable
applet_resource_user_id isn't actually modified and is just assigned to
a member variable, so this doesn't need to be a mutable reference.
Similarly, the device name itself isn't modified and is only moved. We
pass by value here, since we can still perform the move, but eliminate a
sneaky set of calls that can unintentionally destroy the original
string. Given how nested the calls are, it's good to get rid of this
potential vector for a use-after-move bug.
3 years ago
Morph
8b4d5aeb4f
concepts: Use the std::contiguous_iterator concept
This also covers std::span, which does not have a const iterator.
Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics.
3 years ago
Liam
1a378a7769
kernel: refactor dummy thread wakeups
3 years ago
Liam
05f2673648
nvdrv: fix container destruction order
3 years ago
Liam
2d90a927c9
core: barrier service thread shutdown
3 years ago