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