summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2015-10-27push the real attach down via config_mountroot, like radeon, as wemrg
2015-10-27Eliminate Linux struct pci_dev::dev, struct platform_device::dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27Use nv_device_base(dev) like other callers, not dev->pdev->dev.riastradh
2015-10-26minor re-format of the previous.mrg
2015-10-25don't try to wait if (cold), spin waiting for registers to clear.mrg
2015-10-22Non-PCI IRQ support for Tegra.jmcneill
2015-10-22sprinkle -Wno-missing-field-initializersjmcneill
2015-10-22fix build on amd64jmcneill
2015-10-22Don't assume that PAGE_SIZE is the same as the GPU page size (4K).jmcneill
2015-10-19map stolen memory with BUS_DMA_COHERENTjmcneill
2015-10-18Backport GK20A support from linux-3.16.jmcneill
2015-10-18fix non-debug buildjmcneill
2015-10-18_nouveau_mc_dtor: only pci_intr_disestablish if the device is pcijmcneill
2015-10-18add dma tag to struct platform_devicejmcneill
2015-10-18add get_num_physpagesjmcneill
2015-10-17dont pull in agp.h when building as a modulejmcneill
2015-10-17support for non-PCI devicesjmcneill
2015-10-17vunmap takes 2 parameters on netbsdjmcneill
2015-10-17skip clflush on armjmcneill
2015-10-17use VM_FREELIST_DEFAULT on armjmcneill
2015-10-17only define __OS_HAS_AGP if x86 and NAGP > 0jmcneill
2015-10-17only include acpivar.h when NACPICA > 0jmcneill
2015-10-17only use mtrr api if options MTRR is present and we are on x86jmcneill
2015-10-17only build ttm_agp code if __OS_HAS_AGP is definedjmcneill
2015-10-17nouveau_pci.c depends on nouveau_pci condition, not nouveaujmcneill
2015-10-17fix __OS_HAS_AGP=0 buildjmcneill
2015-10-17include sys/cpu.h for CPU_INFO_ITERATORjmcneill
2015-10-17build on platforms without agp_i810jmcneill
2015-10-17machine/cpufunc.h is MD, move it to i386/amd64 blockjmcneill
2015-10-17Don't include ACPI headers unless NACPICA > 0jmcneill
2015-10-17Split nouveau@pci from nouveau so we can attach it to other busses.jmcneill
2015-10-14use pci_dma64_available() to choose a valid DMA tag.mrg
2015-10-13nouveau_drm.c:mrg
2015-10-13Fix comment in previous.riastradh
2015-10-13Fix indexing convention of Linux __ffs/__ffs64 shims.riastradh
2015-10-10fix the same bug on the linux side, print the error, and return the -tivechristos
2015-10-10Zero out the guard for bus_space_unmap before calling i915_dma_cleanup() whichchristos
2015-10-06Update comments to match previous change (avoid panic in SIOCGNATL)prlw1
2015-09-05viadrmkms is not i915drmkms; from Vicente Chaves in PR 50103.dholland
2015-09-01kern/50185: dwctwo attach failureskrll
2015-09-01Re-apply hunk that got lost in the recent import. CVS is fun!skrll
2015-08-31Fix build.uebayasi
2015-08-30Note where we're tracking dwc2 from now.skrll
2015-08-30Update for latest dwc2skrll
2015-08-30Merge conflictsskrll
2015-08-30KNFskrll
2015-08-30Whitespaceskrll
2015-08-28Try config(5) "prefix" to shorten lines.uebayasi