summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-20dm raid1: reserve space for NUL-terminator in build_constructor_string()Ilya Krutskih1-0/+1
2026-07-20drm/imagination: Use struct_size_t()Matt Coster1-6/+5
2026-07-20drm/imagination: Add and use FLEX_ARRAY_CHECK()Matt Coster1-1/+18
2026-07-20ASoC: codecs: ES8389: Remove redundant comparisonEthan Tidmore1-1/+1
2026-07-20spi: spi-rpc-if: Implement 200ms runtime PM autosuspend delayLad Prabhakar1-0/+4
2026-07-20PCI: aspeed: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-4/+4
2026-07-20drm/panel: sofef00: Fix DSI transfer errors on backlight updateCédric Bellegarde1-0/+4
2026-07-20drm/panel: Add Novatek NT36536 panel driverPengyu Luo3-0/+500
2026-07-20dt-bindings: display: panel: Add Novatek NT36536Pengyu Luo1-0/+91
2026-07-20drm/panel: find_panel_by_fwnode() return a counted referenceAlbert Esteve2-1/+731
2026-07-20drm/panel: of_drm_find_panel() return a counted referenceAlbert Esteve40-21/+204
2026-07-20drm/bridge/panel: hold a reference to the wrapped panelAlbert Esteve1-2/+10
2026-07-20drm/panel: have drm_panel_add/remove manage a list referenceAlbert Esteve1-0/+2
2026-07-20RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind countersTanZheng1-0/+7
2026-07-20RDMA/bnxt_re: Validate udata before executing commandsLeon Romanovsky1-35/+30
2026-07-20IB/mlx4: Fix stale CM id_map entries when RTU is never receivedPraveen Kumar Kannoju1-24/+87
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky14-28/+27
2026-07-20RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]Ibrahim Hashimov1-0/+15
2026-07-20RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qpIbrahim Hashimov1-1/+14
2026-07-20RDMA/hfi1: Propagate sdma_txinit_ahg() errorsDanila Chernetsov1-5/+8
2026-07-20RDMA/umem: Constify struct dma_buf_attach_opsChristophe JAILLET1-2/+2
2026-07-20RDMA/mlx5: Constify struct ib_frmr_pool_ops and dma_buf_attach_opsChristophe JAILLET2-4/+4
2026-07-20PCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systemsSteffen Persvold3-10/+17
2026-07-20arm64: dts: mediatek: mt8192-asurada: Disable mmc1 on SpherionChen-Yu Tsai1-0/+4
2026-07-20dt-bindings: PCI: mediatek-gen3: Allow memory-region for restricted DMA bufferChen-Yu Tsai1-0/+4
2026-07-20drm/i915/dp_tunnel: Add UHBR tunneling supportImre Deak1-5/+32
2026-07-20drm/i915/dp: Disable UHBR link configs with 1/2 lanesImre Deak5-0/+75
2026-07-20drm/i915/dp: Remove UHBR dependency from SST fallback kunit testImre Deak1-35/+12
2026-07-20drm/i915/dp: Enable SST fallback between UHBR and non-UHBR ratesImre Deak2-17/+3
2026-07-20drm/i915/dp: End link configuration loops properlyImre Deak1-4/+15
2026-07-20drm/dp_tunnel: Add UHBR tunneling supportImre Deak3-1/+148
2026-07-20PCI: imx6: Add runtime PM support for i.MX95Richard Zhu1-0/+9
2026-07-20arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIeJun Yan1-0/+4
2026-07-20arm64: dts: amlogic: meson-axg: Disable pcie_phy node by defaultJun Yan2-0/+5
2026-07-20arm64: dts: amlogic: meson-axg: Add missing nand_rb0 pin to nand_all_pinsJun Yan1-1/+2
2026-07-20arm64: dts: amlogic: meson-axg: Disable nfc node by defaultJun Yan1-0/+1
2026-07-20arm64: dts: amlogic: Correct indentation and whitespaceKrzysztof Kozlowski3-18/+18
2026-07-20verification/rvgen: Remove dead codeNam Cao2-185/+1
2026-07-20verification/rvgen: Remove the old state variablesNam Cao3-14/+13
2026-07-20verification/rvgen: Switch __create_matrix() to LarkNam Cao2-35/+12
2026-07-20verification/rvgen: Switch __get_event_variables() to LarkNam Cao1-58/+18
2026-07-20verification/rvgen: Delete __parse_constraint()Nam Cao1-63/+4
2026-07-20verification/rvgen: Simplify the generation for clock variablesNam Cao1-93/+3
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao3-65/+19
2026-07-20verification/rvgen: Convert __fill_verify_guards_func() to LarkNam Cao1-8/+30
2026-07-20verification/rvgen: Convert __fill_setup_invariants_func() to LarkNam Cao1-9/+39
2026-07-20verification/rvgen: Convert __fill_verify_invariants_func() to LarkNam Cao1-11/+21
2026-07-20verification/rvgen: Implement state and transition parser based on LarkNam Cao1-0/+216
2026-07-20verification/rvgen: Introduce a parse tree for automata using LarkNam Cao1-0/+186
2026-07-20verification/rvgen: Switch LTL parser to LarkNam Cao2-116/+73