| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | dyncom: Remove unused structs | 2015-05-14 | 1 | -8/+0 | ||
| | |/ / | ||||||
| * | | | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | 2015-05-14 | 12 | -14/+341 | ||
| | | | | | | | | | | | | | | | | | | | Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create. | |||||
| * | | | Memory: Use a table based lookup scheme to read from memory regions | 2015-05-15 | 5 | -128/+174 | ||
| | | | | ||||||
| * | | | Memory: Read SharedPage directly from Memory::Read | 2015-05-15 | 3 | -59/+37 | ||
| | | | | ||||||
| * | | | Memory: Read ConfigMem directly from Memory::Read | 2015-05-15 | 3 | -50/+38 | ||
| | | | | ||||||
| * | | | Memmap: Re-organize memory function in two files | 2015-05-15 | 26 | -257/+247 | ||
| | | | | | | | | | | | | | | | | | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | |||||
| * | | | Memmap: Remove unused declarations | 2015-05-15 | 2 | -20/+3 | ||
| | | | | ||||||
| * | | | thread: Fix a conditional check in Reschedule | 2015-05-14 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | dyncom: Removed irrelevant log. | 2015-05-14 | 1 | -2/+0 | ||
| | | | ||||||
| * | | dyncom: Fix decoding of BKPT's immediate | 2015-05-13 | 1 | -1/+1 | ||
| |/ | | | | A shift here is intended since the representation is imm12:imm4 | |||||
| * | Merge pull request #756 from purpasmart96/ptm_service_changes | 2015-05-12 | 5 | -125/+112 | ||
| |\ | | | | | PTM: Changed the ptm services to be like the IR, HID, and APT services. | |||||
| | * | PTM: Changed the way the ptm services are handled to be like the | 2015-05-11 | 5 | -125/+112 | ||
| | | | | | | | | | IR, HID, and APT services. | |||||
| * | | Merge pull request #748 from Subv/tls_max | 2015-05-11 | 4 | -10/+24 | ||
| |\ \ | | | | | | | Core/Memory: Add TLS support for creating up to 300 threads | |||||
| | * | | Core/Memory: Add TLS support for creating up to 300 threads | 2015-05-11 | 4 | -10/+24 | ||
| | | | | ||||||
| * | | | Merge pull request #751 from yuriks/idle-thread | 2015-05-11 | 3 | -46/+21 | ||
| |\ \ \ | | | | | | | | | Thread: Remove the idle thread | |||||
| | * | | | Thread: Remove the idle thread | 2015-05-11 | 3 | -46/+21 | ||
| | | | | | | | | | | | | | | | | | Instead just use nullptr to represent no thread is active. | |||||
| * | | | | Merge pull request #757 from Subv/scheduling | 2015-05-11 | 1 | -0/+2 | ||
| |\ \ \ \ | | | | | | | | | | | Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called | |||||
| | * | | | | Core/Scheduling: Prepare the new priority in the thread queue when ↵ | 2015-05-11 | 1 | -0/+2 | ||
| | |/ / / | | | | | | | | | | | | | svcSetPriority is called | |||||
| * | | | | Merge pull request #752 from lioncash/flush | 2015-05-11 | 3 | -84/+98 | ||
| |\ \ \ \ | | | | | | | | | | | vfp: Handle flush-to-zero mode. | |||||
| | * | | | | vfp: Handle flush-to-zero mode. | 2015-05-11 | 3 | -84/+98 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #755 from lioncash/mcrr-mrrc | 2015-05-11 | 1 | -7/+68 | ||
| |\ \ \ \ | |_|/ / |/| | | | dyncom: Stub MCRR and MRRC | |||||
| | * | | | dyncom: Stub MCRR and MRRC | 2015-05-11 | 1 | -7/+68 | ||
| | |/ / | | | | | | | | | | | | | There's no other coprocessor outside the VFP (which has its own VMOV variants) in which the MPCore can send/retrieve data from. Stubbed so citra won't crash and burn on the odd chance someone actually tries to use these. | |||||
| * | | | Merge pull request #750 from Subv/process_svc | 2015-05-11 | 6 | -4/+46 | ||
| |\ \ \ | |_|/ |/| | | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | |||||
| | * | | fixup! | 2015-05-11 | 3 | -16/+12 | ||
| | | | | ||||||
| | * | | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | 2015-05-11 | 6 | -4/+50 | ||
| | | | | ||||||
| * | | | NWM_UDS: Fix a typo in the nwm service port name | 2015-05-11 | 1 | -1/+1 | ||
| | |/ |/| | ||||||
| * | | Thread: Correctly set main thread initial stack position | 2015-05-11 | 3 | -5/+4 | ||
| |/ | ||||||
| * | Merge pull request #740 from yuriks/gsp-shmem | 2015-05-10 | 7 | -34/+67 | ||
| |\ | | | | | Fix crashes due to un-initialized GSP shared memory | |||||
| | * | fixup! GSP: Small tweaks to shared memory initialization | 2015-05-10 | 1 | -1/+1 | ||
| | | | ||||||
| | * | GSP: Small tweaks to shared memory initialization | 2015-05-10 | 1 | -9/+11 | ||
| | | | ||||||
| | * | Kernel: Zero-fill shared memory blocks when mapping | 2015-05-10 | 1 | -0/+8 | ||
| | | | | | | | | | | | | | This works around crashes related to GSP/HID/etc. shared memory blocks having garbage values. The proper fix requires proper management of mapped memory blocks in the process. | |||||
| | * | Kernel: Capture SharedMemory attributes at creation, not when mapping | 2015-05-10 | 7 | -28/+51 | ||
| | | | ||||||
| * | | fixup! Set the TLS address in the scheduler | 2015-05-10 | 6 | -11/+10 | ||
| | | | ||||||
| * | | Core/Memory: Give every emulated thread it's own TLS area. | 2015-05-10 | 8 | -11/+31 | ||
| |/ | | | | | The TLS area for thread T with id Ti is located at TLS_AREA_VADDR + (Ti - 1) * 0x200. This allows some games like Mario Kart 7 to continue further. | |||||
| * | Common: Remove the BIT macro | 2015-05-09 | 1 | -2/+2 | ||
| | | | | | | | | When the macro was introduced in 326ec51261299e48de97592631c02523da9c8118 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro. | |||||
| * | Merge pull request #734 from yuriks/memmap | 2015-05-09 | 10 | -167/+181 | ||
| |\ | | | | | Small memory map definitions cleanup | |||||
| | * | Memory: Add GetPhysicalPointer helper function | 2015-05-09 | 2 | -5/+14 | ||
| | | | ||||||
| | * | Memory: Support more regions in the VAddr-PAddr translation functions | 2015-05-09 | 2 | -28/+33 | ||
| | | | | | | | | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h. | |||||
| | * | Memory: Sort memory region variables by VAddr | 2015-05-09 | 2 | -10/+10 | ||
| | | | ||||||
| | * | Memory: Re-organize and rename memory area address constants | 2015-05-09 | 9 | -131/+131 | ||
| | | | ||||||
| * | | Loader: Add missing include | 2015-05-09 | 1 | -0/+1 | ||
| |/ | ||||||
| * | Loader: Remove .bin file support | 2015-05-08 | 2 | -20/+0 | ||
| | | | | | | It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation. | |||||
| * | Kernel: Remove unused g_main_thread variable | 2015-05-08 | 3 | -5/+1 | ||
| | | ||||||
| * | Process: Rename StaticAddressMapping => AddressMapping | 2015-05-08 | 6 | -10/+10 | ||
| | | ||||||
| * | Process: Add more documentation to the class members | 2015-05-08 | 1 | -2/+16 | ||
| | | ||||||
| * | Process: Use BitField to store process flags | 2015-05-08 | 2 | -16/+24 | ||
| | | ||||||
| * | Loader/NCCH: Fix formatting of braces | 2015-05-08 | 1 | -9/+9 | ||
| | | ||||||
| * | Process: Support parsing of exheader kernel caps | 2015-05-08 | 6 | -4/+77 | ||
| | | ||||||
| * | Kernel: Remove g_program_id | 2015-05-08 | 6 | -21/+3 | ||
| | | | | | This has been obsoleted by the field in Process. | |||||
| * | Kernel: Introduce skeleton Process class to hold process data | 2015-05-08 | 13 | -48/+191 | ||
| | | ||||||