index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-07
drm/gma500: constify all struct drm_*_helper funcs pointers
Jani Nikula
10
-14
/
+14
2015-04-07
drm/mgag200: constify all struct drm_*_helper funcs pointers
Jani Nikula
1
-1
/
+1
2015-04-07
drm/exynos: constify all struct drm_*_helper funcs pointers
Jani Nikula
1
-1
/
+1
2015-04-07
drm: Fix some typos
John Hunter
1
-2
/
+2
2015-04-02
drm/vgem: implement virtual GEM
Zach Reizner
6
-0
/
+529
2015-04-01
drm/bochs: disable video before changing video mode
Chris Ruffin
1
-0
/
+1
2015-04-01
Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
8
-51
/
+73
2015-04-01
Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...
Dave Airlie
204
-3445
/
+4508
2015-03-31
drm: line wrap DRM_IOCTL_DEF* macros
Emil Velikov
1
-2
/
+7
2015-03-31
Merge branch 'drm-atmel-hlcdc-4.1-fixes' of git://github.com/bbrezillon/linux...
Dave Airlie
3
-15
/
+28
2015-03-31
Merge tag 'drm-amdkfd-next-2015-03-25' of git://people.freedesktop.org/~gabba...
Dave Airlie
11
-93
/
+103
2015-03-30
drm/atomic: Don't try to free a NULL state
Ander Conselvan de Oliveira
1
-0
/
+3
2015-03-30
Merge tag 'v4.0-rc6' into drm-intel-next
Daniel Vetter
170
-1990
/
+1855
2015-03-30
drm/atomic: Clear crtcs, connectors and planes when clearing state
Ander Conselvan de Oliveira
1
-0
/
+3
2015-03-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+3
2015-03-27
drm/i915: Update DRIVER_DATE to 20150327
Daniel Vetter
1
-1
/
+1
2015-03-27
drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code
Ville Syrjälä
1
-6
/
+7
2015-03-27
drm: Use max() to make the ioctl alloc size code cleaner
Ville Syrjälä
1
-3
/
+2
2015-03-27
drm: Simplify core vs. drv ioctl handling
Ville Syrjälä
1
-24
/
+15
2015-03-27
drm: Drop ioctl->cmd_drv
Ville Syrjälä
2
-5
/
+5
2015-03-27
drm/i915: Skip allocating shadow batch for 0-length batches
Chris Wilson
1
-1
/
+1
2015-03-27
drm/i915: Handle error to get connector state when staging config
Ander Conselvan de Oliveira
1
-0
/
+2
2015-03-27
drm/i915: Compare GGTT view structs instead of types
Joonas Lahtinen
5
-16
/
+30
2015-03-27
drm/i915: fix simple_return.cocci warnings
kbuild test robot
1
-7
/
+1
2015-03-27
drm/atomic-helpers: Properly avoid full modeset dance
Daniel Vetter
1
-2
/
+4
2015-03-27
drm/i915: Add module param to test the load detect code
Daniel Vetter
3
-3
/
+12
2015-03-27
drm/i915: Remove usage of encoder->new_crtc from clock computations
Ander Conselvan de Oliveira
1
-13
/
+38
2015-03-27
drm/i915: Don't look at staged config crtc when changing DRRS state
Ander Conselvan de Oliveira
1
-1
/
+1
2015-03-27
drm/i915: Convert intel_pipe_will_have_type() to using atomic state
Ander Conselvan de Oliveira
2
-52
/
+83
2015-03-27
drm/i915: Pass an atomic state to modeset_global_resources() functions
Ander Conselvan de Oliveira
2
-5
/
+7
2015-03-27
drm/i915: Add dynamic page trace events
Michel Thierry
3
-0
/
+106
2015-03-27
drm/i915: Finish gen6/7 dynamic page table allocation
Michel Thierry
2
-19
/
+129
2015-03-27
drm/i915: Remove unnecessary gen6_ppgtt_unmap_pages
Michel Thierry
1
-11
/
+0
2015-03-27
drm/i915: Fix i915_dma_map_single positive error code
Michel Thierry
1
-1
/
+4
2015-03-27
drm/i915: Prevent out of range pt in gen6_for_each_pde
Michel Thierry
1
-3
/
+3
2015-03-27
drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
Daniel Vetter
3
-27
/
+1
2015-03-27
watchdog: imgpdc: Fix default heartbeat
James Hogan
1
-3
/
+3
2015-03-27
watchdog: imgpdc: Fix probe NULL pointer dereference
James Hogan
1
-1
/
+1
2015-03-27
watchdog: mtk_wdt: signedness bug in mtk_wdt_start()
Dan Carpenter
1
-1
/
+1
2015-03-27
Merge branch 'drm-st-next-2015-03-19' of git://git.linaro.org/people/benjamin...
Dave Airlie
7
-146
/
+205
2015-03-26
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-34
/
+35
2015-03-26
Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-10
/
+16
2015-03-26
drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()
Ander Conselvan de Oliveira
1
-1
/
+1
2015-03-26
drm/i915: Don't use staged config in intel_dp_mst_compute_config()
Ander Conselvan de Oliveira
1
-6
/
+11
2015-03-26
drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()
Ander Conselvan de Oliveira
1
-9
/
+15
2015-03-26
drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config
Ander Conselvan de Oliveira
1
-5
/
+16
2015-03-26
drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config()
Ander Conselvan de Oliveira
1
-1
/
+1
2015-03-26
drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()
Ander Conselvan de Oliveira
1
-4
/
+10
2015-03-26
drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()
Ander Conselvan de Oliveira
1
-2
/
+16
2015-03-26
drm/i915: Copy the staged connector config to the legacy atomic state
Ander Conselvan de Oliveira
1
-7
/
+45
[next]