aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06drm/fb-helper: Add top-level lockThierry Reding1-1/+18
2017-07-05drm: Remove pending_read_domains and pending_write_domainChris Wilson1-15/+0
2017-07-03drm/atomic: initial support for asynchronous plane updateGustavo Padovan3-0/+56
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-25/+31
2017-06-29dma-buf/dma-fence: Extract __dma_fence_is_later()Chris Wilson1-1/+14
2017-06-28drm/vblank: Unexport drm_vblank_cleanupDaniel Vetter1-1/+0
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul93-204/+773
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie16-44/+83
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-06-23Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-0/+1
2017-06-23drm/qxl: fix __user annotationsGerd Hoffmann1-3/+3
2017-06-22drm: Add drm_atomic_helper_wait_for_flip_done()Boris Brezillon2-1/+5
2017-06-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2017-06-21ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-0/+2
2017-06-21Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-1/+38
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie2-8/+76
2017-06-21Merge tag 'drm-msm-next-2017-06-20' of git://people.freedesktop.org/~robclark/linux into drm-nextDave Airlie1-3/+6
2017-06-20drm: Convert CMA fbdev console suspend helpers to use boolLiviu Dudau1-2/+2
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2017-06-20drm/doc: Improve ioctl/fops docs a bit moreDaniel Vetter1-0/+18
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter2-9/+0
2017-06-20drm/vblank: Consistent drm_crtc_ prefixDaniel Vetter1-1/+1
2017-06-20drm/doc: vblank cleanupDaniel Vetter2-5/+35
2017-06-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-0/+4
2017-06-20Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+6
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-2/+36
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+2
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie1-0/+6
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson1-2/+17
2017-06-16drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVAJordan Crouse1-2/+6
2017-06-16drm/msm: Remove DRM_MSM_NUM_IOCTLSJordan Crouse1-1/+0
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+2
2017-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie31-57/+176
2017-06-16Merge tag 'imx-drm-next-2017-06-08' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie1-0/+1
2017-06-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2-0/+15
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+28
2017-06-16Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie4-4/+9
2017-06-15drm/vc4: Add get/set tiling ioctls.Eric Anholt1-0/+16
2017-06-15drm/vc4: Add T-format scanout support.Eric Anholt1-1/+22
2017-06-15gpu: host1x: Refactor channel allocation codeMikko Perttunen1-1/+0
2017-06-15gpu: host1x: Correct swapped arguments in the is_addr_reg() definitionDmitry Osipenko1-1/+1
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko1-0/+3