aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-05udmabuf: implement begin_cpu_access/end_cpu_access hooksGurchetan Singh1-0/+39
2019-12-05udmabuf: separate out creating/destroying scatter-tableGurchetan Singh1-7/+19
2019-12-05udmabuf: add a pointer to the miscdevice in dma-buf private dataGurchetan Singh1-4/+7
2019-12-05udmabuf: use cache_sgt_mapping optionGurchetan Singh1-4/+5
2019-12-05drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann3-3/+4
2019-12-05drm/tdfx: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/sis: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/savage: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann40-54/+54
2019-12-05drm/r128: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann5-6/+6
2019-12-05drm/mga: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/i810: Don't include <drm/drm_pci.h>Thomas Zimmermann2-2/+3
2019-12-05drm/ast: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+0
2019-12-05drm/pci: Hide legacy PCI functions from non-legacy codeThomas Zimmermann3-16/+32
2019-12-05drm/pci: Only build drm_pci.c if CONFIG_PCI is setThomas Zimmermann4-17/+55
2019-12-03drm/panel: rpi: Drop unused GPIO includesLinus Walleij1-2/+0
2019-12-03drm/crtc-helper: drm_connector_get_single_encoder prototype is missingBenjamin Gaignard1-0/+2
2019-12-03video: omapfb: use const pointer for fb_opsJani Nikula1-1/+1
2019-12-03video: fbmem: use const pointer for fb_opsJani Nikula1-2/+2
2019-12-03video: fbdev: vesafb: modify the static fb_ops directlyJani Nikula1-3/+3
2019-12-03video: udlfb: don't restore fb_mmap after deferred IO cleanupJani Nikula1-1/+0
2019-12-03video: smscufx: don't restore fb_mmap after deferred IO cleanupJani Nikula1-1/+0
2019-12-03drm/fb-helper: don't preserve fb_ops across deferred IO useJani Nikula1-22/+3
2019-12-03video: fb_defio: preserve user fb_opsJani Nikula2-7/+11