| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #2328 from lioncash/transfer | 2019-04-03 | 3 | -17/+37 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/am: Correct behavior of CreateTransferMemoryStorage() | 2019-04-03 | 1 | -6/+6 | ||
| | * | | | | | | kernel/transfer_memory: Add accessors to data and sizes | 2019-04-03 | 2 | -11/+31 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2093 from FreddyFunk/disk-cache-better-compression | 2019-04-03 | 2 | -11/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Addressed feedback | 2019-03-29 | 1 | -4/+4 | ||
| | * | | | | | | core: Do not link LZ4 to core. Use common/data_compression for nso segment de... | 2019-03-29 | 2 | -11/+8 | ||
| * | | | | | | | Merge pull request #2324 from lioncash/enum-unused | 2019-04-03 | 2 | -2/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/object: Remove unused handle type entry | 2019-04-03 | 2 | -2/+0 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2294 from lioncash/fatal | 2019-04-03 | 2 | -36/+63 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | service/am: Implement EnterFatalSection and LeaveFatalSection | 2019-03-26 | 2 | -2/+29 | ||
| | * | | | | | | service/am: Sort ISelfController's member functions according to table order | 2019-03-26 | 2 | -36/+36 | ||
| * | | | | | | | Merge pull request #2305 from lioncash/shared | 2019-04-03 | 3 | -5/+18 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/shared_memory: Remove unused core/memory.h include | 2019-03-29 | 1 | -1/+0 | ||
| | * | | | | | | | kernel/shared_memory: Sanitize supplied size when unmapping | 2019-03-29 | 3 | -4/+18 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2314 from lioncash/const | 2019-04-03 | 11 | -18/+18 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | kernel/thread: Make AllWaitObjectsReady() a const qualified member function | 2019-04-01 | 2 | -2/+2 | ||
| | * | | | | | | kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const | 2019-04-01 | 11 | -11/+11 | ||
| | * | | | | | | kernel/thread: Avoid sign conversion within GetCommandBufferAddress() | 2019-04-01 | 1 | -2/+2 | ||
| | * | | | | | | kernel/thread: Make parameter of GetWaitObjectIndex() const qualified | 2019-04-01 | 2 | -3/+3 | ||
| * | | | | | | | 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 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | 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 | 3 | -3/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/yuzu: Remove enable_nfc setting | 2019-03-29 | 3 | -3/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | general: Use deducation guides for std::lock_guard and std::unique_lock | 2019-04-01 | 6 | -14/+14 | ||
| * | | | | | | | 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 #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 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | 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 | 5 | -14/+18 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | 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 | 4 | -4/+6 | ||
| | * | | | | | | | 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 | 2 | -19/+27 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Fixes and corrections on formatting. | 2019-03-27 | 1 | -6/+9 | ||
| | * | | | | | | | Use MultiLevelQueue instead of old ThreadQueueList | 2019-03-27 | 2 | -19/+24 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2284 from lioncash/heap-alloc | 2019-03-28 | 3 | -59/+81 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||