summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-26drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson1-1/+14
2017-04-26drm/i915: Park the signaler before sleepingChris Wilson1-3/+3
2017-04-26Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula7-40/+42
2017-04-18drm/i915/gvt: fix a bounds check in ring_id_to_context_switch_event()Dan Carpenter1-2/+2
2017-04-13drm/i915/gvt: Fix PTE write flush for taking runtime pm properlyZhenyu Wang1-0/+5
2017-04-13drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang2-10/+2
2017-04-13Merge tag 'drm/panel/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie10-0/+1399
2017-04-12drm/i915/gvt: add mmio init for virtual displayPei Zhang1-1/+28
2017-04-12drm/i915/gvt: use directly assignment for structure copyingChangbin Du2-4/+2
2017-04-12drm/i915/gvt: remove redundant ring id check which cause significant CPU misp...Changbin Du1-6/+0
2017-04-12drm/i915/gvt: remove redundant platform check for mocs load/restoreChangbin Du1-6/+0
2017-04-12drm/i915/gvt: Align render mmio list to cachelineChangbin Du1-2/+2
2017-04-11Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie35-622/+1569
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie133-1990/+6057
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie476-2824/+6926
2017-04-11Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie27-220/+455
2017-04-11Merge tag 'drm-intel-testing-2017-04-03' of git://anongit.freedesktop.org/git...Dave Airlie60-1997/+2601
2017-04-11Merge branch 'drm-next-4.12' of https://github.com/ckhu-mediatek/linux.git-ta...Dave Airlie13-238/+828
2017-04-09Linux 4.11-rc6v4.11-rc6Linus Torvalds1-1/+1
2017-04-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-90/+268
2017-04-09Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-16/+69
2017-04-09Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+14
2017-04-09Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-7/+31
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-61/+120
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds15-164/+281
2017-04-08Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-42/+83
2017-04-08Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-17/+43
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang1-0/+2
2017-04-08MAINTAINERS: separate out kernfs maintainershipTejun Heo1-2/+9
2017-04-08sysfs: be careful of error returns from ops->show()NeilBrown1-2/+4
2017-04-08Documentation: stable-kernel-rules: fix stable-tag formatJohan Hovold1-1/+1
2017-04-08msm/drm: gpu: Dynamically locate the clocks from the device treeJordan Crouse2-24/+58
2017-04-08drm/msm: gpu: Use OPP tables if we canJordan Crouse1-19/+66
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse5-11/+11
2017-04-08drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse2-0/+4
2017-04-08drm/msm: Reference count address spacesJordan Crouse6-13/+33
2017-04-08drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2-13/+19
2017-04-08drm/msm/mdp5: Enable 3D mux in mdp5_ctlArchit Taneja1-2/+7
2017-04-08drm/msm/mdp5: Reset CTL blend registers before configuring themArchit Taneja1-0/+18
2017-04-08drm/msm/mdp5: Assign 'right' mixer to CRTC stateArchit Taneja3-22/+129
2017-04-08drm/msm/mdp5: Stage border out on base stage if CRTC has 2 LMsArchit Taneja1-10/+35
2017-04-08drm/msm/mdp5: Stage right side hwpipes on Right-side Layer MixerArchit Taneja2-4/+20
2017-04-08drm/msm/mdp5: Prepare Layer Mixers for source splitArchit Taneja1-7/+32
2017-04-08drm/msm/mdp5: Configure 'right' hwpipeArchit Taneja2-1/+46
2017-04-08drm/msm/mdp5: Assign a 'right hwpipe' to plane stateArchit Taneja2-1/+57
2017-04-08drm/msm/mdp5: Create mdp5_hwpipe_mode_setArchit Taneja1-97/+130
2017-04-08drm/msm/mdp5: Add optional 'right' Layer Mixer in CRTC stateArchit Taneja4-11/+103
2017-04-08drm/msm/mdp5: Add a CAP for Source SplitArchit Taneja2-6/+17
2017-04-08drm/msm/mdp5: Remove mixer/intf pointers from mdp5_ctlArchit Taneja7-63/+88