index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbdev: Align deferred I/O with naming of helpers
Thomas Zimmermann
2023-07-31
9
-26
/
+26
*
fbdev: Use _DMAMEM_ infix for DMA-memory helpers
Thomas Zimmermann
2023-07-31
10
-15
/
+15
*
fbdev: Use _SYSMEM_ infix for system-memory helpers
Thomas Zimmermann
2023-07-31
5
-12
/
+12
*
fbdev: Use _IOMEM_ infix for I/O-memory helpers
Thomas Zimmermann
2023-07-31
9
-16
/
+16
*
drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01
Marek Vasut
2023-07-31
1
-1
/
+3
*
drm/panel: Support for startek-kd070fhfid015 MIPI-DSI panel
Guillaume La Roque
2023-07-31
3
-0
/
+418
*
dt-bindings: display: panel: add startek kd070fhfid015 support
Alexandre Mergnat
2023-07-31
1
-0
/
+69
*
drm/panel: ilitek-ili9881c: Add TDO TL050HDV35 LCD panel
Matus Gajdos
2023-07-31
1
-0
/
+194
*
dt-bindings: ili9881c: Add TDO TL050HDV35 LCD panel
Matus Gajdos
2023-07-31
1
-0
/
+1
*
drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
Dmitry Baryshkov
2023-07-31
1
-0
/
+1
*
drm/panel: r66451: select CONFIG_DRM_DISPLAY_DP_HELPER
Arnd Bergmann
2023-07-31
1
-0
/
+2
*
drm/vc4: tests: pv-muxing: Document test scenario
Maxime Ripard
2023-07-31
1
-0
/
+22
*
drm/vc4: tests: Switch to atomic state allocation helper
Maxime Ripard
2023-07-31
1
-47
/
+8
*
drm/vc4: tests: pv-muxing: Switch to managed locking init
Maxime Ripard
2023-07-31
1
-23
/
+19
*
drm/vc4: tests: mock: Use a kunit action to unregister DRM device
Maxime Ripard
2023-07-31
2
-6
/
+12
*
drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
Maxime Ripard
2023-07-31
1
-4
/
+0
*
drm/tests: helpers: Create a helper to allocate an atomic state
Maxime Ripard
2023-07-31
2
-0
/
+51
*
drm/tests: helpers: Create a helper to allocate a locking ctx
Maxime Ripard
2023-07-31
2
-0
/
+43
*
drm/tests: probe-helper: Remove call to drm_kunit_helper_free_device()
Maxime Ripard
2023-07-31
1
-8
/
+0
*
drm/tests: modes: Remove call to drm_kunit_helper_free_device()
Maxime Ripard
2023-07-31
1
-8
/
+0
*
drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
Maxime Ripard
2023-07-31
1
-8
/
+0
*
drm/tests: helpers: Switch to kunit actions
Maxime Ripard
2023-07-31
1
-4
/
+50
*
drm/bridge: fix -Wunused-const-variable= warning
Zhu Wang
2023-07-31
6
-8
/
+6
*
drm/ssd130x: clean up some inconsistent indenting
Jiapeng Chong
2023-07-31
1
-1
/
+1
*
drm: Fix references to drm_plane_helper_check_state()
Geert Uytterhoeven
2023-07-29
2
-2
/
+4
*
drm: Remove references to removed transitional helpers
Geert Uytterhoeven
2023-07-29
3
-42
/
+23
*
drm/todo: Convert list of fbconv links to footnotes
Geert Uytterhoeven
2023-07-29
1
-6
/
+6
*
drm/todo: Add atomic modesetting references
Geert Uytterhoeven
2023-07-29
1
-3
/
+7
*
drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()
Geert Uytterhoeven
2023-07-29
1
-1
/
+1
*
drm/armada: Fix off-by-one error in armada_overlay_get_property()
Geert Uytterhoeven
2023-07-29
1
-2
/
+4
*
drm: Spelling s/randevouz/rendez-vous/
Geert Uytterhoeven
2023-07-29
1
-1
/
+1
*
drm: Spelling s/sempahore/semaphore/
Geert Uytterhoeven
2023-07-29
4
-4
/
+4
*
drm/udl: Convert to drm_crtc_helper_atomic_check()
Geert Uytterhoeven
2023-07-29
1
-11
/
+2
*
drm/bridge_connector: Handle drm_connector_init_with_ddc() failures
Geert Uytterhoeven
2023-07-29
1
-2
/
+9
*
drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
Lyude Paul
2023-07-28
1
-1
/
+47
*
gpu: ipu-v3: prg: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-28
1
-4
/
+1
*
gpu: ipu-v3: pre: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-28
1
-3
/
+1
*
drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_update
Philipp Zabel
2023-07-28
1
-6
/
+5
*
drm/ast: report connection status on Display Port.
Jocelyn Falempe
2023-07-28
4
-14
/
+66
*
drm/ast: Add BMC virtual connector
Jocelyn Falempe
2023-07-28
2
-0
/
+61
*
drm/imx/dcss: Use dev_err_probe
Alexander Stein
2023-07-28
1
-0
/
+1
*
drm/panel: simple: Simplify matching using of_device_get_match_data()
Geert Uytterhoeven
2023-07-28
1
-9
/
+6
*
video: logo: LOGO should depend on FB_CORE i.s.o. FB
Geert Uytterhoeven
2023-07-28
2
-2
/
+2
*
Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"
Geert Uytterhoeven
2023-07-28
1
-1
/
+1
*
drm/gem-fb-helper: Consistenly use drm_dbg_kms()
Geert Uytterhoeven
2023-07-28
1
-2
/
+2
*
drm/atomic-helper: Update reference to drm_crtc_force_disable_all()
Geert Uytterhoeven
2023-07-28
1
-1
/
+1
*
drm/vkms: Fix race-condition between the hrtimer and the atomic commit
MaĆra Canal
2023-07-27
3
-7
/
+15
*
drm/vkms: Add support to 1D gamma LUT
Arthur Grillo
2023-07-27
4
-1
/
+117
*
drm/tegra: sor: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-27
1
-3
/
+1
*
drm/tegra: hdmi: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-27
1
-3
/
+1
[next]