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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
gpu: host1x: Use relative include paths
Thierry Reding
7
-26
/
+24
2013-10-31
drm/tegra: Move subdevice infrastructure to host1x
Thierry Reding
13
-365
/
+898
2013-10-31
gpu: host1x: Expose syncpt and channel functionality
Thierry Reding
14
-254
/
+211
2013-10-31
drm/tegra: Introduce tegra_drm_client structure
Thierry Reding
6
-83
/
+114
2013-10-31
gpu: host1x: Make host1x header file public
Thierry Reding
5
-10
/
+9
2013-10-31
drm/tegra: gem: Miscellaneous cleanups
Thierry Reding
1
-11
/
+10
2013-10-31
drm/tegra: Rename gr2d to tegra-gr2d
Thierry Reding
1
-1
/
+1
2013-10-31
drm/tegra: gr2d: Miscellaneous cleanups
Thierry Reding
1
-51
/
+49
2013-10-31
gpu: host1x: firewall: Refactor register check
Thierry Reding
1
-26
/
+31
2013-10-31
gpu: host1x: firewall: Rename cmdbuf_id -> cmdbuf
Thierry Reding
1
-5
/
+5
2013-10-31
gpu: host1x: Fix alignment of function arguments
Thierry Reding
1
-1
/
+1
2013-10-31
gpu: host1x: Do not discard .remove()
Thierry Reding
1
-4
/
+3
2013-10-31
gpu: host1x: Cleanup includes
Thierry Reding
9
-51
/
+2
2013-10-31
drm/tegra: Rename host1x_drm_context to tegra_drm_context
Thierry Reding
3
-20
/
+28
2013-10-31
drm/tegra: Rename host1x_drm_file to tegra_drm_file
Thierry Reding
2
-15
/
+15
2013-10-31
drm/tegra: Rename host1x_drm structure to tegra_drm
Thierry Reding
8
-116
/
+115
2013-10-31
drm/tegra: Cleanup tegra_dc structure
Thierry Reding
1
-4
/
+1
2013-10-31
drm/tegra: Remove unused fields
Thierry Reding
1
-4
/
+0
2013-10-31
gpu: host1x: Remove unused Makefile
Thierry Reding
1
-6
/
+0
2013-10-31
gpu: host1x: check relocs after all gathers are consumed
Erik Faye-Lund
1
-4
/
+4
2013-10-31
drm: Fix typo in debug message
Thierry Reding
1
-1
/
+1
2013-10-31
drm: Track the proper DPMS mode of connectors
Thierry Reding
1
-0
/
+8
2013-10-15
drm/i915: abstract the conversion of device->minor out to a macro
Dave Airlie
1
-15
/
+17
2013-10-15
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
46
-1150
/
+2268
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
85
-873
/
+625
2013-10-09
drm/i915/dp: get rid of intel_dp->link_configuration
Jani Nikula
3
-29
/
+13
2013-10-09
drm/radeon/dp: use drm_dp_enhanced_frame_cap()
Jani Nikula
1
-2
/
+1
2013-10-09
drm/dp: add helper for checking DP_ENHANCED_FRAME_CAP in DPCD
Jani Nikula
1
-0
/
+7
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
8
-50
/
+0
2013-10-09
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
16
-51
/
+46
2013-10-09
drm: Kill ctx_count from struct drm_device
Ville Syrjälä
4
-5
/
+1
2013-10-09
drm: Kill unused stuff from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
8
-19
/
+21
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
6
-119
/
+81
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
3
-6
/
+6
2013-10-09
drm: Make vblank_inmodeset unsigned
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
7
-11
/
+12
2013-10-09
drm/i915/dp: use drm_edid_duplicate
Jani Nikula
1
-9
/
+1
2013-10-09
drm: Fix comment referring to the long gone ->probe() connector vfunc
Lespiau, Damien
1
-3
/
+3
2013-10-09
drm: Try loading builtin EDIDs first
Chris Wilson
1
-54
/
+54
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
2
-25
/
+37
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
5
-13
/
+29
2013-10-09
drm: move drm_lastclose() to drm_fops.c
David Herrmann
2
-70
/
+70
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
5
-167
/
+96
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
5
-57
/
+80
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
34
-124
/
+0
2013-10-09
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
8
-35
/
+38
2013-10-04
drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
Damien Lespiau
1
-2
/
+5
2013-10-04
drm/i915: Add a more detailed comment about the set_base() fastboot hack
Damien Lespiau
1
-1
/
+13
2013-10-04
drm/i915/vlv: Turn off power gate for BIOS-less system.
Chon Ming Lee
2
-0
/
+25
[next]