summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* media: edia: dvbdev: fix a use-after-freeZhipeng Lu2024-03-261-0/+5
* media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim2024-03-261-21/+63
* media: dvbdev: fix error logic at dvb_register_device()Mauro Carvalho Chehab2024-03-261-0/+3
* media: dvbdev: Fix memleak in dvb_register_deviceDinghao Liu2024-03-261-0/+3
* media: media/dvb: Use kmemdup rather than duplicating its implementationFuqian Huang2024-03-262-5/+3
* media: dvbdev: remove double-unlockMauro Carvalho Chehab2024-03-261-1/+0
* media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entityZhipeng Lu2024-03-261-2/+8
* media: v4l2-tpg: fix some memleaks in tpg_allocZhipeng Lu2024-03-261-10/+42
* media: em28xx: annotate unchecked call to media_device_register()Nikita Zhandarovich2024-03-261-0/+4
* media: tc358743: register v4l2 async device only after successful setupAlexander Stein2024-03-261-3/+4
* drm/rockchip: lvds: do not print scary message when probing deferQuentin Schulz2024-03-261-1/+1
* drm/rockchip: lvds: do not overwrite error codeQuentin Schulz2024-03-261-1/+0
* drm/rockchip: inno_hdmi: Fix video timingAlex Bee2024-03-261-2/+2
* drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET2024-03-261-0/+1
* drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET2024-03-261-19/+35
* drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing2024-03-261-16/+12
* gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni2024-03-262-3/+3
* drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni2024-03-261-1/+3
* dm: call the resume method on internal suspendMikulas Patocka2024-03-261-6/+20
* dm raid: fix false positive for requeue needed during reshapeMing Lei2024-03-261-2/+2
* nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-261-0/+5
* sr9800: Add check for usbnet_get_endpointsChen Ni2024-03-261-1/+3
* igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-261-18/+5
* igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos2024-03-261-35/+46
* mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET2024-03-261-4/+0
* ACPI: scan: Fix device check notification handlingRafael J. Wysocki2024-03-261-6/+2
* wifi: brcmsmac: avoid function pointer castsArnd Bergmann2024-03-263-5/+5
* iommu/amd: Mark interrupt as managedMario Limonciello2024-03-261-0/+3
* bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson2024-03-261-2/+3
* ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf2024-03-261-0/+2
* wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu2024-03-261-2/+11
* wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan2024-03-261-3/+0
* wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-03-261-1/+2
* wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-03-261-6/+7
* b43: main: Fix use true/false for bool typeSaurav Girepunje2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-03-262-2/+18
* b43: dma: Fix use true/false for bool type variableSaurav Girepunje2024-03-261-2/+2
* wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo2024-03-261-0/+4
* aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-262-6/+7
* md: Don't clear MD_CLOSING when the raid is about to stopLi Nan2024-03-261-4/+10
* md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2024-03-261-31/+31
* md: switch to ->check_events for media change notificationsChristoph Hellwig2024-03-261-11/+8
* Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König2024-03-261-6/+4
* firewire: core: use long bus reset on gap count errorTakashi Sakamoto2024-03-261-1/+13
* scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar2024-03-261-1/+3
* dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-03-262-4/+4
* hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta2024-03-151-20/+62
* hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang2024-03-151-2/+1
* hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui2024-03-151-2/+11