aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-01-13APTU: Stubbed NotifyToWait, taken from 3dmoo.Subv
2015-01-13AddrArbiter: Implement arbitration types 3 and 4.Subv
2015-01-13Services: Added some missing services.Subv
2015-01-12vfp: Remove dead codeLioncash
2015-01-12dyncom: Fix 32-bit ASR shifts for immediatesLioncash
2015-01-12dyncom: Remove unused flag macrosLioncash
2015-01-12Merge pull request #472 from lioncash/overflowbunnei
2015-01-12dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoopLioncash
2015-01-12dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBCLioncash
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
2015-01-11Fix building on MinGWdarkf
2015-01-11dyncom: Fix ADC overflow flag settingLioncash
2015-01-11Merge pull request #456 from Subv/waitsync1bunnei
2015-01-11dyncom: Fix conditional execution of MSRLioncash
2015-01-11Merge pull request #466 from Subv/wakebunnei
2015-01-11Thread: Prevent waking a thread multiple times.Subv
2015-01-11SVC: Wake up the thread after the delay in WaitSync1Subv
2015-01-10Stubbed y2r:u IsBusyConversionarchshift
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Kernel: Don't re-assign object's handle when duplicating oneYuri Kunde Schlesner
2015-01-09Merge pull request #444 from yuriks/handle-reform2bunnei
2015-01-09Merge pull request #436 from kevinhartman/system-corebunnei
2015-01-09Thread: Fix nullptr access in a logging functionYuri Kunde Schlesner
2015-01-09Thread: Rename thread_queue => thread_listYuri Kunde Schlesner
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-09Kernel: Move Thread's definition to the header fileYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08Merge pull request #255 from Subv/cbranch_3bunnei
2015-01-08Core: Fixed a crash and removed some unused variables.Subv
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-08DynCom: Add a comment to GetTicks.Subv
2015-01-08Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv
2015-01-08Merge pull request #443 from Subv/sleep_threadbunnei
2015-01-08SVC: Fixed SleepThread.Subv
2015-01-08Merge pull request #446 from lioncash/umaalbunnei
2015-01-08dyncom: Fix UMAALLioncash
2015-01-07Threads: Use a dummy idle thread when no other are ready.Subv
2015-01-07Merge pull request #404 from bunnei/more-frame-synch-fixesbunnei
2015-01-07GSP: Toggle active framebuffer each framebunnei
2015-01-07Merge pull request #431 from yuriks/thread-queue-cleanupbunnei
2015-01-07Warn if a new thread is intended to be run on the system CPU core until we im...Kevin Hartman
2015-01-07Merge pull request #442 from lioncash/smulbunnei
2015-01-07dyncom: Fix SMULWB/SMULWTLioncash
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
2015-01-07Merge pull request #425 from Subv/coretimingbunnei
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
2015-01-07Fix double-free in Service manager during shutdownYuri Kunde Schlesner
2015-01-07Merge pull request #438 from lioncash/swpbunnei