| Age | Commit message (Expand) | Author |
| 2015-12-22 | Stop the callout if the transfer didn't get enqueued | skrll |
| 2015-12-22 | Report an error when return -ENODEV for the unsupported setup. | skrll |
| 2015-12-15 | PR/50561: David Binderman: Add missing va_end calls. | christos |
| 2015-12-15 | PR/50560: David Binderman: fix memory leaks. | christos |
| 2015-12-15 | PR/50559: David Binderman: Add missing free()'s after calls to randomize(). | christos |
| 2015-12-13 | Add build glue. | jmcneill |
| 2015-12-13 | Fix build | jmcneill |
| 2015-12-13 | re-import libfdt for kernel use | macallan |
| 2015-11-29 | Improve debug message | skrll |
| 2015-11-26 | We never exec(2) with a kernel vmspace, so do not test for that, but instead | martin |
| 2015-11-24 | One too many parenthesis removed. | jklos |
| 2015-11-23 | Replace left shifts of negative values with appropiate unsigned values. | joerg |
| 2015-11-15 | Avoid NULL dereference in linux_worker_intr() in WORK_DELAYED_CANCELLED case. | jakllsch |
| 2015-11-14 | parse_hdmi_vsdb: read the HDMI physical address from the HDMI VSDB and store ... | jmcneill |
| 2015-11-14 | hdmi_audio_infoframe_pack: Initialize the entire output buffer. | jmcneill |
| 2015-11-14 | Support command-line modes by picking up connector modes from the device | jmcneill |
| 2015-11-09 | If the "is_console" property is already specified, do not overwrite it. | jmcneill |
| 2015-11-09 | only clear agp hook on last close when agp is in use, from riastradh@ | jmcneill |
| 2015-11-05 | set the "width" and "height" parameters from the surface_width and | mrg |
| 2015-11-05 | Paranoia about mmio register mapping size. | riastradh |
| 2015-11-05 | Return error from bus_space_map. | riastradh |
| 2015-11-05 | Fix bogus output parameter for bus_space_map. | riastradh |
| 2015-10-31 | disable the once-a-second and many-times-a-minute logs about thermals. | mrg |
| 2015-10-29 | provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}. | mrg |
| 2015-10-27 | push the real attach down via config_mountroot, like radeon, as we | mrg |
| 2015-10-27 | Eliminate Linux struct pci_dev::dev, struct platform_device::dev. | riastradh |
| 2015-10-27 | dev->dev, not &dev->pdev->dev. | riastradh |
| 2015-10-27 | dev->dev, not &dev->pdev->dev. | riastradh |
| 2015-10-27 | Use nv_device_base(dev) like other callers, not dev->pdev->dev. | riastradh |
| 2015-10-26 | minor re-format of the previous. | mrg |
| 2015-10-25 | don't try to wait if (cold), spin waiting for registers to clear. | mrg |
| 2015-10-22 | Non-PCI IRQ support for Tegra. | jmcneill |
| 2015-10-22 | sprinkle -Wno-missing-field-initializers | jmcneill |
| 2015-10-22 | fix build on amd64 | jmcneill |
| 2015-10-22 | Don't assume that PAGE_SIZE is the same as the GPU page size (4K). | jmcneill |
| 2015-10-19 | map stolen memory with BUS_DMA_COHERENT | jmcneill |
| 2015-10-18 | Backport GK20A support from linux-3.16. | jmcneill |
| 2015-10-18 | fix non-debug build | jmcneill |
| 2015-10-18 | _nouveau_mc_dtor: only pci_intr_disestablish if the device is pci | jmcneill |
| 2015-10-18 | add dma tag to struct platform_device | jmcneill |
| 2015-10-18 | add get_num_physpages | jmcneill |
| 2015-10-17 | dont pull in agp.h when building as a module | jmcneill |
| 2015-10-17 | support for non-PCI devices | jmcneill |
| 2015-10-17 | vunmap takes 2 parameters on netbsd | jmcneill |
| 2015-10-17 | skip clflush on arm | jmcneill |
| 2015-10-17 | use VM_FREELIST_DEFAULT on arm | jmcneill |
| 2015-10-17 | only define __OS_HAS_AGP if x86 and NAGP > 0 | jmcneill |
| 2015-10-17 | only include acpivar.h when NACPICA > 0 | jmcneill |
| 2015-10-17 | only use mtrr api if options MTRR is present and we are on x86 | jmcneill |
| 2015-10-17 | only build ttm_agp code if __OS_HAS_AGP is defined | jmcneill |