index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
process_capability.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-22
/
+21
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-12
/
+12
*
kernel: process_capability: Add MapRegion capability
Morph
2021-05-25
1
-0
/
+9
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: svc_results: Update naming..
bunnei
2021-05-06
1
-7
/
+7
*
process_capability: Handle extended SVC range
Lioncash
2021-04-07
1
-5
/
+0
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-7
/
+7
*
kernel: Unify result codes (#5890)
Chloe
2021-02-13
1
-17
/
+17
*
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
1
-1
/
+3
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-1
/
+1
*
kernel: Don't fail silently
David Marcec
2020-04-29
1
-0
/
+30
*
kernel: process_capability: Update to use Memory::PageTable.
bunnei
2020-04-17
1
-12
/
+12
*
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
1
-2
/
+2
*
kernel/process_capability: Handle debug capability flags
Lioncash
2018-12-21
1
-1
/
+7
*
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
1
-1
/
+6
*
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
1
-1
/
+13
*
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
1
-1
/
+8
*
kernel/process_capability: Handle interrupt capability flags
Lioncash
2018-12-21
1
-1
/
+21
*
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
1
-1
/
+24
*
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
1
-1
/
+30
*
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
1
-0
/
+253