| Age | Commit message (Expand) | Author |
| 2020-05-02 | nvdrv: Fix GetGpuTime stack corruption | David Marcec |
| 2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy |
| 2019-12-25 | NvServices: Correct Ioctl Remap. | Fernando Sahmkow |
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-10-16 | Merge pull request #2912 from FernandoS27/async-fixes | bunnei |
| 2019-10-04 | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow |
| 2019-10-04 | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow |
| 2019-10-04 | service/nvdrv: Silence -Wswitch | ReinUsesLisp |
| 2019-09-22 | Merge pull request #2873 from ogniK5377/new-ioctls | Fernando Sahmkow |
| 2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec |
| 2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec |
| 2019-08-21 | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp |
| 2019-07-05 | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow |
| 2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow |
| 2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow |
| 2019-07-05 | NVFlinger: Correct GCC compile error | 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 | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow |
| 2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow |
| 2019-07-05 | Gpu: Mark areas as protected. | Fernando Sahmkow |
| 2019-07-05 | nv_services: Stub CtrlEventSignal | Fernando Sahmkow |
| 2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven... | Fernando Sahmkow |
| 2019-07-05 | nv_services: Create GPU channels correctly | Fernando Sahmkow |
| 2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow |
| 2019-07-05 | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow |
| 2019-06-04 | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash |
| 2019-06-04 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash |
| 2019-04-04 | core: Add missing override specifiers where applicable | Lioncash |
| 2019-03-22 | Merge pull request #2256 from bunnei/gpu-vmm | bunnei |
| 2019-03-20 | Merge pull request #2090 from FearlessTobi/port-4599 | bunnei |
| 2019-03-20 | gpu: Rewrite virtual memory manager using PageTable. | bunnei |
| 2019-03-20 | gpu: Move GPUVAddr definition to common_types. | bunnei |
| 2019-03-14 | gpu: Use host address for caching instead of guest address. | bunnei |
| 2019-03-06 | gpu: Move command processing to another thread. | bunnei |
| 2019-03-06 | gpu: Refactor command and swap buffers interface for asynch. | bunnei |
| 2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash |
| 2019-02-15 | core_timing: Convert core timing into a class | Lioncash |
| 2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash |
| 2019-02-08 | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias |
| 2019-02-06 | remove all occurance of specifying endianness inside BitField | Weiyi Wang |
| 2018-12-15 | nvhost_gpu: Skip empty GPU command lists. | bunnei |
| 2018-11-29 | Merge pull request #1801 from ogniK5377/log-before-execute | bunnei |
| 2018-11-27 | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei |
| 2018-11-26 | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei |
| 2018-11-26 | Improved error messages in AM, HwOpus and NvMap | David Marcec |
| 2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all s... | David Marcec |
| 2018-11-21 | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei |