index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
drm/vc4: dsi: Switch to devm_pm_runtime_enable
Maxime Ripard
1
-4
/
+4
2022-07-13
drm/vc4: dsi: Fix the driver structure lifetime
Maxime Ripard
1
-1
/
+37
2022-07-13
drm/vc4: dsi: Switch to drmm_of_get_bridge
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: dsi: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-2
/
+7
2022-07-13
drm/vc4: dsi: Embed DRM structures into the private structure
Maxime Ripard
1
-36
/
+22
2022-07-13
drm/vc4: dpi: Protect device resources
Maxime Ripard
1
-0
/
+14
2022-07-13
drm/vc4: dpi: Switch to drmm_of_get_bridge
Maxime Ripard
1
-1
/
+2
2022-07-13
drm/vc4: dpi: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-15
/
+8
2022-07-13
drm/vc4: dpi: Add action to disable the clock
Maxime Ripard
1
-3
/
+11
2022-07-13
drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
Maxime Ripard
1
-2
/
+0
2022-07-13
drm/vc4: dpi: Return an error if we can't enable our clock
Maxime Ripard
1
-1
/
+4
2022-07-13
drm/vc4: dpi: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+2
2022-07-13
drm/vc4: dpi: Embed DRM structures into the private structure
Maxime Ripard
1
-33
/
+16
2022-07-13
drm/vc4: dpi: Remove vc4_dev dpi pointer
Maxime Ripard
2
-8
/
+0
2022-07-13
drm/vc4: crtc: Switch to DRM-managed CRTC initialization
Maxime Ripard
3
-12
/
+6
2022-07-13
drm/vc4: crtc: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: crtc: Move debugfs_name to crtc_data
Maxime Ripard
3
-11
/
+12
2022-07-13
drm/vc4: plane: Switch to drmm_universal_plane_alloc()
Maxime Ripard
2
-16
/
+8
2022-07-13
drm/vc4: crtc: Remove manual plane removal on error
Maxime Ripard
1
-10
/
+1
2022-07-13
drm/vc4: plane: Take possible_crtcs as an argument
Maxime Ripard
3
-10
/
+10
2022-07-13
drm/vc4: hvs: Remove planes currently allocated before taking down
Maxime Ripard
1
-0
/
+7
2022-07-13
drm/vc4: hvs: Protect device resources after removal
Maxime Ripard
1
-6
/
+93
2022-07-13
drm/vc4: crtc: Create vblank reporting function
Maxime Ripard
2
-8
/
+16
2022-07-13
drm/vc4: drv: Use drm_dev_unplug
Maxime Ripard
1
-2
/
+1
2022-07-13
drm/vc4: drv: Call component_unbind_all()
Maxime Ripard
2
-2
/
+13
2022-07-13
drm/bridge: panel: Introduce drmm_of_get_bridge
Maxime Ripard
2
-0
/
+37
2022-07-13
drm/bridge: panel: Introduce drmm_panel_bridge_add
Maxime Ripard
2
-0
/
+41
2022-07-13
drm/connector: Introduce drmm_connector_init
Maxime Ripard
2
-0
/
+65
2022-07-13
drm/connector: Check for destroy implementation
Maxime Ripard
1
-0
/
+6
2022-07-13
drm/connector: Consolidate Connector Initialization
Maxime Ripard
1
-31
/
+34
2022-07-13
drm/connector: Clarify when drm_connector_unregister is needed
Maxime Ripard
1
-3
/
+5
2022-07-13
drm/connector: Mention the cleanup after drm_connector_init
Maxime Ripard
1
-0
/
+8
2022-07-13
drm/connector: Reorder headers
Maxime Ripard
1
-3
/
+3
2022-07-13
drm/encoder: Introduce drmm_encoder_init
Maxime Ripard
2
-11
/
+70
2022-07-13
drm/crtc: Introduce drmm_crtc_init_with_planes
Maxime Ripard
2
-12
/
+91
2022-07-13
drm/mipi-dsi: Detach devices when removing the host
Maxime Ripard
1
-0
/
+1
2022-07-13
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1708
-19096
/
+382264
2022-07-13
Merge tag 'topic/nouveau-misc-2022-07-13-1' of git://anongit.freedesktop.org/...
Dave Airlie
34
-556
/
+112
2022-07-13
Merge tag 'exynos-drm-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/k...
Dave Airlie
11
-13
/
+17
2022-07-13
drm/nouveau/kms/nv50-: remove unused functions
Ben Skeggs
3
-30
/
+0
2022-07-13
drm/nouveau/flcn: remove unused functions
Ben Skeggs
3
-45
/
+0
2022-07-13
drm/nouveau: remove double WFI when destroying channels
Ben Skeggs
1
-4
/
+2
2022-07-13
drm/nouveau/ce/gv100-: move method buffer to ce ctx
Ben Skeggs
8
-29
/
+85
2022-07-13
drm/nouveau/fifo: remove rd32/wr32 accessors from channels
Ben Skeggs
3
-37
/
+3
2022-07-13
drm/nouveau/fifo: rip out cevent, never used
Ben Skeggs
4
-33
/
+0
2022-07-13
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
Ben Skeggs
7
-48
/
+11
2022-07-13
drm/nouveau/nvkm: remove unused header
Ben Skeggs
2
-67
/
+0
2022-07-13
drm/nouveau/nvkm: zero out engine pointer for subdev-provided classes
Ben Skeggs
1
-0
/
+1
2022-07-13
drm/nouveau/nvkm: use list_add_tail() when building object tree
Ben Skeggs
1
-1
/
+1
2022-07-13
drm/nouveau/nvkm: rip out event uapi
Ben Skeggs
3
-261
/
+2
[next]