index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-03-14
core: hle: kernel: k_page_buffer: Add KPageBuffer primitive.
bunnei
2022-02-28
applet: mii: Simple implementation of mii applet
german77
2022-02-27
hle: kernel: Add initial_process.h header.
bunnei
2022-02-27
hle: kernel: board: nx: Add k_memory_layout.h header.
bunnei
2022-02-10
service/mnpp: Stub mnpp_app
Narr the Reg
2022-01-14
core: hle: kernel: Add KWorkerTask and KWorkerTaskManager.
bunnei
2021-12-30
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-17
core: hle: Remove global HLE lock.
bunnei
2021-12-12
Merge pull request #7462 from bunnei/kernel-improve-scheduling
bunnei
2021-12-09
Merge pull request #7519 from itsmeft24/master
bunnei
2021-12-06
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.
bunnei
2021-12-06
service/notif: Add notif:a and stub ListAlarmSettings,Initialize
german77
2021-12-05
Add KCodeMemory to CMakeLists.txt
itsmeft24
2021-11-27
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-24
service/hid: Create ring LIFO
german77
2021-11-24
core/hid: Add emulated controllers
german77
2021-11-24
core/hid: Move motion_input, create input converter and hid_types
german77
2021-11-24
core/hid: Move input_interpreter to hid
german77
2021-10-04
Merge pull request #7091 from vonchenplus/fix_memroy_leak
Ameer J
2021-09-29
service: bcat: Remove BoxCat BCAT implementation
Morph
2021-09-28
externals: Remove libzip
Morph
2021-09-28
file_sys: Remove vfs_libzip
Morph
2021-09-29
Fix KShareMemory object leak
Feng Chen
2021-09-06
account: EnsureTokenIdCacheAsync
Chloe Marcec
2021-08-27
ngct: Stub NGCT:U service
german77
2021-08-12
configuration: add option to select network interface
spholz
2021-07-20
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-07-14
applets: Append applet_ prefix to backend applets
Morph
2021-07-06
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-06-28
core: Enforce C4242
Morph
2021-06-16
hle: api_version: Add HLE API version constants
Morph
2021-06-16
spl: Add SPL types
Morph
2021-06-16
spl: Add SPL result codes
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KLinkedList.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KAutoObject.
bunnei
[prev]
[next]