index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: rework the init/takedown ordering
Ben Skeggs
2012-03-13
1
-40
/
+41
*
drm/nvc0: add initial memory type detection
Ben Skeggs
2012-03-13
1
-0
/
+2
*
drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better
Ben Skeggs
2012-03-13
3
-3
/
+27
*
drm/nv50: add memory type detection
Ben Skeggs
2012-03-13
1
-0
/
+16
*
drm/nv20-nv40: add memory type detection
Ben Skeggs
2012-03-13
4
-2
/
+57
*
drm/nv20: split PFB code out of nv10_fb.c
Ben Skeggs
2012-03-13
5
-131
/
+198
*
drm/nouveau: memory type detection for the really old chipsets
Ben Skeggs
2012-03-13
2
-0
/
+13
*
drm/nouveau: move vram detection funcs to chipset-specific fb code
Ben Skeggs
2012-03-13
6
-76
/
+127
*
gma500: psb_irq: mark mid_{enable, disable}_pipe_event() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mark psb_intel_sdvo_hdmi_sink_detect() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: psb_intel_display: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-11
/
+2
*
gma500: mark psb_intel_pipe_set_base() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: drop unused psb_intel_modeset_cleanup()
Kirill A. Shutemov
2012-03-10
1
-7
/
+0
*
gma500: oaktrail_lvds_init() drop unused variable
Kirill A. Shutemov
2012-03-10
1
-2
/
+1
*
gma500: oaktrail_hdmi_i2c_access() drop unused variable
Kirill A. Shutemov
2012-03-10
1
-3
/
+3
*
gma500: mark oaktrail_backlight_init() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warning
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: oaktrail_hdmi: drop dead code
Kirill A. Shutemov
2012-03-10
1
-327
/
+0
*
gma500: oaktrail_crtc: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-10
/
+1
*
gma500: oaktrail_crtc: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mdfld_intel_display: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-12
/
+0
*
gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warning
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: mdfld_dsi_dpi: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-8
/
+1
*
gma500: mdfld_device: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: cdv_intel_lvds: #if 0 currently unused functions
Kirill A. Shutemov
2012-03-10
1
-0
/
+2
*
gma500: cdv_intel_lvds: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-4
/
+4
*
gma500: cdv_intel_hdmi: add missing include
Kirill A. Shutemov
2012-03-10
1
-0
/
+1
*
gma500: cdv_intel_crt: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-3
/
+3
*
gma500: cdv_intel_crt: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-9
/
+1
*
gma500: cdv_intel_crt: drop dead code
Kirill A. Shutemov
2012-03-10
1
-47
/
+0
*
gma500: cdv_intel_crt: add missing include
Kirill A. Shutemov
2012-03-10
1
-0
/
+1
*
gma500: fix cdv_intel_wait_for_vblank() prototype
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: fix two -Wmissing-field-initializers warnings
Kirill A. Shutemov
2012-03-10
1
-2
/
+4
*
gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: psb_driver_load(): drop unused variables
Kirill A. Shutemov
2012-03-10
1
-8
/
+0
*
gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEF
Kirill A. Shutemov
2012-03-10
1
-19
/
+16
*
gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mmu: drop unused psb_get_default_pd_addr()
Kirill A. Shutemov
2012-03-10
1
-9
/
+0
*
gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: drop unused psbfb_suspend()/psbfb_resume()
Kirill A. Shutemov
2012-03-10
1
-33
/
+0
*
gma500: gem_glue: add missing include
Kirill A. Shutemov
2012-03-10
1
-0
/
+1
*
gma500: medfield: drop a bit of dead code
Kirill A. Shutemov
2012-03-10
2
-21
/
+0
*
gma500: mdfld_dsi_output_init() drop unused parameter
Kirill A. Shutemov
2012-03-10
3
-19
/
+9
*
gma500: psbfb_create(): move depth initialization out of loop
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: initial medfield merge
Kirill A. Shutemov
2012-03-10
20
-0
/
+6318
*
gma500: rework register stuff sanely
Alan Cox
2012-03-10
6
-138
/
+148
*
gma500: make init_pm callback in struct psb_op optional
Kirill A. Shutemov
2012-03-10
2
-6
/
+2
*
gma500: re-order calling on the fix setup so we set up after the DRM layer
Alan Cox
2012-03-10
1
-1
/
+1
*
intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()
Jesper Juhl
2012-03-10
1
-5
/
+4
[next]