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.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-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-02-09
drm/amdgpu: Move reset sem into reset_domain
Andrey Grodzovsky
10
-37
/
+46
2022-02-09
drm/amdgpu: Rework reset domain to be refcounted.
Andrey Grodzovsky
9
-34
/
+140
2022-02-09
drm/amdgpu: Drop concurrent GPU reset protection for device
Andrey Grodzovsky
1
-82
/
+7
2022-02-09
drm/amdgpu: Drop hive->in_reset
Andrey Grodzovsky
3
-20
/
+1
2022-02-09
drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.
Andrey Grodzovsky
3
-9
/
+18
2022-02-09
drm/amdgpu: Serialize non TDR gpu recovery with TDRs
Andrey Grodzovsky
3
-2
/
+35
2022-02-09
drm/amdgpu: Move scheduler init to after XGMI is ready
Andrey Grodzovsky
4
-43
/
+56
2022-02-09
drm/amdgpu: Introduce reset domain
Andrey Grodzovsky
4
-1
/
+35
2022-02-08
drm/nouveau/backlight: Just set all backlight types as RAW
Lyude Paul
1
-2
/
+1
2022-02-08
drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
Lyude Paul
1
-1
/
+2
2022-02-08
nouveau/svm: Use struct_size() helper in nouveau_pfns_map()
Gustavo A. R. Silva
1
-2
/
+2
2022-02-08
drm/ast: Move SIL164-based connector code into separate helpers
Thomas Zimmermann
2
-2
/
+112
2022-02-08
drm/ast: Move DP501-based connector code into separate helpers
Thomas Zimmermann
2
-23
/
+109
2022-02-08
drm/ast: Read encoder possible-CRTC mask from drm_crtc_mask()
Thomas Zimmermann
1
-1
/
+1
2022-02-08
drm/ast: Initialize encoder and connector for VGA in helper function
Thomas Zimmermann
2
-28
/
+42
2022-02-08
drm/ast: Rename struct ast_connector to struct ast_vga_connector
Thomas Zimmermann
2
-28
/
+27
2022-02-08
drm/ast: Remove unused value dp501_maxclk
Thomas Zimmermann
3
-63
/
+3
2022-02-08
drm/ast: Remove AST_TX_ITE66121 constant
Thomas Zimmermann
1
-1
/
+0
2022-02-08
drm/ast: Move connector mode_valid function to CRTC
Thomas Zimmermann
1
-63
/
+66
2022-02-08
drm/ast: Fail if connector initialization fails
Thomas Zimmermann
1
-5
/
+8
2022-02-08
drm/amdgpu: use dma_fence_chain_contained
Christian König
1
-3
/
+2
2022-02-08
dma-buf: add dma_fence_chain_contained helper
Christian König
2
-4
/
+17
2022-02-08
dma-buf: warn about containers in dma_resv object
Christian König
1
-0
/
+5
2022-02-08
dma-buf: Warn about dma_fence_chain container rules v2
Christian König
1
-0
/
+9
2022-02-08
dma-buf: warn about dma_fence_array container rules v2
Christian König
1
-0
/
+14
2022-02-08
dma-buf: consolidate dma_fence subclass checking
Christian König
3
-16
/
+40
2022-02-08
tomoyo: Use str_yes_no()
Lucas De Marchi
3
-16
/
+6
2022-02-08
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
8
-12
/
+24
2022-02-08
drm/gem: Sort includes alphabetically
Lucas De Marchi
1
-10
/
+10
2022-02-08
drm/amd/display: Use str_yes_no()
Lucas De Marchi
1
-9
/
+5
2022-02-08
lib/string_helpers: Consolidate string helpers implementation
Lucas De Marchi
1
-0
/
+20
2022-02-07
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
10405
-205159
/
+437804
2022-02-07
drm/privacy-screen: Fix sphinx warning
Hans de Goede
1
-0
/
+1
2022-02-07
drm/sprd: remove allow_fb_modifiers setting
Tomohito Esaki
1
-1
/
+0
2022-02-06
drm: document struct drm_mode_fb_cmd2
Simon Ser
1
-28
/
+60
2022-02-04
drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
Thomas Zimmermann
1
-0
/
+1
2022-02-03
drm: Stop spamming log with drm_cache message
Lucas De Marchi
1
-6
/
+3
2022-02-03
drm/connector: Fix typo in documentation
Maxime Ripard
1
-2
/
+2
2022-02-03
drm: mxsfb: Use dev_err_probe() helper
Alexander Stein
1
-2
/
+1
2022-02-02
drm/vmwgfx: remove vmw_wait_dma_fence
Christian König
3
-50
/
+1
2022-02-02
dt-bindings: panel: Introduce a panel-lvds binding
Maxime Ripard
2
-0
/
+58
2022-02-02
dt-bindings: display: Turn lvds.yaml into a generic schema
Maxime Ripard
8
-43
/
+95
2022-02-02
drm/vc4: hdmi: Simplify the connector state retrieval
Maxime Ripard
1
-18
/
+3
2022-02-02
drm/edid: Clear EDID Deep Color Modes in drm_reset_display_info()
Maxime Ripard
1
-0
/
+3
2022-02-02
drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
Thomas Zimmermann
1
-3
/
+6
2022-02-01
Revert "drm/panel-edp: Allow querying the detected panel via sysfs"
Douglas Anderson
1
-34
/
+5
2022-02-01
drm/panel-edp: Allow querying the detected panel via sysfs
Douglas Anderson
1
-5
/
+34
2022-02-01
drm/bridge: add it6505 driver
Allen Chen
3
-0
/
+3361
2022-02-01
drm/v3d: fix missing unlock
Yongzhi Liu
1
-2
/
+4
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
233
-2613
/
+5377
[next]