summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
39 hoursmedia: vidtv: fix NULL pointer dereference in vidtv_mux_push_siRuslan Valiyev1-1/+7
39 hoursdrivers/base/memory: set mem->altmap after successful device registrationGeorgi Djakov1-1/+2
39 hoursserial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev1-1/+3
39 hoursserial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya1-6/+3
39 hoursvc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_writeYi Yang1-1/+1
39 hourscrypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+1
39 hoursiio: adc: ti-ads1298: add bounds check to pga_settings indexSam Daly1-1/+6
39 hoursiio: light: veml6075: add bounds check to veml6075_it_ms indexSam Daly1-2/+6
39 hoursnet: net_failover: Fix the deadlock in slave registerFaicker Mo1-6/+6
39 hoursagp/amd64: Fix broken error propagation in agp_amd64_probe()Mingyu Wang1-1/+1
39 hoursnet: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi2-4/+5
39 hoursi2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi1-0/+5
39 hoursRDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
39 hoursfirmware: samsung: acpm: Fix missing LKMM barriers in sequence allocatorTudor Ambarus1-7/+11
39 hoursfirmware: samsung: acpm: Fix false timeouts and Use-After-Free in pollingTudor Ambarus1-20/+48
39 hoursfirmware: samsung: acpm: Fix cross-thread RX length corruptionTudor Ambarus2-7/+11
39 hoursfirmware: exynos-acpm: Count acpm_xfer buffers with __counted_by_ptrKrzysztof Kozlowski2-4/+4
39 hoursfirmware: exynos-acpm: Count number of commands in acpm_xferKrzysztof Kozlowski4-20/+21
10 daysdrm/amdgpu: drop retry loop in amdgpu_hmm_range_get_pagesHonglei Huang1-8/+1
10 daysRDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe1-2/+2
10 daysRDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky18-51/+59
10 daysRDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe6-0/+37
10 daysdriver core: reject devices with unregistered busesJohan Hovold1-2/+9
10 daysdriver core: faux: fix root device registrationJohan Hovold1-12/+10
10 daysdrm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
10 daysdrm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval()Harry Wentland1-1/+1
10 daysdrm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
10 daysdrm/amd/display: add missing CSC entries for BT.2020 for DCE IPsLeorize2-2/+18
10 daysdrm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
10 daysdrm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
10 daysdrm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
10 daysdrm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_rangePriya Hosur1-1/+2
10 daysdrm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2Yang Wang1-1/+0
10 daysdrm/amd/pm: fix smu13 power limit default/cap calculationYang Wang2-29/+35
10 daysdrm/amd/pm: apply SMU 13.0.10 workaround during MP1 unloadYang Wang1-1/+9
10 daysdrm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systemsDonet Tom1-4/+8
10 daysdrm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)Vitaly Prosyak1-1/+1
10 daysdrm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
10 daysdrm/amdgpu: fix waiting for all submissions for userptrsChristian König1-2/+4
10 daysdrm/v3d: Skip CSD when it has zeroed workgroupsMaíra Canal1-3/+13
10 daysdrm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroupsMaíra Canal1-1/+2
10 daysdrm/v3d: Fix global performance monitor reference countingMaíra Canal1-5/+19
10 daysdrm/v3d: Wait for pending L2T flush before cleaning cachesMaíra Canal1-0/+8
10 daysdrm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
10 daysdrm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
10 daysdrm/xe/display: fix oops in suspend/shutdown without displayJani Nikula1-2/+9
10 daysdrm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
10 daysdrm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
10 daysdrm/i915: Fix color blob reference handling in intel_plane_stateChaitanya Kumar Borah1-0/+27
10 daysdrm/gem: Try to fix change_handle ioctl, attempt 4Simona Vetter2-41/+37