| Commit message (Expand) | Author | Age | Files | Lines |
* | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | 2020-02-12 | 1 | -19/+17 |
* | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | 2020-02-12 | 1 | -9/+8 |
* | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -1/+0 |
* | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow | 2019-12-11 | 1 | -20/+46 |
* | kernel: Remove unnecessary includes | Lioncash | 2019-12-08 | 1 | -2/+0 |
* | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -3/+3 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -9/+19 |
* | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-27 | 1 | -4/+4 |
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -8/+10 |
* | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual | Fernando Sahmkow | 2019-10-15 | 1 | -5/+13 |
* | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 1 | -1/+0 |
* | Correct PrepareReschedule | Fernando Sahmkow | 2019-10-15 | 1 | -3/+2 |
* | Add PrepareReschedule where required. | Fernando Sahmkow | 2019-10-15 | 1 | -16/+12 |
* | Small fixes to address_arbiter to better match the IDB. | Fernando Sahmkow | 2019-03-20 | 1 | -3/+3 |
* | kernel/svc: Move address arbiter signaling behind a unified API function | Lioncash | 2019-03-08 | 1 | -2/+16 |
* | kernel/svc: Move address arbiter waiting behind a unified API function | Lioncash | 2019-03-08 | 1 | -3/+17 |
* | kernel/address_arbiter: Pass in system instance to constructor | Lioncash | 2019-03-05 | 1 | -7/+7 |
* | kernel/address_arbiter: Minor tidying up | Lioncash | 2019-03-05 | 1 | -18/+18 |
* | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash | 2019-03-05 | 1 | -59/+58 |
* | address_arbiter: Use nested namespaces where applicable | Lioncash | 2019-02-16 | 1 | -4/+2 |
* | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 2018-10-15 | 1 | -1/+1 |
* | kernel/thread: Make all instance variables private | Lioncash | 2018-10-04 | 1 | -10/+10 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -12/+13 |
* | core/core: Replace includes with forward declarations where applicable | Lioncash | 2018-08-31 | 1 | -0/+2 |
* | address_arbiter: Return by value from GetThreadsWaitingOnAddress() | Lioncash | 2018-08-05 | 1 | -15/+15 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+1 |
* | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 1 | -2/+4 |
* | thread: Convert ThreadStatus into an enum class | Lioncash | 2018-07-20 | 1 | -2/+2 |
* | address_arbiter: Correct assignment within an assertion statement in WakeThreads() | Lioncash | 2018-07-19 | 1 | -1/+1 |
* | Kernel/Arbiter: Fix bug in WaitIfLessThan | Michael Scire | 2018-07-17 | 1 | -2/+4 |
* | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire | 2018-06-22 | 1 | -13/+12 |
* | Run clang-format on PR. | Michael Scire | 2018-06-22 | 1 | -156/+157 |
* | Kernel/Arbiters: HLE is atomic, adjust code to reflect that. | Michael Scire | 2018-06-22 | 1 | -36/+13 |
* | Kernel/Arbiters: Clear WaitAddress in SignalToAddress | Michael Scire | 2018-06-21 | 1 | -0/+1 |
* | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire | 2018-06-21 | 1 | -6/+104 |
* | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | 2018-06-21 | 1 | -4/+55 |
* | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire | 2018-06-21 | 1 | -0/+46 |
* | kernel: Remove unused address_arbiter code. | bunnei | 2018-02-18 | 1 | -91/+0 |
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -4/+3 |
* | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 2016-12-22 | 1 | -1/+0 |
* | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -2/+0 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -4/+2 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -4/+2 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -12/+14 |
* | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | Subv | 2015-12-28 | 1 | -8/+17 |
* | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 2015-05-21 | 1 | -0/+3 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -1/+1 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -0/+1 |
* | SVC: Update various SVCs to cause a reschedule. | bunnei | 2015-04-10 | 1 | -4/+0 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 1 | -4/+2 |
* | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+3 |
* | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 2015-02-02 | 1 | -2/+2 |
* | Kernel: Convert AddressArbiter to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 1 | -30/+9 |
* | Kernel: Remove useless/duplicated comments; mark functions static | Yuri Kunde Schlesner | 2015-01-30 | 1 | -4/+1 |
* | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 2015-01-22 | 1 | -8/+8 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 1 | -4/+4 |
* | Thread: Keep track of multiple wait objects. | bunnei | 2015-01-22 | 1 | -2/+3 |
* | AddrArbiter: Implement arbitration types 3 and 4. | Subv | 2015-01-13 | 1 | -2/+19 |
* | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+1 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 1 | -4/+8 |
* | AddressArbiter: Ported arbitration type 2 from 3dmoo. | Subv | 2015-01-03 | 1 | -0/+11 |
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -1/+2 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+2 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -1/+1 |
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -7/+1 |
* | Thread: Fixed to wait on address when in arbitration. | bunnei | 2014-12-09 | 1 | -1/+1 |
* | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -5/+0 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -5/+5 |
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -4/+4 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 1 | -2/+2 |
* | AddressArbiter: Removed unnecessary HLE::Reschedule. | bunnei | 2014-08-06 | 1 | -1/+0 |
* | AddressArbiter: Fixed bug with break statements missing from case statements. | bunnei | 2014-08-06 | 1 | -0/+2 |
* | Kernel: Added preliminary support for address arbiters. | bunnei | 2014-07-09 | 1 | -0/+87 |