summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-07-06firmware: arm_scmi: Ensure that the message-id supports fastchannelSibi Sankar2-33/+45
2025-07-06firmware: arm_scmi: Add a common helper to check if a message is supportedCristian Marussi2-0/+38
2025-07-06nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-8/+7
2025-07-06media: uvcvideo: Rollback non processed entities on errorRicardo Ribalda1-14/+26
2025-07-06bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan2-284/+49
2025-07-06bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan2-285/+52
2025-07-06eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski1-1/+1
2025-07-06fbdev: hyperv_fb: Convert comma to semicolonChen Ni1-1/+1
2025-07-06drm/amdgpu: Add kicker device detectionFrank Min2-0/+23
2025-07-06drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vramJohn Olender1-1/+1
2025-07-06drm/amd/display: Add null pointer check for get_first_active_display()Wentao Liang1-0/+3
2025-07-06drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be readyAradhya Bhatia1-1/+14
2025-07-06drm/bridge: cdns-dsi: Check return value when getting default PHY configAradhya Bhatia1-3/+5
2025-07-06drm/bridge: cdns-dsi: Fix connecting to next bridgeAradhya Bhatia1-1/+1
2025-07-06drm/bridge: cdns-dsi: Fix phy de-init and flag it soAradhya Bhatia1-1/+5
2025-07-06drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()Aradhya Bhatia1-1/+2
2025-07-06drm/amdkfd: Fix race in GWS queue schedulingJay Cornwall1-1/+1
2025-07-06drm/msm/gpu: Fix crash when throttling GPU immediately during bootStephan Gerhold1-0/+1
2025-07-06drm/udl: Unregister device before cleaning up on disconnectThomas Zimmermann1-1/+1
2025-07-06drm/tegra: Fix a possible null pointer dereferenceQiu-ji Chen1-1/+4
2025-07-06drm/tegra: Assign plane type before registrationThierry Reding3-7/+12
2025-07-06drm/etnaviv: Protect the scheduler's pending list with its lockMaĆ­ra Canal1-1/+4
2025-07-06scsi: megaraid_sas: Fix invalid node indexChen Yu1-1/+5
2025-07-06HID: wacom: fix kobject reference count leakQasim Ijaz1-0/+1
2025-07-06HID: wacom: fix memory leak on sysfs attribute creation failureQasim Ijaz1-0/+1
2025-07-06HID: wacom: fix memory leak on kobject creation failureQasim Ijaz1-1/+3
2025-07-06HID: lenovo: Restrict F7/9/11 mode to compact keyboards onlyIusico Maxim1-4/+7
2025-07-06dm-raid: fix variable in journal device checkHeinz Mauelshagen1-1/+1
2025-07-06serial: imx: Restore original RXTL for console to fix data lossFabio Estevam1-5/+12
2025-07-06staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()Nathan Chancellor1-30/+14
2025-07-06drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector typeJayesh Choudhary1-9/+60
2025-07-06drm/bridge: ti-sn65dsi86: make use of debugfs_init callbackWolfram Sang1-30/+10
2025-07-06net: enetc: Correct endianness handling in _enetc_rd_reg64Simon Horman1-1/+1
2025-07-06s390/pkey: Prevent overflow in size calculation for memdup_user()Fedor Pchelkin1-1/+1
2025-07-06i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang1-0/+6
2025-07-06i2c: tiny-usb: disable zero-length read messagesWolfram Sang1-0/+6
2025-07-06dummycon: Trigger redraw when switching consoles with deferred takeoverThomas Zimmermann1-5/+13
2025-07-06tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)7-14/+14
2025-07-06tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)7-35/+36
2025-07-06tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)7-11/+11
2025-07-06vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)1-9/+1
2025-07-06vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)1-6/+6
2025-07-06PCI: apple: Set only available ports upJanne Grunau1-1/+1
2025-07-06PCI: apple: Use helper function for_each_child_of_node_scoped()Zhang Zekun1-3/+1
2025-07-06uio_hv_generic: Align ring size to system pageLong Li1-0/+3
2025-07-06uio_hv_generic: Query the ringbuffer size for deviceSaurabh Sengar1-2/+5
2025-07-06Drivers: hv: vmbus: Add utility function for querying ring sizeSaurabh Sengar2-3/+17
2025-07-06Drivers: hv: Allocate interrupt and monitor pages aligned to system page boun...Long Li1-6/+17
2025-07-06Drivers: hv: vmbus: Leak pages if set_memory_encrypted() failsRick Edgecombe1-7/+22
2025-07-06Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr2-12/+11