index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
Merge tag 'drm-intel-next-2023-08-10' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
38
-255
/
+339
2023-08-11
Merge tag 'drm-misc-next-2023-08-10' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
128
-1219
/
+7537
2023-08-11
Merge tag 'exynos-drm-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
2
-4
/
+3
2023-08-10
drm/mediatek: Fix dereference before null check
Jason-JH.Lin
1
-5
/
+1
2023-08-10
drm/mediatek: Add cnt checking for coverity issue
Jason-JH.Lin
1
-1
/
+4
2023-08-10
drm/mediatek: Remove freeing not dynamic allocated memory
Jason-JH.Lin
1
-5
/
+2
2023-08-10
drm/mediatek: Convert to platform remove callback returning void
Uwe Kleine-König
14
-53
/
+28
2023-08-10
drm/mediatek: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
1
-2
/
+2
2023-08-10
drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test
John Harrison
1
-3
/
+3
2023-08-10
drm/i915/irq: move all PCH irq postinstall calls to display code
Jani Nikula
3
-17
/
+12
2023-08-10
drm/i915/irq: add ilk_de_irq_postinstall()
Jani Nikula
3
-37
/
+43
2023-08-10
drm/i915/irq: add dg1_de_irq_postinstall()
Jani Nikula
3
-12
/
+18
2023-08-10
drm/i915/irq: add dedicated intel_display_irq_init()
Jani Nikula
4
-17
/
+21
2023-08-10
drm/i915/gt: Apply workaround 22016122933 correctly
Jonathan Cavitt
6
-16
/
+17
2023-08-10
drm/i915: Make i915_coherent_map_type GT-centric
Jonathan Cavitt
20
-50
/
+56
2023-08-10
drm/i915/gt: Simplify shmem_create_from_object map_type selection
Jonathan Cavitt
1
-2
/
+1
2023-08-10
drm/i915: debug log when GMD ID indicates there's no display
Jani Nikula
1
-2
/
+3
2023-08-10
drm/i915: fix display probe for IVB Q and IVB D GT2 server
Jani Nikula
1
-3
/
+21
2023-08-10
drm/ttm: Remove two unused function declarations
Yue Haibing
1
-2
/
+0
2023-08-10
drm/test: drm_exec: fix memory leak on object prepare
Danilo Krummrich
1
-2
/
+5
2023-08-10
drm: atmel-hlcdc: Support inverting the pixel clock polarity
Miquel Raynal
1
-0
/
+25
2023-08-10
drm/panfrost: Sync IRQ by job's timeout handler
Dmitry Osipenko
1
-0
/
+16
2023-08-10
drm/exec: add test case for using a drm_exec multiple times
Christian König
1
-0
/
+21
2023-08-10
drm/exec: use unique instead of local label
Christian König
1
-7
/
+7
2023-08-09
drm/mediatek: dp: Don't register HPD interrupt handler for eDP case
AngeloGioacchino Del Regno
1
-27
/
+46
2023-08-09
drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus
AngeloGioacchino Del Regno
1
-7
/
+38
2023-08-09
drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
AngeloGioacchino Del Regno
2
-14
/
+79
2023-08-09
drm/mediatek: dp: Move PHY registration to new function
AngeloGioacchino Del Regno
1
-17
/
+26
2023-08-09
drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
AngeloGioacchino Del Regno
1
-2
/
+5
2023-08-09
drm/mediatek: dp: Enable event interrupt only when bridge attached
AngeloGioacchino Del Regno
1
-5
/
+10
2023-08-09
drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
AngeloGioacchino Del Regno
1
-4
/
+5
2023-08-09
drm/mediatek: dp: Use devm variant of drm_bridge_add()
AngeloGioacchino Del Regno
1
-2
/
+3
2023-08-09
drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
AngeloGioacchino Del Regno
1
-3
/
+3
2023-08-09
drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
AngeloGioacchino Del Regno
1
-46
/
+30
2023-08-09
drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities
AngeloGioacchino Del Regno
1
-5
/
+10
2023-08-09
drm/mediatek: mtk_dpi: Compress struct of_device_id entries
AngeloGioacchino Del Regno
1
-22
/
+8
2023-08-09
drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
AngeloGioacchino Del Regno
1
-3
/
+1
2023-08-09
drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
AngeloGioacchino Del Regno
1
-4
/
+2
2023-08-09
drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
AngeloGioacchino Del Regno
1
-4
/
+4
2023-08-09
drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
AngeloGioacchino Del Regno
1
-30
/
+14
2023-08-09
drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
AngeloGioacchino Del Regno
1
-5
/
+3
2023-08-09
drm/amdgpu: Use local64_try_cmpxchg in amdgpu_perf_read
Uros Bizjak
1
-3
/
+2
2023-08-09
drm/ttm/tests: Add tests for ttm_pool
Karolina Stolarek
4
-0
/
+459
2023-08-09
drm/ttm/tests: Add tests for ttm_device
Karolina Stolarek
1
-0
/
+158
2023-08-09
drm/ttm: Introduce KUnit test
Karolina Stolarek
7
-0
/
+212
2023-08-09
drm/amdgpu: Add pci usage to nbio v7.9
Asad Kamal
3
-1
/
+72
2023-08-09
drm/amdgpu: Add pcie usage callback to nbio
Asad Kamal
2
-0
/
+11
2023-08-09
drm/amdgpu: Extend poison mode check to SDMA/VCN/JPEG
Candice Li
1
-1
/
+4
2023-08-09
drm/buddy: Fix drm buddy info output format
Ma Jun
1
-4
/
+4
2023-08-09
drm/amdgpu/irq: Move irq resume to the beginning
Emily Deng
1
-1
/
+1
[prev]
[next]