| Age | Commit message (Expand) | Author |
| 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 |
| 2015-10-17 | nouveau_pci.c depends on nouveau_pci condition, not nouveau | jmcneill |
| 2015-10-17 | fix __OS_HAS_AGP=0 build | jmcneill |
| 2015-10-17 | include sys/cpu.h for CPU_INFO_ITERATOR | jmcneill |
| 2015-10-17 | build on platforms without agp_i810 | jmcneill |
| 2015-10-17 | machine/cpufunc.h is MD, move it to i386/amd64 block | jmcneill |
| 2015-10-17 | Don't include ACPI headers unless NACPICA > 0 | jmcneill |
| 2015-10-17 | Split nouveau@pci from nouveau so we can attach it to other busses. | jmcneill |
| 2015-10-14 | use pci_dma64_available() to choose a valid DMA tag. | mrg |
| 2015-10-13 | nouveau_drm.c: | mrg |
| 2015-10-13 | Fix comment in previous. | riastradh |
| 2015-10-13 | Fix indexing convention of Linux __ffs/__ffs64 shims. | riastradh |
| 2015-10-10 | fix the same bug on the linux side, print the error, and return the -tive | christos |
| 2015-10-10 | Zero out the guard for bus_space_unmap before calling i915_dma_cleanup() which | christos |
| 2015-10-06 | Update comments to match previous change (avoid panic in SIOCGNATL) | prlw1 |
| 2015-09-05 | viadrmkms is not i915drmkms; from Vicente Chaves in PR 50103. | dholland |
| 2015-09-01 | kern/50185: dwctwo attach failure | skrll |
| 2015-09-01 | Re-apply hunk that got lost in the recent import. CVS is fun! | skrll |
| 2015-08-31 | Fix build. | uebayasi |
| 2015-08-30 | Note where we're tracking dwc2 from now. | skrll |
| 2015-08-30 | Update for latest dwc2 | skrll |
| 2015-08-30 | Merge conflicts | skrll |
| 2015-08-30 | KNF | skrll |
| 2015-08-30 | Whitespace | skrll |
| 2015-08-28 | Try config(5) "prefix" to shorten lines. | uebayasi |