| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | kernel/svc: Correct output parameter for svcGetThreadId | 2018-12-18 | 1 | -1/+1 | ||
| | * | | | | | | | kernel/thread: Make thread_id a 64-bit value | 2018-12-18 | 3 | -5/+5 | ||
| | * | | | | | | | kernel/svc: Correct output parameter for svcGetProcessId | 2018-12-18 | 2 | -2/+10 | ||
| | * | | | | | | | kernel/process: Make process_id a 64-bit value | 2018-12-18 | 3 | -6/+6 | ||
| * | | | | | | | | Merge pull request #1914 from lioncash/id | 2018-12-21 | 1 | -2/+5 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | service/am: Unstub GetAppletResourceUserId | 2018-12-17 | 1 | -2/+5 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1923 from ogniK5377/nfp-device-list | 2018-12-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Device handle should not be a random id, instead it's the current npad id | 2018-12-19 | 1 | -2/+2 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1915 from lioncash/sm | 2018-12-19 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | service/sm: Improve debug log for RegisterService | 2018-12-18 | 1 | -4/+5 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1907 from lioncash/attribute | 2018-12-19 | 3 | -14/+279 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | svc: Implement svcSetMemoryAttribute | 2018-12-19 | 1 | -5/+46 | ||
| | * | | | | | vm_manager: Add member function for setting memory attributes across an addre... | 2018-12-19 | 2 | -0/+41 | ||
| | * | | | | | vm_manager: Add member function for checking a memory range adheres to certai... | 2018-12-19 | 2 | -0/+100 | ||
| | * | | | | | vm_manager: Rename meminfo_state to state | 2018-12-15 | 2 | -10/+9 | ||
| | * | | | | | vm_manager: Add backing functionality for memory attributes | 2018-12-15 | 2 | -1/+85 | ||
| * | | | | | | Merge pull request #1913 from MerryMage/default-fpcr | 2018-12-18 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel/thread: Set default fpcr | 2018-12-18 | 1 | -0/+3 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1889 from DarkLordZach/swkbd-state-changed | 2018-12-18 | 3 | -6/+4 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | applets: Correct usage of SignalStateChanged event | 2018-12-09 | 3 | -6/+4 | ||
| * | | | | | | Merge pull request #1905 from bunnei/ignore-empty-gpu-lists | 2018-12-15 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | nvhost_gpu: Skip empty GPU command lists. | 2018-12-15 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #1901 from jschmer/ServiceLeak | 2018-12-15 | 2 | -10/+12 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Fix Service object leak on emulation stop | 2018-12-13 | 2 | -10/+12 | ||
| * | | | | | | | Merge pull request #1732 from DarkLordZach/yield-types | 2018-12-15 | 4 | -9/+165 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | svc: Avoid incorrect fast yield condition | 2018-12-04 | 1 | -6/+1 | ||
| | * | | | | | | scheduler: Avoid manual Reschedule call | 2018-12-03 | 2 | -11/+11 | ||
| | * | | | | | | scheduler: Only work steal higher priority threads from other cores | 2018-12-03 | 3 | -35/+24 | ||
| | * | | | | | | svc: Avoid performance-degrading unnecessary reschedule | 2018-12-02 | 2 | -8/+6 | ||
| | * | | | | | | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | 2018-11-22 | 5 | -77/+139 | ||
| | * | | | | | | svc: Implement yield types 0 and -1 | 2018-11-18 | 5 | -2/+114 | ||
| * | | | | | | | Merge pull request #1899 from lioncash/state | 2018-12-14 | 7 | -84/+188 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | svc: Enable svcQueryProcessMemory | 2018-12-12 | 2 | -1/+6 | ||
| | * | | | | | | | svc: Write out the complete MemoryInfo structure in QueryProcessMemory | 2018-12-12 | 1 | -0/+3 | ||
| | * | | | | | | | svc: Handle memory writing explicitly within QueryProcessMemory | 2018-12-12 | 2 | -26/+22 | ||
| | * | | | | | | | vm_manager: Correct ordering of last two struct members of MemoryInfo | 2018-12-12 | 1 | -2/+2 | ||
| | * | | | | | | | vm_manager: Amend the returned values for invalid memory queries in QueryMemo... | 2018-12-12 | 2 | -4/+7 | ||
| | * | | | | | | | vm_manager: Migrate memory querying to the VMManager interface | 2018-12-12 | 4 | -18/+33 | ||
| | * | | | | | | | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | 2018-12-12 | 3 | -17/+16 | ||
| | * | | | | | | | vm_manager: Amend MemoryState enum members | 2018-12-12 | 5 | -28/+111 | ||
| * | | | | | | | | Merge pull request #1900 from lioncash/wrapper | 2018-12-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | svc_wrap: Correct register index for a wrapper specialization | 2018-12-12 | 1 | -1/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Fix Process object leak on emulation stop | 2018-12-12 | 3 | -13/+12 | ||
| * | | | | | | | Merge pull request #1891 from DarkLordZach/istorage-getsize | 2018-12-12 | 1 | -2/+15 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | fsp_srv: Implement IStorage::GetSize | 2018-12-10 | 1 | -2/+15 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1819 from DarkLordZach/disable-addons | 2018-12-10 | 1 | -0/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | aoc_u: Obey disabled add-ons list when listing DLC | 2018-12-03 | 1 | -0/+12 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1883 from lioncash/log-fsp | 2018-12-10 | 1 | -1/+10 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() | 2018-12-09 | 1 | -1/+10 | ||
| * | | | | | | | Merge pull request #1872 from lioncash/proc-info | 2018-12-10 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | ||||||