Liam
d23a532bf4
k_memory_block_manager: remove auditing calls
3 years ago
Liam
bdaf10ec9e
settings: rename extended memory layout to unsafe, move from general to system
3 years ago
Liam
370a0526a5
kernel: remove general boost lists
3 years ago
Liam
7afcc29ac8
kernel: match calls to Register and Unregister
3 years ago
Liam
07d060c2d4
kernel: move more memory to application in 8GB arrangement
3 years ago
Liam
bfd120b543
kernel: switch extended memory setting to 8GB arrangement
3 years ago
Liam
7121903f4a
kernel: fix unbounded stack usage in atomics
4 years ago
Liam
6eaef51cf2
memory: rename global memory references to application memory
4 years ago
Liam
156516e399
kernel: use KTypedAddress for addresses
4 years ago
Liam
48f1221b35
kernel: fix LOG_TRACE in ipc
4 years ago
Liam
9d5747fb71
kernel: additional style fixes to KThread, KProcess
4 years ago
Liam
6828f66b42
kernel: fix clang build
4 years ago
Liam
a0867d72ed
kernel: remove unnecessary finalize calls
4 years ago
Liam
b8da5b73b2
kernel: convert KProcess to new style
4 years ago
Liam
46d09ae364
kernel: convert KThread to new style
4 years ago
Liam
d0e11c27d9
kernel: prefer std::addressof
4 years ago
Liam
24077ea160
kernel: convert KResourceLimit
4 years ago
Liam
cf0b407daa
kernel: remove kernel_
4 years ago
Liam
3280ebac7e
kernel: remove gratitutous attribute usage
4 years ago
Liam
0c6375446c
kernel/svc: convert to new style
4 years ago
Liam
767059b620
kernel: convert miscellaneous
4 years ago
Liam
7893136e74
kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock
4 years ago
Liam
d41368663b
kernel: convert KAbstractSchedulerLock
4 years ago
Liam
8c137e234f
kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue
4 years ago
Liam
c72afbd1db
kernel: move KMemoryLayout for NX board
4 years ago
Liam
842f5a4ced
kernel: remove KLinkedList
4 years ago
Liam
01e79d9399
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
4 years ago
Liam
3c93638acf
kernel: convert KPort, KSession
4 years ago
Liam
6b0b94dc27
kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style
4 years ago
Liam
5be8a74b0c
general: fix spelling mistakes
4 years ago
Liam
46a6277709
kernel: add timer pointer to KThreadQueue
4 years ago
Liam
d55cc3b004
general: fix type inconsistencies
4 years ago
Liam
2e637e5519
kernel: avoid signed overflow UB on MSVC
4 years ago
Liam
1484a6536d
kernel: clone fpu status on CreateThread
4 years ago
Liam
ea36f70e02
hle: rename legacy errors to Results
4 years ago
Jan Beich
98f8e82b60
kernel: add missing header for libc++
In file included from src/core/hle/kernel/k_light_lock.cpp:4:
In file included from src/./core/hle/kernel/k_light_lock.h:8:
src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std'
explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {}
~~~~~^
4 years ago
Liam
1d9ac8a979
kernel: fix WaitSynchronization
4 years ago
Liam
63414faea4
kernel: be more careful about kernel address keys
4 years ago
Liam
f4e795193b
kernel: refactor priority inheritance to represent locks as C++ objects
4 years ago
Liam
a269b9b8e5
kernel: simplify AddressSpaceInfo, update values
4 years ago
Liam
7f1ef3060c
kernel: barrier memory before condition variable write
4 years ago
Liam
dd0f9ff950
kernel: document previous location of interrupt disables in arbiter/condvar
4 years ago
Liam
1fd1d90c2d
kernel: adjust pool allocations
4 years ago
Liam
7c2041afbc
kernel: simplify KAbstractSchedulerLock::Lock
4 years ago
Liam
1cba79d852
kernel: add InfoType::IoRegionHint
4 years ago
Liam
d7e9461b71
service: move hle_ipc from kernel
4 years ago
Merry
38f528134f
svc: Fix type consistency (exposed on macOS)
4 years ago
Liam
91c597e869
sm:: fix lingering session initialization issues
4 years ago
Liam
893a54f2bd
sm:: support service registration deferral
4 years ago
Liam
1c3a93e7c4
service: refactor server architecture
Converts services to have their own processes
4 years ago