summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1800 from JayFoxRox/set-fpscrGravatar bunnei2016-05-171-0/+2
|\
| * Set fpscr for new threadsGravatar Jannik Vogel2016-05-171-0/+2
* | Memory: Fixed a regression caused by #1695 and #1689.Gravatar Subv2016-05-141-0/+3
|/
* Merge pull request #1689 from Subv/shmemGravatar bunnei2016-05-134-67/+161
|\
| * HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-122-1/+30
| * Kernel: Account for automatically-allocated shared memories in the amount of ...Gravatar Subv2016-05-121-0/+5
| * Kernel/SharedMemory: Log an error when Map fails.Gravatar Subv2016-05-121-1/+10
| * Kernel: Implemented shared memory permissions.Gravatar Subv2016-05-122-9/+47
| * Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Gravatar Subv2016-05-121-1/+0
| * Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-122-65/+79
| * Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-121-1/+1
* | Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-124-22/+74
|\ \ | |/ |/|
| * Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-074-22/+74
* | Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-081-0/+2
|\ \
| * | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+2
| |/
* | Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-051-1/+2
|\ \ | |/ |/|
| * hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-211-1/+2
* | Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-051-1/+2
|\ \
| * | Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-1/+2
| |/
* / session: Make helper functions constexprGravatar Lioncash2016-03-211-6/+6
|/
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-122-2/+8
* svc: Make ResetType an enum classGravatar Lioncash2016-03-122-2/+2
* Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-052-2/+5
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-1/+4
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-1/+1
* Memory: Implement MMIOGravatar MerryMage2016-01-302-4/+8
* HLE/SVC: Implement UnmapMemoryBlock.Gravatar Subv2016-01-142-0/+28
* HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...Gravatar Subv2015-12-291-3/+3
* SVC: Fixed ArbitrateAddress to behave as it does on hardware.Gravatar Subv2015-12-272-9/+18
* Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-304-0/+12
* Silence -Wsign-compare warnings.Gravatar Rohit Nirmal2015-10-061-1/+1
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-2/+4
* General: Fix up doxygen commentsGravatar Lioncash2015-09-103-6/+3
* Kernel: Fix wrong linear heap base on titles using newer kernelsGravatar Yuri Kunde Schlesner2015-08-271-1/+1
* Kernel: Fix assertion failure when ControlMemory is called with size=0Gravatar Yuri Kunde Schlesner2015-08-261-0/+8
* Core: Improve APT Shared Font hackGravatar Yuri Kunde Schlesner2015-08-262-2/+27
* Kernel: Remove unused legacy heap MapBlock_* functionsGravatar Yuri Kunde Schlesner2015-08-162-77/+0
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-163-1/+15
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-165-20/+138
* Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Gravatar Yuri Kunde Schlesner2015-08-163-1/+160
* Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-161-1/+0
* Process: Store kernel compatibility version during loadingGravatar Yuri Kunde Schlesner2015-08-162-3/+7
* Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-164-23/+243
* VMManager: Introduce names for used ResultCodesGravatar Yuri Kunde Schlesner2015-08-162-6/+11
* VMManager: Make LogLayout log level configurable as a parameterGravatar Yuri Kunde Schlesner2015-08-163-5/+15
* VMManager: Change block offsets to size_tGravatar Yuri Kunde Schlesner2015-08-162-3/+3
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-251-1/+1
* Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-201-0/+8
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-171-7/+14
* Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-122-0/+4
|\