index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-23
drm/display/dp_mst: Fix confusing docs for drm_dp_atomic_release_time_slots()
Lyude Paul
1
-2
/
+1
2022-08-23
drm/display/dp_mst: Call them time slots, not VCPI slots
Lyude Paul
6
-76
/
+81
2022-08-23
drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocation
Lyude Paul
2
-50
/
+50
2022-08-23
drm/amdgpu/dm/mst: Rename get_payload_table()
Lyude Paul
1
-3
/
+4
2022-08-23
drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
Lyude Paul
4
-15
/
+19
2022-08-23
drm/panel-edp: add IVO M133NW4J-R3 panel entry
Steev Klimaszewski
1
-0
/
+1
2022-08-23
subdev/clk: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-08-22
drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macro
Beniamin Sandu
1
-68
/
+17
2022-08-22
drm/panel-edp: add AUO B133UAN02.1 panel entry
Johan Hovold
1
-0
/
+1
2022-08-22
drm/lcdif: switch to devm_drm_of_get_bridge
Marek Vasut
1
-15
/
+3
2022-08-22
drm/lcdif: Clean up debug prints and comments
Marek Vasut
1
-1
/
+1
2022-08-22
drm/lcdif: Consistently use plain timings
Marek Vasut
1
-4
/
+4
2022-08-22
drm/lcdif: Clean up headers
Marek Vasut
3
-4
/
+2
2022-08-22
drm/ttm: Switch to using the new res callback
Arunpravin Paneer Selvam
2
-47
/
+15
2022-08-22
drm/nouveau: Implement intersect/compatible functions
Arunpravin Paneer Selvam
3
-0
/
+59
2022-08-22
drm/i915: Implement intersect/compatible functions
Arunpravin Paneer Selvam
2
-40
/
+74
2022-08-22
drm/amdgpu: Implement intersect/compatible functions
Arunpravin Paneer Selvam
2
-0
/
+106
2022-08-22
drm/ttm: Implement intersect/compatible functions
Arunpravin Paneer Selvam
1
-0
/
+33
2022-08-22
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
3
-7
/
+119
2022-08-22
drm/msm: Make .remove and .shutdown HW shutdown consistent
Javier Martinez Canillas
1
-4
/
+9
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
Danilo Krummrich
1
-1
/
+0
2022-08-16
drm/nouveau/kms/nv140-: Disable interlacing
Lyude Paul
1
-1
/
+2
2022-08-15
drm/vc4: Drop of_gpio header
Maíra Canal
1
-1
/
+0
2022-08-11
drm/i915: Use luminance range calculated during edid parsing
Jouni Högander
1
-2
/
+13
2022-08-11
drm/amdgpu_dm: Rely on split out luminance calculation function
Jouni Högander
1
-31
/
+4
2022-08-11
drm: New function to get luminance range based on static hdr metadata
Jouni Högander
2
-1
/
+72
2022-08-11
drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of...
Liang He
1
-0
/
+1
2022-08-11
drm/bridge: tc358767: disable main link PHYs on main link disable
Lucas Stach
1
-1
/
+7
2022-08-11
drm/bridge: tc358767: increase CLRSIPO count
Lucas Stach
1
-4
/
+4
2022-08-11
drm/bridge: tc358767: don't fixup mode sync polarity
Lucas Stach
1
-36
/
+18
2022-08-10
dma-buf/sync_file: use strscpy to replace strlcpy
XueBing Chen
1
-4
/
+4
2022-08-10
drm/udl: Replace BUG_ON() with WARN_ON()
Takashi Iwai
2
-2
/
+4
2022-08-10
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
3
-3
/
+26
2022-08-10
drm/udl: Sync pending URBs at suspend / disconnect
Takashi Iwai
3
-0
/
+20
2022-08-10
drm/udl: Replace semaphore with a simple wait queue
Takashi Iwai
2
-64
/
+31
2022-08-10
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
2
-62
/
+62
2022-08-10
drm/format-helper: Move destination-buffer handling into internal helper
Thomas Zimmermann
1
-111
/
+63
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
4
-25
/
+49
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
4
-17
/
+46
2022-08-10
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
2
-19
/
+37
2022-08-10
drm/format-helper: Rework RGB888-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework RGB565-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
4
-36
/
+36
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
6
-62
/
+55
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
4
-19
/
+46
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
4
-19
/
+44
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
7
-73
/
+70
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
3
-23
/
+36
2022-08-10
iosys-map: Add IOSYS_MAP_INIT_VADDR_IOMEM()
Thomas Zimmermann
1
-1
/
+14
2022-08-08
drm/panfrost: Add support for devcoredump
Adrián Larumbe
6
-1
/
+314
[next]