summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-24wifi: ath: Silence memcpy run-time false positive warningKees Cook2-6/+8
2023-05-24hwmon: (nzxt-smart2) add another USB IDAleksandr Mezin1-1/+2
2023-05-24platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2()Feng Jiang1-0/+1
2023-05-24media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-05-24drm/amdgpu: Enable IH retry CAM on GFX9Mukul Joshi7-49/+88
2023-05-24media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart9-49/+50
2023-05-24drm/amdgpu: Fix sdma v4 sw fini errorlyndonli1-1/+1
2023-05-24drm/amd: Fix an out of bounds error in BIOS parserMario Limonciello1-5/+2
2023-05-24drm/amd/display: Correct DML calculation to follow HW SPECPaul Hsieh4-4/+4
2023-05-24ACPI: video: Remove desktops without backlight DMI quirksHans de Goede1-35/+0
2023-05-24media: ipu3-cio2: support multiple sensors and VCMs with same HIDBingbu Cao2-5/+13
2023-05-24irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni6-34/+156
2023-05-24arm64: dts: qcom: sm6115-j606f: Add ramoops nodeKonrad Dybcio1-0/+11
2023-05-24arm64: dts: qcom: sdm845-polaris: Drop inexistent propertiesKonrad Dybcio1-2/+0
2023-05-24ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_...void0red1-0/+3
2023-05-24ACPICA: Avoid undefined behavior: applying zero offset to null pointerTamir Duberstein1-3/+8
2023-05-24drm/msm/dp: Clean up handling of DP AUX interruptsDouglas Anderson3-48/+36
2023-05-24drm/tegra: Avoid potential 32-bit integer overflowNur Hussein1-1/+1
2023-05-24accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-05-24remoteproc: stm32_rproc: Add mutex protection for workqueueArnaud Pouliquen1-0/+8
2023-05-24drm/amd/display: fixed dcn30+ underflow issueAyush Gupta3-3/+4
2023-05-24ACPI: EC: Fix oops when removing custom query handlersArmin Wolf1-0/+1
2023-05-24firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2-18/+20
2023-05-24arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0Sebastian Krzyszkowiak1-1/+0
2023-05-24memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang1-1/+1
2023-05-24drm/rockchip: dw_hdmi: cleanup drm encoder during unbindToby Chen1-0/+1
2023-05-24ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()Kang Chen1-0/+2
2023-05-24platform/x86/intel: vsec: Explicitly enable capabilitiesDavid E. Box2-40/+38
2023-05-24media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix1-1/+1
2023-05-24media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen1-7/+9
2023-05-24media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen2-7/+10
2023-05-24media: imx-jpeg: Bounds check sizeimage accessKees Cook1-0/+5
2023-05-24drm/amd/display: reallocate DET for dual displays with high pixel rate ratioSamson Tam1-1/+42
2023-05-24accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release()Tomer Tayar4-1/+23
2023-05-24arm64: dts: qcom: msm8996: Add missing DWC3 quirksKonrad Dybcio1-0/+3
2023-05-24remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...Iuliana Prodan1-1/+186
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-24drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira1-3/+2
2023-05-24drm/amd/display: Enable HostVM based on rIOMMU activeGabe Teeger1-0/+4
2023-05-24platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 dataHans de Goede1-10/+91
2023-05-24drm/amd/display: enable DPG when disabling plane for phantom pipeSamson Tam1-1/+46
2023-05-24drm/amd/display: Correct DML calculation to align HW formulaPaul Hsieh2-204/+392
2023-05-24drm/amd/display: populate subvp cmd info only for the top pipeAyush Gupta1-1/+2
2023-05-24drm/displayid: add displayid_get_header() and check bounds betterJani Nikula1-1/+16
2023-05-24fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa1-5/+23
2023-05-24open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner3-7/+13
2023-05-24rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang1-2/+4
2023-05-24selftests: cgroup: Add 'malloc' failures checks in test_memcontrolIvan Orlov1-0/+15
2023-05-24refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-1/+1
2023-05-24ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82