aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/address_arbiter.cpp
Commit message (Expand)AuthorAge
* Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.Gravatar bunnei2015-05-20
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* SVC: Update various SVCs to cause a reschedule.Gravatar bunnei2015-04-09
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
* Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Convert AddressArbiter to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Remove useless/duplicated comments; mark functions staticGravatar Yuri Kunde Schlesner2015-01-30
* AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...Gravatar bunnei2015-01-21
* WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-21
* Thread: Keep track of multiple wait objects.Gravatar bunnei2015-01-21
* AddrArbiter: Implement arbitration types 3 and 4.Gravatar Subv2015-01-13
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-09
* AddressArbiter: Ported arbitration type 2 from 3dmoo.Gravatar Subv2015-01-03
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* License changeGravatar purpasmart962014-12-20
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-08
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* AddressArbiter: Removed unnecessary HLE::Reschedule.Gravatar bunnei2014-08-05
* AddressArbiter: Fixed bug with break statements missing from case statements.Gravatar bunnei2014-08-05
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-08