| Commit message (Expand) | Author | Age | Files | Lines |
| * | kernel: Don't fail silently | David Marcec | 2020-04-29 | 1 | -0/+7 |
| * | kernel: Bad GetInfo ids should not be marked as stubs | David Marcec | 2020-04-29 | 1 | -2/+2 |
| * | Merge pull request #3780 from lioncash/process | bunnei | 2020-04-24 | 1 | -2/+138 |
| |\ |
|
| | * | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | 2020-04-23 | 1 | -2/+138 |
| * | | svc: Remove unused variable | Lioncash | 2020-04-23 | 1 | -3/+0 |
| |/ |
|
| * | core: hle: Address various feedback & code cleanup. | bunnei | 2020-04-17 | 1 | -1/+1 |
| * | kernel: svc: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -488/+116 |
| * | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -5/+5 |
| * | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | core: kernel: Move SVC to its own namesapce. | bunnei | 2020-04-17 | 1 | -3/+3 |
| * | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2020-03-02 | 1 | -65/+264 |
| * | Core: Address Feedback | Fernando Sahmkow | 2020-02-13 | 1 | -1/+1 |
| * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -60/+7 |
| * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -6/+7 |
| * | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei | 2020-02-05 | 1 | -2/+6 |
| * | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -1/+1 |
| * | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 2019-12-11 | 1 | -4/+1 |
| * | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 2019-12-07 | 1 | -2/+13 |
| * | kernel: Implement a more accurate IPC dispatch. | bunnei | 2019-11-28 | 1 | -4/+5 |
| * | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -12/+15 |
| * | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -6/+10 |
| * | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 2019-11-26 | 1 | -2/+4 |
| * | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-26 | 1 | -1/+1 |
| * | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-26 | 1 | -2/+2 |
| * | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei | 2019-11-24 | 1 | -26/+26 |
| * | Update svc.cpp | bunnei | 2019-11-23 | 1 | -0/+1 |
| * | svc: GetSystemTick should return cntpct_el0, not core ticks. | bunnei | 2019-11-23 | 1 | -1/+3 |
| * | Merge pull request #3114 from FernandoS27/cond-var | bunnei | 2019-11-23 | 1 | -21/+7 |
| |\ |
|
| | * | Kernel: Optimize condition variable threads management. | Fernando Sahmkow | 2019-11-21 | 1 | -1/+1 |
| | * | Kernel: Correct SignalProcessWideKey | Fernando Sahmkow | 2019-11-21 | 1 | -6/+2 |
| | * | Kernel: Correct behavior of Condition Variables to be more similar to real ha... | Fernando Sahmkow | 2019-11-21 | 1 | -15/+5 |
| * | | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 2019-11-16 | 1 | -0/+5 |
| |/ |
|
| * | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 1 | -1/+1 |
| * | Kernel: Address Feedback. | Fernando Sahmkow | 2019-10-15 | 1 | -6/+6 |
| * | KernelSVC: Assert that condition variable address is aligned to 4 bytes. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+4 |
| * | Kernel: Correct redundant yields to only advance time forward. | Fernando Sahmkow | 2019-10-15 | 1 | -3/+5 |
| * | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 2019-10-15 | 1 | -18/+9 |
| * | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 2019-10-15 | 1 | -4/+9 |
| * | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 1 | -6/+9 |
| * | Correct PrepareReschedule | Fernando Sahmkow | 2019-10-15 | 1 | -32/+17 |
| * | Correct Supervisor Calls to work with the new scheduler, | Fernando Sahmkow | 2019-10-15 | 1 | -26/+41 |
| * | Merge pull request #2687 from lioncash/tls-process | bunnei | 2019-07-18 | 1 | -3/+1 |
| |\ |
|
| | * | kernel/process: Allocate the process' TLS region during initialization | Lioncash | 2019-07-07 | 1 | -3/+1 |
| * | | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | Fernando Sahmkow | 2019-07-17 | 1 | -4/+4 |
| * | | Merge pull request #2690 from SciresM/physmem_fixes | Fernando Sahmkow | 2019-07-14 | 1 | -16/+101 |
| |\ \ |
|
| | * | | clang-format fixes | Michael Scire | 2019-07-07 | 1 | -2/+1 |
| | * | | address review commentary | Michael Scire | 2019-07-07 | 1 | -20/+12 |
| | * | | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire | 2019-07-07 | 1 | -8/+102 |
| | |/ |
|
| * / | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire | 2019-07-11 | 1 | -1/+8 |
| |/ |
|
| * | kernel/vm_manager: Rename 'new map' to 'stack' | Lioncash | 2019-07-06 | 1 | -10/+10 |