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
/
address_arbiter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SVC: Correct svcWaitForAddress and svcSignalToAddress.
Fernando Sahmkow
2020-06-27
1
-3
/
+0
*
address_arbiter: Simplify GetThreadsWaitingOnAddress()
Lioncash
2020-02-12
1
-1
/
+1
*
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-11
1
-1
/
+18
*
kernel: Remove unnecessary includes
Lioncash
2019-12-08
1
-1
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-08
1
-1
/
+3
*
kernel/svc: Move address arbiter signaling behind a unified API function
Lioncash
2019-03-08
1
-5
/
+8
*
kernel/svc: Move address arbiter waiting behind a unified API function
Lioncash
2019-03-08
1
-2
/
+5
*
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-1
/
+7
*
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
1
-17
/
+51
*
address_arbiter: Use nested namespaces where applicable
Lioncash
2019-02-16
1
-4
/
+2
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-1
/
+3
*
Run clang-format on PR.
Michael Scire
2018-06-22
1
-22
/
+22
*
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
1
-1
/
+1
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-0
/
+32
*
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
1
-60
/
+0
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-4
/
+10
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+2
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-2
/
+22
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
1
-3
/
+0
*
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
1
-1
/
+1
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-09
1
-0
/
+36