index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
ac97
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-04
drm/gud: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-07-02
drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer
Marek Vasut
1
-1
/
+1
2023-06-30
MAINTAINERS: Add T.J. Mercier as reviewer for DMA-BUF HEAPS FRAMEWORK
John Stultz
1
-0
/
+1
2023-06-30
MAINTAINERS: Remove Liam Mark from DMA-BUF HEAPS FRAMEWORK
Jeffrey Hugo
1
-1
/
+0
2023-06-29
drm/edid: Add quirk for OSVR HDK 2.0
Ralph Campbell
1
-0
/
+1
2023-06-29
drm/tests: Fix swapped drm_framebuffer tests parameter names
Carlos Eduardo Gallo Filho
1
-2
/
+2
2023-06-28
drm/edid: make read-only const array static
Colin Ian King
1
-1
/
+1
2023-06-27
drm/ast: Merge config and chip detection
Thomas Zimmermann
1
-51
/
+57
2023-06-27
drm/ast: Move widescreen and tx-chip detection into separate helpers
Thomas Zimmermann
1
-3
/
+15
2023-06-27
drm/ast: Detect AST 2510 model
Thomas Zimmermann
2
-5
/
+11
2023-06-27
drm/ast: Detect AST 1400 model
Thomas Zimmermann
2
-5
/
+11
2023-06-27
drm/ast: Detect AST 1300 model
Thomas Zimmermann
2
-5
/
+12
2023-06-27
drm/ast: Distinguish among chip generations
Thomas Zimmermann
5
-57
/
+89
2023-06-27
drm/ast: Set up release action right after enabling MMIO
Thomas Zimmermann
1
-19
/
+19
2023-06-27
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
4
-39
/
+30
2023-06-27
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
3
-7
/
+21
2023-06-27
drm/ast: Remove device POSTing and config from chip detection
Thomas Zimmermann
1
-27
/
+25
2023-06-27
drm/ast: Remove dead else branch in POST code
Thomas Zimmermann
1
-9
/
+3
2023-06-27
drm/ast: Implement register helpers in ast_drv.h
Thomas Zimmermann
2
-38
/
+24
2023-06-27
drm/ast: Remove vga2_clone field
Thomas Zimmermann
2
-2
/
+0
2023-06-27
drm/ast: Fix DRAM init on AST2200
Thomas Zimmermann
1
-1
/
+1
2023-06-27
drm/ttm: Don't shadow the operation context
Thomas Hellström
1
-2
/
+1
2023-06-27
fbdev: Make support for userspace interfaces configurable
Thomas Zimmermann
7
-4
/
+72
2023-06-27
fbdev/core: Rework fb init code
Thomas Zimmermann
4
-33
/
+22
2023-06-27
fbdev/core: Move file-I/O code into separate file
Thomas Zimmermann
4
-473
/
+498
2023-06-27
fbdev/core: Move procfs code to separate file
Thomas Zimmermann
4
-43
/
+80
2023-06-27
fbdev/core: Add fb_device_{create,destroy}()
Thomas Zimmermann
4
-22
/
+52
2023-06-27
fbdev/core: Move framebuffer and backlight helpers into separate files
Thomas Zimmermann
4
-110
/
+115
2023-06-27
fbdev/core: Pass Linux device to pm_vt_switch_*() functions
Thomas Zimmermann
1
-3
/
+3
2023-06-27
fbdev/tdfxfb: Set i2c adapter parent to hardware device
Thomas Zimmermann
1
-2
/
+2
2023-06-27
fbdev/smscufx: Detect registered fb_info from refcount
Thomas Zimmermann
1
-2
/
+2
2023-06-27
fbdev/sm501fb: Output message with fb_err()
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/sh7760fb: Use hardware device with dev_() output during probe
Thomas Zimmermann
1
-3
/
+3
2023-06-27
fbdev/sh7760fb: Alloc DMA memory from hardware device
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/sh7760fb: Output messages with fb_dbg()
Thomas Zimmermann
1
-13
/
+13
2023-06-27
fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
Thomas Zimmermann
1
-5
/
+5
2023-06-27
fbdev/rivafb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/radeonfb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/radeonfb: Reorder backlight and framebuffer cleanup
Thomas Zimmermann
1
-2
/
+1
2023-06-27
fbdev/pxa168fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/nvidiafb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/metronomefb: Use hardware device for dev_err()
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/mb862xxfb: Output messages with fb_dbg()
Thomas Zimmermann
1
-5
/
+4
2023-06-27
fbdev/fsl-diu-fb: Output messages with fb_*() helpers
Thomas Zimmermann
1
-13
/
+13
2023-06-27
fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
1
-1
/
+0
2023-06-27
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
Thomas Zimmermann
1
-6
/
+6
2023-06-27
fbdev/ep93xx-fb: Alloc DMA memory from hardware device
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/broadsheetfb: Call device_remove_file() with hardware device
Thomas Zimmermann
1
-1
/
+1
[next]