summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2015-12-22Stop the callout if the transfer didn't get enqueuedskrll
2015-12-22Report an error when return -ENODEV for the unsupported setup.skrll
2015-12-15PR/50561: David Binderman: Add missing va_end calls.christos
2015-12-15PR/50560: David Binderman: fix memory leaks.christos
2015-12-15PR/50559: David Binderman: Add missing free()'s after calls to randomize().christos
2015-12-13Add build glue.jmcneill
2015-12-13Fix buildjmcneill
2015-12-13re-import libfdt for kernel usemacallan
2015-11-29Improve debug messageskrll
2015-11-26We never exec(2) with a kernel vmspace, so do not test for that, but insteadmartin
2015-11-24One too many parenthesis removed.jklos
2015-11-23Replace left shifts of negative values with appropiate unsigned values.joerg
2015-11-15Avoid NULL dereference in linux_worker_intr() in WORK_DELAYED_CANCELLED case.jakllsch
2015-11-14parse_hdmi_vsdb: read the HDMI physical address from the HDMI VSDB and store ...jmcneill
2015-11-14hdmi_audio_infoframe_pack: Initialize the entire output buffer.jmcneill
2015-11-14Support command-line modes by picking up connector modes from the devicejmcneill
2015-11-09If the "is_console" property is already specified, do not overwrite it.jmcneill
2015-11-09only clear agp hook on last close when agp is in use, from riastradh@jmcneill
2015-11-05set the "width" and "height" parameters from the surface_width andmrg
2015-11-05Paranoia about mmio register mapping size.riastradh
2015-11-05Return error from bus_space_map.riastradh
2015-11-05Fix bogus output parameter for bus_space_map.riastradh
2015-10-31disable the once-a-second and many-times-a-minute logs about thermals.mrg
2015-10-29provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}.mrg
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