summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-0512-24/+46
|\
| * Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter2014-03-3112-24/+46
| |\
| | * ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-311-0/+15
| | * vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+7
| | * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-1/+1
| | * ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-1/+3
| | * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-2/+2
| | * usbnet: include wait queue head in device structureOliver Neukum2014-03-271-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-253-8/+14
| | |\
| | | * tcp: syncookies: do not use getnstimeofday()Eric Dumazet2014-03-201-5/+6
| | | * net: cdc_ncm: fix control message orderingBjørn Mork2014-03-181-0/+1
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-181-3/+7
| | | |\
| | | | * selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-3/+7
| | * | | Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-212-9/+2
| | |\ \ \
| | | * | | tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-202-9/+2
| | | |/ /
| | * / / mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2014-03-211-2/+1
| | |/ /
* | | | Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-04-052-9/+16
|\ \ \ \
| * | | | drm/tegra: Relicense public header under MITThierry Reding2014-04-041-9/+15
| * | | | gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu2014-04-041-0/+1
* | | | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2014-04-051-0/+6
|\ \ \ \ \
| * | | | | drm/mipi_dsi: add flags to DSI messagesAndrzej Hajda2014-04-041-0/+6
* | | | | | Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2014-04-051-18/+29
|\ \ \ \ \ \
| * | | | | | drm/ttm: Hide the implementation details of reservationThomas Hellstrom2014-04-041-18/+29
* | | | | | | drm/cma: include <drm/drmP.h> as neededShawn Guo2014-04-041-0/+2
* | | | | | | drm: Add support for two-ended allocation, v3Lauri Kasanen2014-04-042-4/+31
* | | | | | | Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2014-04-041-0/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | drm/msm: validate flags, etcRob Clark2014-03-311-0/+11
| * | | | | | drm/msm: add chip-id paramRob Clark2014-03-311-0/+1
* | | | | | | Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-04-021-0/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | drm/dp: let drivers specify the name of the I2C-over-AUX adapterJani Nikula2014-03-181-0/+4
* | | | | | Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2014-04-024-4/+109
|\ \ \ \ \ \
| * | | | | | drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-022-0/+14
| * | | | | | drm: Remove unused drm_crtc->fbMatt Roper2014-04-021-3/+0
| * | | | | | drm: Add drm_crtc_init_with_planes() (v2)Matt Roper2014-04-021-0/+11
| * | | | | | drm: Add plane type property (v2)Rob Clark2014-04-021-0/+1
| * | | | | | drm: Add drm_universal_plane_init()Matt Roper2014-04-021-1/+8
| * | | | | | drm: Add primary plane helpers (v3)Matt Roper2014-04-021-0/+49
| * | | | | | drm: Make drm_crtc_check_viewport non-staticMatt Roper2014-04-021-0/+4
| * | | | | | drm: Add support for multiple plane types (v2)Matt Roper2014-04-021-1/+23
| | |/ / / / | |/| | | |
* / | | | | drm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} capsLespiau, Damien2014-04-021-0/+9
|/ / / / /
* | | | | drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2014-03-281-0/+4
* | | | | drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-281-1/+11
* | | | | drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-281-0/+1
* | | | | drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-281-21/+25
* | | | | drm: Remove the minor master listThomas Hellstrom2014-03-281-2/+0
* | | | | drm: Improve on minor type helpers v3Thomas Hellstrom2014-03-281-1/+6
* | | | | drm: Make control nodes master-less v3Thomas Hellstrom2014-03-281-0/+5
* | | | | drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2014-03-281-11/+6
* | | | | drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-281-12/+15
* | | | | drm: Remove the now unused DRM_LOG* macrosLespiau, Damien2014-03-281-19/+0