summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: remove the dma_ioctl special-caseDaniel Vetter2013-08-191-0/+2
* drm: rip out drm_core_has_MTRR checksDaniel Vetter2013-08-191-11/+0
* drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.cDaniel Vetter2013-08-191-20/+1
* drm/prime: add a bit of documentation about gem_obj->import_attachDaniel Vetter2013-08-191-1/+10
* drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter2013-08-191-0/+1
* drm: use ida to allocate connector idsIlia Mirkin2013-08-191-0/+2
* drm/gem: add shmem get/put page helpersRob Clark2013-08-191-0/+4
* drm/gem: add drm_gem_create_mmap_offset_size()Rob Clark2013-08-191-0/+1
* drm: add flip-work helperRob Clark2013-08-191-0/+76
* drm: Remove drm_mode_validate_clocksStéphane Marchesin2013-08-191-3/+0
* drm: remove a bunch of unused #defines from drmP.hDaniel Vetter2013-08-191-9/+0
* drm: rip out a few unused DRIVER flagsDaniel Vetter2013-08-191-3/+0
* drm: rip out DRIVER_FB_DMA and related codeDaniel Vetter2013-08-191-1/+0
* drm: remove FASYNC supportDaniel Vetter2013-08-191-3/+0
* drm: mark context support as a legacy subsystemDaniel Vetter2013-08-191-3/+4
* drm: mark dma setup/teardown as legacy systemsDaniel Vetter2013-08-191-2/+2
* drm: hide legacy sg cleanup better from common codeDaniel Vetter2013-08-191-1/+1
* drm: kill dev->driver->set_versionDaniel Vetter2013-08-191-2/+0
* Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie2013-08-1914-122/+154
|\
| * drm/rcar-du: Rework output routing supportLaurent Pinchart2013-08-091-2/+15
| * drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart2013-08-091-6/+13
| * Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-291-1/+1
| |\
| | * pinctrl: am33xx dt binding: correct include pathIan Campbell2013-07-211-1/+1
| * | Merge tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-262-11/+1
| |\ \
| | * | Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8"Rafael J. Wysocki2013-07-262-11/+1
| * | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-264-10/+16
| |\ \ \
| | * | | ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann2013-07-231-1/+1
| | * | | Merge tag 'imx-fixes-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 ...Olof Johansson2013-07-232-9/+11
| | |\ \ \
| | | * | | ARM: imx: fix vf610 enet module clock selectionShawn Guo2013-07-151-1/+3
| | | * | | ARM i.MX6Q: Fix IOMUXC GPR1 defines for ENET_CLK_SEL and IPU1/2_MUXPhilipp Zabel2013-07-151-8/+8
| | | | |/ | | | |/|
| | * | | dmaengine: shdma: fix a build failure on platforms with no DMA supportGuennadi Liakhovetski2013-07-231-0/+4
| | | |/ | | |/|
| * | | Merge tag 'usb-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-07-262-11/+11
| |\ \ \
| | * | | USB: move the definition of USB_MAXCHILDRENAlan Stern2013-07-172-11/+11
| | | |/ | | |/|
| * | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-261-37/+84
| |\ \ \
| | * | | ARM: imx6q: update the sata bits definitions of gpr13Richard Zhu2013-07-241-37/+84
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-4/+0
| |\ \ \
| | * | | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-4/+0
| * | | | Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-241-1/+6
| |\ \ \ \
| | * | | | EDAC: Fix lockdep splatBorislav Petkov2013-07-241-1/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-242-40/+8
| |\ \ \ \
| | * | | | cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2013-07-121-2/+1
| | * | | | cgroup: remove bcache_subsys_id which got added stealthilyTejun Heo2013-07-101-38/+7
* | | | | | drm/i2c: tda998x: add video and audio input configurationRussell King2013-08-191-0/+30
* | | | | | drm: provide agp dummies for CONFIG_AGP=nDavid Herrmann2013-08-082-47/+196
* | | | | | Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...Dave Airlie2013-08-0718-125/+435
|\ \ \ \ \ \
| * | | | | | Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-25448-3397/+12531
| |\| | | | |
| | * | | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-231-4/+0
| | |\ \ \ \ \
| | | * | | | | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-191-4/+0
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-236-110/+346
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge branch 'bcache-for-3.11' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2013-07-021-109/+272
| | | |\ \ \ \