aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2015-05-10Core/Memory: Give every emulated thread it's own TLS area.Subv
2015-05-10fixup! GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10Kernel: Zero-fill shared memory blocks when mappingYuri Kunde Schlesner
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-08Kernel: Remove unused g_main_thread variableYuri Kunde Schlesner
2015-05-08Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner
2015-05-08Process: Add more documentation to the class membersYuri Kunde Schlesner
2015-05-08Process: Use BitField to store process flagsYuri Kunde Schlesner
2015-05-08Process: Support parsing of exheader kernel capsYuri Kunde Schlesner
2015-05-08Kernel: Remove g_program_idYuri Kunde Schlesner
2015-05-08Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner
2015-05-07Fix printf format warningYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-06FileSys: De-inline Path membersYuri Kunde Schlesner
2015-05-06FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner
2015-05-06Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner
2015-05-01HLE: Properly initialize and shutdown remaining modules.bunnei
2015-05-01Kernel: Properly initialize and shutdown all modules.bunnei
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-04-28ConfigMem: Remove duplicate retail bitpurpasmart96
2015-04-28Merge pull request #692 from purpasmart96/log_improvementsbunnei
2015-04-27Services/Loader: Use more sensible log formats for certain functionspurpasmart96
2015-04-24ptm_sysm: Add static specifier to IsLegacyPowerOffLioncash
2015-04-14Merge pull request #696 from yuriks/interface-deinlinebunnei
2015-04-14Kernel: Use the correct format string for u64 hex.Emmanuel Gil Peyrot
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner
2015-04-09SVC: Assert on unsupported CreateThread processor ID.bunnei
2015-04-09SVC: Update various SVCs to cause a reschedule.bunnei
2015-04-09Kernel: Implemented priority inheritance for mutexes.bunnei
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-04-09SVC: Reschedule on svcCreateThread.bunnei
2015-04-09APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei
2015-04-09Kernel: Fixed default thread priority.bunnei
2015-04-08Initialize base address to 0x0Gareth Higgins
2015-04-07Merge pull request #676 from purpasmart96/ir_service_refcbunnei
2015-04-05Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner
2015-04-03IR: Move The IR services to their own folder and implement "GetHandles"purpasmart96
2015-04-03Merge pull request #641 from purpasmart96/service_stubsbunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-23ConfigMem: Set the app memory to be 96MB instead of the default 64MBpurpasmart96
2015-03-22Merge pull request #656 from Subv/nzbunnei
2015-03-19Service/FS: Document and log some unknown values.Subv
2015-03-17Merge pull request #655 from purpasmart96/hid_fixesbunnei
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-16arm_interface: Get rid of GetTicks.Lioncash