bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 years ago |
Lioncash
|
8e510d5afa
kernel: Make the address arbiter instance per-process
|
7 years ago |
Lioncash
|
b7f331afa3
kernel/svc: Move address arbiter signaling behind a unified API function
|
7 years ago |
Lioncash
|
0209de123b
kernel/svc: Move address arbiter waiting behind a unified API function
|
7 years ago |
Lioncash
|
c161389a0f
kernel/address_arbiter: Pass in system instance to constructor
|
7 years ago |
Lioncash
|
ec6664f6d6
kernel/address_arbiter: Convert the address arbiter into a class
|
7 years ago |
Lioncash
|
0113c36300
address_arbiter: Use nested namespaces where applicable
|
7 years ago |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 years ago |
Michael Scire
|
08d454e30d
Run clang-format on PR.
|
8 years ago |
Michael Scire
|
4f81bc4e1b
Kernel/Arbiters: Mostly implement SignalToAddress
|
8 years ago |
Michael Scire
|
7e191dccc1
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
|
8 years ago |
bunnei
|
cec0d4f191
kernel: Remove unused address_arbiter code.
|
8 years ago |
James Rowe
|
096be16636
Format: Run the new clang format on everything
|
8 years ago |
Yuri Kunde Schlesner
|
be031989ee
Kernel: Move HandleTable to a separate file
|
9 years ago |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 years ago |
Yuri Kunde Schlesner
|
88a4a808c6
Kernel: Stop creating useless Handles during object creation
|
11 years ago |
Yuri Kunde Schlesner
|
7725256f64
Explicitly instantiate constructors/destructors for Kernel objects
|
11 years ago |
Yuri Kunde Schlesner
|
d917a9bf77
Kernel: Mark all appropriate kernel objects as "final"
|
11 years ago |
Yuri Kunde Schlesner
|
38e7122f23
Kernel: Convert AddressArbiter to not use Handles
|
11 years ago |
Yuri Kunde Schlesner
|
9a345de2bd
Kernel: Remove useless/duplicated comments; mark functions static
|
11 years ago |
Subv
|
9e2ae289b8
AddrArbiter: Implement arbitration types 3 and 4.
|
11 years ago |
purpasmart96
|
ebfd831ccb
License change
|
11 years ago |
Yuri Kunde Schlesner
|
c2588403c0
HLE: Revamp error handling throrough the HLE code
|
11 years ago |
Emmanuel Gil Peyrot
|
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
11 years ago |
bunnei
|
3eb89f3e98
Kernel: Added preliminary support for address arbiters.
|
12 years ago |