| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Merge pull request #2270 from lioncash/plist | 2019-04-02 | 7 | -2/+123 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel/svc: Implement svcGetThreadList | 2019-04-02 | 4 | -1/+70 | ||
| | * | | | | | | | | | | | | kernel/svc: Implement svcGetProcessList | 2019-04-02 | 4 | -1/+53 | ||
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2313 from lioncash/reslimit | 2019-04-02 | 3 | -14/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | kernel/resource_limit: Remove the name member from resource limits | 2019-04-01 | 3 | -14/+6 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2316 from ReinUsesLisp/fixup-process | 2019-04-02 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | process: Fix up compilation | 2019-04-02 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2281 from lioncash/memory | 2019-04-01 | 5 | -7/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | kernel/codeset: Make CodeSet's memory data member a regular std::vector | 2019-03-22 | 5 | -7/+8 | ||
| * | | | | | | | | | | | Merge pull request #2301 from FearlessTobi/remove-amiibo-setting | 2019-04-01 | 7 | -28/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core/yuzu: Remove enable_nfc setting | 2019-03-29 | 7 | -28/+1 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2283 from FearlessTobi/port-4517 | 2019-04-01 | 2 | -83/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | travis/macos: Use macpack to bundle dependencies | 2019-03-23 | 2 | -3/+4 | ||
| | * | | | | | | | | | | | travis: Simplify macos/upload.sh | 2019-03-23 | 1 | -81/+11 | ||
| * | | | | | | | | | | | | Merge pull request #2312 from lioncash/locks | 2019-04-01 | 23 | -75/+77 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | general: Use deducation guides for std::lock_guard and std::unique_lock | 2019-04-01 | 23 | -75/+77 | ||
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2304 from lioncash/memsize | 2019-03-30 | 3 | -9/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel/process: Report total physical memory used to svcGetInfo | 2019-03-28 | 3 | -4/+11 | ||
| | * | | | | | | | | | | | | kernel/process: Store the total size of the code memory loaded | 2019-03-28 | 2 | -0/+5 | ||
| | * | | | | | | | | | | | | kernel/process: Store the main thread stack size to a data member | 2019-03-28 | 2 | -4/+7 | ||
| | * | | | | | | | | | | | | kernel/process: Make Run's stack size parameter a u64 | 2019-03-28 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | kernel/process: Ensure that given stack size is always page-aligned | 2019-03-28 | 1 | -0/+4 | ||
| * | | | | | | | | | | | | | Merge pull request #2303 from lioncash/thread | 2019-03-30 | 2 | -41/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | common/thread: Remove unused functions | 2019-03-29 | 2 | -41/+0 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2297 from lioncash/reorder | 2019-03-30 | 6 | -14/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core: Amend constructor initializer list order where applicable | 2019-03-27 | 6 | -14/+14 | ||
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2298 from lioncash/variable | 2019-03-30 | 5 | -14/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | 2019-03-27 | 2 | -5/+2 | ||
| | * | | | | | | | | | | | | | gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL | 2019-03-27 | 3 | -9/+5 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2308 from lioncash/deduction | 2019-03-30 | 3 | -12/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/scheduler: Remove unused parameter to AddThread() | 2019-03-30 | 3 | -4/+4 | ||
| | * | | | | | | | | | | | | | kernel/scheduler: Use deduction guides on mutex locks | 2019-03-30 | 1 | -8/+8 | ||
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2307 from lioncash/regnames | 2019-03-30 | 1 | -38/+51 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | service/fatal: Mark local variables as const where applicable | 2019-03-30 | 1 | -6/+6 | ||
| | * | | | | | | | | | | | | service/fatal: Remove unnecessary semicolon | 2019-03-30 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | service/fatal: Name FatalInfo structure members | 2019-03-30 | 1 | -31/+44 | ||
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2266 from FernandoS27/arbitration | 2019-03-28 | 6 | -14/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix small bug that kept a thread as a condvar thread after being signalled. | 2019-03-19 | 2 | -6/+8 | ||
| | * | | | | | | | | | | | | Add CondVar Thread State. | 2019-03-19 | 5 | -4/+10 | ||
| | * | | | | | | | | | | | | Small fixes to address_arbiter to better match the IDB. | 2019-03-19 | 2 | -5/+5 | ||
| * | | | | | | | | | | | | | Merge pull request #2265 from FernandoS27/multilevelqueue | 2019-03-28 | 8 | -19/+484 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fixes and corrections on formatting. | 2019-03-27 | 5 | -41/+30 | ||
| | * | | | | | | | | | | | | Fixes to multilevelqueue's iterator. | 2019-03-27 | 1 | -1/+5 | ||
| | * | | | | | | | | | | | | Use MultiLevelQueue instead of old ThreadQueueList | 2019-03-27 | 3 | -31/+34 | ||
| | * | | | | | | | | | | | | Add MultiLevelQueue Tests | 2019-03-27 | 2 | -0/+56 | ||
| | * | | | | | | | | | | | | Implement intrinsics CountTrailingZeroes and test it. | 2019-03-27 | 3 | -12/+76 | ||
| | * | | | | | | | | | | | | Implement a MultiLevelQueue | 2019-03-27 | 3 | -0/+349 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2284 from lioncash/heap-alloc | 2019-03-28 | 3 | -59/+81 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() | 2019-03-24 | 2 | -24/+46 | ||
| | * | | | | | | | | | | | | kernel/vm_manager: Rename HeapAllocate to SetHeapSize | 2019-03-24 | 3 | -4/+3 | ||