summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-01drm/exynos/decon5433: kill BIT_WIN_UPDATED flagAndrzej Hajda1-4/+0
2017-06-01drm/exynos/decon5433: kill BIT_CLKS_ENABLED flagAndrzej Hajda1-11/+1
2017-06-01drm/exynos/decon5433: kill BIT_IRQS_ENABLED flagAndrzej Hajda1-7/+1
2017-06-01drm/exynos/decon5433: move TE handling to DECONAndrzej Hajda1-23/+71
2017-06-01dt-bindings: exynos5433-decon: add TE interrupt bindingAndrzej Hajda1-1/+2
2017-06-01dt-bindings: exynos5433-decon: fix interrupts bindingsAndrzej Hajda1-6/+6
2017-06-01drm/exynos/decon5433: always do sw-trigger when vblanks enabledAndrzej Hajda1-1/+5
2017-06-01drm/exynos: mixer: document YCbCr magic numbersTobias Jakobi2-10/+30
2017-06-01drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()Tobias Jakobi1-22/+8
2017-06-01drm/exynos/dsi: fix bridge_node DT parsingAndrzej Hajda1-1/+1
2017-06-01drm/exynos/hdmi: fix pipeline disable orderAndrzej Hajda1-10/+3
2017-06-01drm/exynos/decon5433: simplify shadow protect codeAndrzej Hajda2-13/+8
2017-06-01drm/exynos/decon5433: kill BIT_IRQS_ENABLEDAndrzej Hajda1-15/+7
2017-06-01drm/exynos/decon5433: kill DECON_UPDATE workaroundAndrzej Hajda1-6/+2
2017-06-01drm/exynos: kill mode_set_nofb callbackAndrzej Hajda4-14/+0
2017-06-01drm/exynos: kill pipe field from drivers contextsAndrzej Hajda5-30/+4
2017-06-01drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda7-9/+7
2017-06-01drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda6-42/+11
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda8-28/+8
2017-06-01drm/exynos/decon5433: implement frame counterAndrzej Hajda3-0/+24
2017-06-01drm/exynos: simplify completion event handlingAndrzej Hajda1-9/+8
2017-06-01Merge tag 'exynos-drm-fixes-for-v4.12' of git://git.kernel.org/pub/scm/linux/...Inki Dae2-21/+10
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie647-3408/+7494
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie98-3095/+7930
2017-05-29drm/i915: Update DRIVER_DATE to 20170529Daniel Vetter1-2/+2
2017-05-29drm/exynos: clean up description of exynos_drm_crtcInki Dae1-4/+1
2017-05-29drm/exynos: dsi: Remove bridge node reference in removalHoegeun Kwon1-0/+4
2017-05-29drm/exynos: dsi: Fix the parse_dt functionHoegeun Kwon1-17/+5
2017-05-29drm/exynos: Merge pre/postclose hooksDaniel Vetter1-7/+1
2017-05-28Linux 4.12-rc3v4.12-rc3Linus Torvalds1-1/+1
2017-05-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds4-17/+11
2017-05-29Merge tag 'drm-misc-next-2017-05-26' of git://anongit.freedesktop.org/git/drm...Dave Airlie224-814/+1194
2017-05-27Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-49/+162
2017-05-27Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-6/+12
2017-05-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-37/+81
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+16
2017-05-27Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-8/+8
2017-05-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-47/+176
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+18
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+12
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-9/+47
2017-05-26x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner1-6/+14
2017-05-26x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)1-1/+1
2017-05-26selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu1-0/+21
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2-1/+10
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques1-1/+1
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-17/+20
2017-05-26Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-254/+701
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-74/+66