index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sha1_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
drm/msm/a6xx: Send ACD state to QMP at GMU resume
Konrad Dybcio
2
-0
/
+18
2023-10-09
drm/msm/a6xx: Add skeleton A7xx support
Konrad Dybcio
5
-81
/
+479
2023-10-09
drm/msm/a6xx: Add missing regs for A7XX
Konrad Dybcio
2
-0
/
+17
2023-10-09
dt-bindings: display/msm/gpu: Allow A7xx SKUs
Konrad Dybcio
1
-2
/
+2
2023-10-09
dt-bindings: display/msm/gmu: Allow passing QMP handle
Konrad Dybcio
1
-0
/
+7
2023-10-09
dt-bindings: display/msm/gmu: Add Adreno 7[34]0 GMU
Konrad Dybcio
1
-1
/
+39
2023-10-09
dt-bindings: display: msm: Make "additionalProperties: true" explicit
Rob Herring
15
-0
/
+102
2023-10-09
dt-bindings: display: msm: Add missing unevaluatedProperties on child node sc...
Rob Herring
1
-0
/
+1
2023-10-09
drm/msm/dp: support setting the DP subconnector type
Dmitry Baryshkov
3
-1
/
+14
2023-10-09
drm/msm/dp: Remove error message when downstream port not connected
Stephen Boyd
1
-1
/
+0
2023-10-09
drm/msm/dp: Inline dp_display_is_sink_count_zero()
Stephen Boyd
1
-9
/
+1
2023-10-09
drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init
Dmitry Baryshkov
1
-16
/
+23
2023-10-09
drm/msm/dpu: drop useless check from dpu_encoder_phys_cmd_te_rd_ptr_irq()
Dmitry Baryshkov
1
-8
/
+0
2023-10-09
drm/msm/dpu: drop DPU_INTF_TE feature flag
Dmitry Baryshkov
3
-5
/
+3
2023-10-09
drm/msm/dpu: enable INTF TE operations only when supported by HW
Dmitry Baryshkov
1
-1
/
+4
2023-10-09
drm/msm/dpu: inline _setup_intf_ops()
Dmitry Baryshkov
1
-30
/
+26
2023-10-09
drm/msm/dpu: drop the DPU_PINGPONG_TE flag
Dmitry Baryshkov
2
-4
/
+2
2023-10-09
drm/msm/dpu: enable PINGPONG TE operations only when supported by HW
Dmitry Baryshkov
3
-4
/
+7
2023-10-09
drm/msm/dpu: inline _setup_pingpong_ops()
Dmitry Baryshkov
1
-22
/
+17
2023-10-09
drm/msm/dp: skip validity check for DP CTS EDID checksum
Jani Nikula
1
-19
/
+2
2023-10-09
drm/msm/dp: Remove dp_display_is_ds_bridge()
Stephen Boyd
1
-8
/
+1
2023-10-09
drm/msm/dp: Inline dp_link_parse_sink_count()
Stephen Boyd
1
-35
/
+3
2023-10-09
drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}()
Stephen Boyd
1
-2
/
+2
2023-10-09
drm/msm/dp: Remove aux_cfg_update_done and related code
Stephen Boyd
1
-15
/
+0
2023-10-09
drm/msm/dp: Remove dead code related to downstream cap info
Stephen Boyd
2
-28
/
+3
2023-10-09
drm/msm/dp: Use drm_dp_read_sink_count() helper
Stephen Boyd
1
-12
/
+7
2023-10-09
drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps()
Stephen Boyd
2
-40
/
+6
2023-10-09
drm/msm/dsi: Enable widebus for DSI
Jessica Zhang
3
-5
/
+29
2023-10-09
drm/msm/dsi: Add DATABUS_WIDEN MDP_CTRL2 bit
Jessica Zhang
1
-0
/
+1
2023-10-09
drm/msm/dpu: Enable widebus for DSI INTF
Jessica Zhang
6
-2
/
+25
2023-10-09
drm/msm/dpu: Move setting of dpu_enc::wide_bus_en to atomic enable()
Jessica Zhang
1
-4
/
+7
2023-10-09
drm/msm: Remove unnecessary NULL values
Ruan Jinjie
2
-2
/
+2
2023-10-09
drm/msm/dpu: shift IRQ indices by 1
Dmitry Baryshkov
22
-136
/
+39
2023-10-08
drm/msm/dpu: stop using raw IRQ indices in the kernel traces
Dmitry Baryshkov
3
-37
/
+49
2023-10-08
drm/msm/dpu: stop using raw IRQ indices in the kernel output
Dmitry Baryshkov
3
-33
/
+46
2023-10-08
drm/msm/dpu: make the irq table size static
Dmitry Baryshkov
2
-18
/
+14
2023-10-08
drm/msm/dpu: add helper to get IRQ-related data
Dmitry Baryshkov
2
-19
/
+41
2023-10-08
drm/msm/dpu: extract dpu_core_irq_is_valid() helper
Dmitry Baryshkov
1
-11
/
+11
2023-10-08
drm/msm/dpu: remove irq_idx argument from IRQ callbacks
Dmitry Baryshkov
8
-24
/
+18
2023-10-05
drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits
Abhinav Kumar
1
-3
/
+12
2023-09-21
drm/msm/dp: Add newlines to debug printks
Stephen Boyd
1
-2
/
+2
2023-09-21
drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow
Abhinav Kumar
1
-6
/
+6
2023-09-21
drm/msm/dsi: fix irq_of_parse_and_map() error checking
Dan Carpenter
1
-4
/
+3
2023-09-21
drm/msm/dsi: skip the wait for video mode done if not applicable
Abhinav Kumar
1
-0
/
+12
2023-09-21
drm/msm/mdss: fix highest-bank-bit for msm8998
Dmitry Baryshkov
1
-1
/
+1
2023-09-21
drm/msm/dp: do not reinitialize phy unless retry during link training
Kuogee Hsieh
1
-7
/
+6
2023-09-17
Linux 6.6-rc2
v6.6-rc2
Linus Torvalds
1
-1
/
+1
2023-09-17
stat: remove no-longer-used helper macros
Linus Torvalds
1
-6
/
+0
2023-09-17
x86/purgatory: Remove LTO flags
Song Liu
1
-0
/
+4
2023-09-17
x86/boot/compressed: Reserve more memory for page tables
Kirill A. Shutemov
2
-14
/
+39
[next]