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.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
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
39
-118
/
+58
2020-03-18
drm: Validate encoder->possible_crtcs
Ville Syrjälä
2
-2
/
+27
2020-03-18
drm: Validate encoder->possible_clones
Ville Syrjälä
2
-0
/
+42
2020-03-18
drm/imx: Remove the bogus possible_clones setup
Ville Syrjälä
1
-2
/
+2
2020-03-18
drm/gma500: Sanitize possible_clones
Ville Syrjälä
2
-10
/
+10
2020-03-18
drm: Include the encoder itself in possible_clones
Ville Syrjälä
4
-1
/
+26
2020-03-18
drm/debugfs: remove checks for return value of drm_debugfs functions.
Wambui Karuga
2
-35
/
+14
2020-03-18
drm/edid: Fix DispID tile parsing for override EDID
Ville Syrjälä
3
-23
/
+13
2020-03-18
drm/edid: Clarify validate_displayid()
Ville Syrjälä
1
-5
/
+8
2020-03-18
drm/edid: Don't include ext block csum in DispID size
Ville Syrjälä
1
-1
/
+2
2020-03-18
drm/edid: Don't parse garbage as DispID blocks
Ville Syrjälä
1
-0
/
+4
2020-03-18
drm/edid: Move validate_displayid() drm_find_displayid_extension()
Ville Syrjälä
1
-14
/
+5
2020-03-18
drm/edid: Return DispID length from drm_find_displayid_extension()
Ville Syrjälä
1
-10
/
+10
2020-03-18
drm/edid: Remove idx==1 assumptions from all over the DispID parsing
Ville Syrjälä
1
-15
/
+18
2020-03-18
drm/edid: Swap some operands in for_each_displayid_db()
Ville Syrjälä
1
-1
/
+1
2020-03-18
drm: Constify topology id
Ville Syrjälä
2
-4
/
+4
2020-03-18
drm: make various debugfs_init() functions return 0
Wambui Karuga
3
-9
/
+14
2020-03-18
drm/i915: have *_debugfs_init() functions return void.
Wambui Karuga
4
-12
/
+12
2020-03-18
drm/omap: remove checks for return value of drm_debugfs functions
Wambui Karuga
1
-20
/
+7
2020-03-18
drm/pl111: make pl111_debugfs_init return 0
Wambui Karuga
1
-3
/
+5
2020-03-18
drm/nouveau: make nouveau_drm_debugfs_init() return 0
Wambui Karuga
1
-12
/
+8
2020-03-18
drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
Wambui Karuga
1
-6
/
+4
2020-03-18
drm/sti: remove use of drm_debugfs functions as return values
Wambui Karuga
15
-74
/
+58
2020-03-18
drm/msm: remove checks for return value of drm_debugfs_create_files()
Wambui Karuga
3
-29
/
+10
2020-03-18
drm/etnaviv: remove check for return value of drm_debugfs_create_files()
Wambui Karuga
1
-12
/
+4
2020-03-18
drm/arm: make hdlcd_debugfs_init() return 0
Wambui Karuga
1
-2
/
+4
2020-03-18
drm/arc: make arcgpu_debugfs_init() return 0.
Wambui Karuga
1
-2
/
+4
2020-03-18
drm/vc4: remove check of return value of drm_debugfs functions
Wambui Karuga
1
-5
/
+2
2020-03-18
drm/v3d: make v3d_debugfs_init() return 0
Wambui Karuga
1
-3
/
+4
2020-03-18
drm/tilcdc: remove check for return value of debugfs functions.
Wambui Karuga
1
-11
/
+4
2020-03-18
drm/tegra: remove checks for debugfs functions return value
Wambui Karuga
5
-43
/
+8
2020-03-18
drm: Correct a typo in a function comment
Igor Matheus Andrade Torrente
1
-1
/
+1
2020-03-18
drm: drm_vm: Use fallthrough;
Joe Perches
1
-2
/
+2
2020-03-18
drm/hisilicon: Drop unused #include
Daniel Vetter
1
-1
/
+0
2020-03-18
drm/core: Add drm_afbc_framebuffer and a corresponding helper
Andrzej Pietrasiewicz
4
-0
/
+178
2020-03-18
drm/core: Allow drivers allocate a subclass of struct drm_framebuffer
Andrzej Pietrasiewicz
2
-25
/
+67
2020-03-17
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1019
-8319
/
+12469
2020-03-16
drm: Mark up racy check of drm_gem_object.handle_count
Chris Wilson
1
-1
/
+1
2020-03-16
drm/mm: Allow drm_mm_initialized() to be used outside of the locks
Chris Wilson
1
-1
/
+1
2020-03-16
drm/edid: Distribute switch variables for initialization
Kees Cook
1
-2
/
+1
2020-03-16
drm: lock: Clean up documentation
Benjamin Gaignard
1
-6
/
+5
2020-03-16
drm: bufs: Clean up documentation
Benjamin Gaignard
1
-10
/
+10
2020-03-16
drm: vm: Clean up documentation
Benjamin Gaignard
1
-8
/
+8
2020-03-16
drm: context: Clean up documentation
Benjamin Gaignard
1
-14
/
+14
2020-03-14
dt-bindings: display: Add idk-1110wr binding
Fabrizio Castro
1
-0
/
+69
2020-03-14
drm/tiny: fix sparse warning: incorrect type in assignment (different base ty...
Kamlesh Gurudasani
1
-1
/
+1
2020-03-14
dt-bindings: display: fix panel warnings
Sam Ravnborg
8
-9
/
+9
2020-03-13
drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfield
Lyude Paul
1
-5
/
+5
2020-03-13
Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...
Dave Airlie
131
-1319
/
+2867
2020-03-12
Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
94
-924
/
+3018
[next]