| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-30 | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | |
| * add some CommandType * add some hid FunctionInfo * add some other HID FunctionInfo * delete non useful comments | |||
| 2018-05-30 | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | |
| 2018-05-30 | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | |
| 2018-05-29 | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | |
| 2018-05-29 | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | |
| 2018-05-28 | Service/BCAT: add module and services | mailwl | |
| 2018-05-27 | Merge pull request #475 from ogniK5377/nvos-getconfig | bunnei | |
| NvOsGetConfigU32 should return null instead of 0 for default output value | |||
| 2018-05-26 | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | |
| 2018-05-26 | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | |
| 2018-05-25 | Add & correct miscellaneous things (#470) | greggameplayer | |
| * add some InfoType * correct OpenApplicationProxy cmd number * add IDisplayController functions * fix clang-format * add more system languages | |||
| 2018-05-25 | Merge pull request #466 from mailwl/nv-timeout | bunnei | |
| Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | |||
| 2018-05-25 | GetAudioRendererWorkBufferSize impl (#465) | David | |
| * GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp | |||
| 2018-05-24 | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | |
| We have no clue on what this actually does yet so stubbing it since it's just input only should be fine for now | |||
| 2018-05-24 | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | |
| Used in Nintendo Labo ToyCon 1&2 | |||
| 2018-05-23 | Fix deadlocks caused from HID having too many layouts | David Marcec | |
| Games such as SMO deadlock if we have more than 2 layouts | |||
| 2018-05-23 | Merge pull request #460 from greggameplayer/patch-6 | bunnei | |
| Add & correct some error modules | |||
| 2018-05-23 | Merge pull request #459 from greggameplayer/patch-5 | bunnei | |
| Add ioctl commands with their params and size check | |||
| 2018-05-23 | Merge pull request #454 from Subv/signal_processwide | bunnei | |
| Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey | |||
| 2018-05-23 | Add & correct some error modules | greggameplayer | |
| 2018-05-23 | change some functions | greggameplayer | |
| according to the changes made previously | |||
| 2018-05-23 | correct placement and add size check | greggameplayer | |
| 2018-05-23 | Add ioctl commands with their params and size check | greggameplayer | |
| 2018-05-22 | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | |
| * Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE struct + 4 seems to be hard coded at 0 and struct + 0 seems to be ignored? * IocGetWaitbase -> IocChannelGetWaitbaseCommand * Added super late fixes | |||
| 2018-05-20 | Merge pull request #456 from Subv/unmap_buffer | bunnei | |
| Implemented nvhost-as-gpu's UnmapBuffer and nvmap's Free ioctls. | |||
| 2018-05-20 | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | |
| * Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format | |||
| 2018-05-20 | Merge pull request #457 from Subv/mutex_waiters | bunnei | |
| Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. | |||
| 2018-05-20 | Merge pull request #445 from greggameplayer/patch-2 | bunnei | |
| Properly rename functions of Fatal Module & add ThrowFatal to this module | |||
| 2018-05-20 | Mutex: Do not assert when the mutex waiting threads list isn't empty on ↵ | Subv | |
| mutex release. A thread may own multiple mutexes at the same time, and only release one of them while other threads are waiting for the other mutexes. | |||
| 2018-05-20 | GPU: Implemented the nvmap Free ioctl. | Subv | |
| It releases a reference to an nvmap object | |||
| 2018-05-20 | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | |
| It removes a mapping previously created with the MapBufferEx ioctl. | |||
| 2018-05-19 | Merge pull request #443 from ogniK5377/ipc-500 | Sebastian Valle | |
| Added IPC RequestWithContext & ControlWithContext | |||
| 2018-05-19 | Add and correct some Error Modules (#444) | greggameplayer | |
| * Add and correct some Error Modules | |||
| 2018-05-19 | Kernel/SVC: Signal the highest priority threads first in ↵ | Subv | |
| svcSignalProcessWideKey. | |||
| 2018-05-19 | Kernel/Threads: Reschedule the proper core when operating on that core's ↵ | Subv | |
| threads. | |||
| 2018-05-19 | SVC: Removed unused WaitSynchronization1 function | Subv | |
| 2018-05-18 | rename fatal:u functions & add ThrowFatal | greggameplayer | |
| 2018-05-18 | Properly update fatal.h void name | greggameplayer | |
| 2018-05-18 | Properly rename fatal module functions | greggameplayer | |
| 2018-05-17 | Added RequestWithContext & ControlWithContext | David Marcec | |
| 2018-05-13 | Updated nfp with more service names | Hexagon12 | |
| 2018-05-11 | Merge pull request #436 from bunnei/multi-core | bunnei | |
| Initial support for multi-core | |||
| 2018-05-10 | More accurate GetTPCMasks impl | David Marcec | |
| 2018-05-10 | core: Add several missing docstrings. | bunnei | |
| 2018-05-10 | thread: Rename mask to affinity_masks. | bunnei | |
| 2018-05-10 | core: Run all CPU cores separately, even in single-thread mode. | bunnei | |
| 2018-05-10 | thread: Support core change on ResumeFromWait and improve ChangeCore. | bunnei | |
| 2018-05-10 | scheduler: Protect scheduling functions with a global mutex. | bunnei | |
| 2018-05-10 | thread: Initialize ideal_core and mask members. | bunnei | |
| 2018-05-10 | threading: Reschedule only on cores that are necessary. | bunnei | |
| 2018-05-10 | svc: Implement GetThreadCoreMask and SetThreadCoreMask. | bunnei | |
