| Age | Commit message (Expand) | Author |
| 2020-11-01 | hle service: nvdrv: Update to instantiate SyncpointManager. | bunnei |
| 2020-11-01 | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. | bunnei |
| 2020-10-26 | video_core: NVDEC Implementation | ameerj |
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei |
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei |
| 2019-10-04 | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | Fernando Sahmkow |
| 2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec |
| 2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow |
| 2019-07-05 | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow |
| 2019-07-05 | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow |
| 2019-07-05 | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror... | Fernando Sahmkow |
| 2019-07-05 | nv_services: Deglobalize NvServices | Fernando Sahmkow |
| 2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow |
| 2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven... | Fernando Sahmkow |
| 2018-09-10 | hle/service: Default constructors and destructors in the cpp file where appli... | Lioncash |
| 2018-08-13 | Registered missing channel devices | David Marcec |
| 2018-08-07 | nvdrv: Get rid of global std::weak_ptr | Lioncash |
| 2018-08-07 | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash |
| 2018-07-25 | service/nvdrv: Take std::string in Open() by const reference | Lioncash |
| 2018-07-25 | service/nvdrv: Use std::move where applicable | Lioncash |
| 2018-05-30 | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl |
| 2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash |
| 2018-04-19 | service: Use nested namespace specifiers where applicable | Lioncash |
| 2018-02-11 | Make a GPU class in VideoCore to contain the GPU state. | Subv |
| 2018-02-11 | nvdrv: Make the GPU memory manager available to nvhost-gpu. | Subv |
| 2018-02-07 | nvhost_as_gpu: Add nvmap as a class member. | bunnei |
| 2018-02-05 | Extra nvdrv support (#162) | David |
| 2018-01-21 | Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) | David |
| 2018-01-20 | Format: Run the new clang format on everything | James Rowe |
| 2018-01-17 | nvdrv: stubbed Close(cmd 2) | Frederic Meyer |
| 2018-01-16 | NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a | Subv |
| 2018-01-16 | NV: Move the nvdrv classes into the Nvidia namespace, and move the functional... | Subv |
| 2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei |
| 2018-01-10 | NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. | Subv |
| 2018-01-10 | NV: Implemented the nvdrv:a service and the /dev/nvmap device. | Subv |