index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
phy
/
phy-exynos5250-usb2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
drm/mst: fix build with debugfs off.
Dave Airlie
1
-0
/
+1
2014-07-09
drm/tilcdc: oops a Module.symvers snuck in
Dave Airlie
1
-0
/
+0
2014-07-08
drm: Remove command line guard for universal planes
Matt Roper
3
-7
/
+0
2014-07-08
drm/helper: add Displayport multi-stream helper (v0.6)
Dave Airlie
4
-1
/
+3228
2014-07-08
drm: add a path blob property
Dave Airlie
2
-0
/
+31
2014-07-08
drm/fb_helper: allow adding/removing connectors later
Dave Airlie
2
-0
/
+57
2014-07-08
drm/crtc: add interface to reinitialise the legacy mode group
Dave Airlie
2
-0
/
+10
2014-07-08
drm/udl: Implement page_flip ioctl
Stéphane Marchesin
1
-0
/
+21
2014-07-08
drm/udl: add vblank support
Stéphane Marchesin
1
-0
/
+15
2014-07-08
drm/tegra: Implement race-free hotplug detection
Thierry Reding
3
-17
/
+39
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
18
-28
/
+72
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
17
-17
/
+17
2014-07-08
drm/fb-helper: Fix hpd vs. initial config races
Daniel Vetter
5
-16
/
+5
2014-07-08
ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.
Martin Kepplinger
1
-7
/
+7
2014-07-08
drm/tilcdc: replace late_initcall with module_init
Guido Martínez
1
-1
/
+1
2014-07-08
drm/tilcdc: remove submodule destroy calls
Guido Martínez
6
-53
/
+50
2014-07-08
drm/tilcdc: fix double kfree
Guido Martínez
1
-3
/
+1
2014-07-08
drm/tilcdc: fix release order on exit
Guido Martínez
1
-3
/
+3
2014-07-08
drm/tilcdc: panel: fix leak when unloading the module
Guido Martínez
1
-0
/
+1
2014-07-08
drm/tilcdc: tfp410: fix dangling sysfs connector node
Guido Martínez
1
-0
/
+1
2014-07-08
drm/tilcdc: slave: fix dangling sysfs connector node
Guido Martínez
1
-0
/
+1
2014-07-08
drm/tilcdc: panel: fix dangling sysfs connector node
Guido Martínez
1
-0
/
+1
2014-07-08
drm/crtc-helper: use drm_framebuffer flags
Fabien DESSENNE
1
-0
/
+1
2014-07-08
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
Christian König
5
-4
/
+11
2014-07-08
vgaarb: We can own non-decoded resources
Alex Williamson
1
-18
/
+22
2014-07-08
drm/omap: remove null test before kfree
Fabian Frederick
1
-3
/
+1
2014-07-08
drm/bochs: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
Fabian Frederick
1
-1
/
+1
2014-07-08
drm/ttm: recognize ARM arch in ioprot handler
Lucas Stach
1
-1
/
+1
2014-07-08
drm: enable render-nodes by default
David Herrmann
2
-7
/
+1
2014-07-08
drm/ttm: remove declaration of ttm_tt_cache_flush
Alexandre Courbot
1
-12
/
+0
2014-07-08
drm/gem: remove misleading gfp parameter to get_pages()
David Herrmann
6
-17
/
+28
2014-07-08
drm/omap: use __GFP_DMA32 for shmem-backed gem
David Herrmann
1
-9
/
+8
2014-07-06
Linux 3.16-rc4
v3.16-rc4
Linus Torvalds
1
-1
/
+1
2014-07-05
genirq: Fix memory leak when calling irq_free_hwirqs()
Keith Busch
1
-2
/
+2
2014-07-05
MAINTAINERS: Add few more Keystone drivers
Santosh Shilimkar
1
-1
/
+25
2014-07-05
MAINTAINERS: merge MXS entry into IMX one
Shawn Guo
1
-7
/
+1
2014-07-05
ARM: sunxi: Reintroduce the restart code for A10/A20 SoCs
Maxime Ripard
1
-0
/
+77
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
3
-4
/
+6
2014-07-04
arm64: mm: Make icache synchronisation logic huge page aware
Steve Capper
1
-1
/
+2
2014-07-04
arm64: mm: Fix horrendous config typo
Steve Capper
1
-1
/
+1
2014-07-04
drm/vmwgfx: Fix compat shader namespace
Thomas Hellstrom
7
-413
/
+673
2014-07-04
ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA contr...
Mengdong Lin
3
-41
/
+66
2014-07-04
drm/i915: provide interface for audio driver to query cdclk
Jani Nikula
2
-0
/
+22
2014-07-04
ptrace,x86: force IRET path after a ptrace_stop()
Tejun Heo
2
-0
/
+19
2014-07-04
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Greg Kroah-Hartman
1
-1
/
+5
2014-07-03
[SCSI] use the scsi data buffer length to extract transfer size
Martin K. Petersen
1
-1
/
+1
2014-07-03
shmem: fix init_page_accessed use to stop !PageLRU bug
Hugh Dickins
1
-5
/
+10
2014-07-03
kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...
Andrew Morton
1
-26
/
+18
2014-07-03
tools/testing/selftests/ipc/msgque.c: improve error handling when not running...
Shuah Khan
1
-0
/
+5
2014-07-03
fs/seq_file: fallback to vmalloc allocation
Heiko Carstens
1
-9
/
+21
[next]